doru1004 edited a comment on issue #1468: URL: https://github.com/apache/camel-k/issues/1468#issuecomment-634968403
Started using kamel from RC2. Installation steps (the ones that have gotten me the furthest): ``` kamel install --cluster-setup kamel install --registry=localhost:5000 --registry-insecure --force ``` After this I see: ``` > kubectl get pods camel-k-operator-8d68bb8cb-hgv9n 1/1 Running 0 2m29s ``` But ... When running: ``` kamel run examples/Sample.java ``` the builder pod ('camel-k-kit-br7e120nhkmmt13821n0-builder') gets to the 'Running' stage (for a bit) before it errors: ``` STEP 1: FROM adoptopenjdk/openjdk8:slim Getting image source signatures Copying blob sha256:91de130195aaf87ff518e03d3bf36f4264dc436f6a008d7144cec7230d98a2d1 Copying blob sha256:5a76b7e038d90b8112f088277d529098809f656904bdb7f200a84dcc143b4ed1 Copying blob sha256:23884877105a7ff84a910895cd044061a4561385ff6c36480ee080b76ec0e771 Copying blob sha256:2910811b6c4227c2f42aaea9a3dd5f53b1d469f67e2cf7e601f631b119b61ff7 Copying blob sha256:36505266dcc64eeb1010bd2112e6f73981e1a8246e4f6d4e287763b57f101b0b Copying blob sha256:bc38caa0f5b94141276220daaf428892096e4afd24b05668cd188311e00a635f Copying blob sha256:fcfaf118f7f0ce09ab2be177f6837f2a8b62ef7b41697e661fcd6c0bb09e6c40 Copying config sha256:c6938a4e7977e9b4c2be61ee0e524c273c1eef8dc53c9cd4720c243c8402146d Writing manifest to image destination Storing signatures STEP 2: ADD . /deployments STEP 3: USER 1000 STEP 4: COMMIT localhost:5000/default/camel-k-kit-br7e120nhkmmt13821n0:697 Getting image source signatures Copying blob sha256:b7f7d2967507ba709dbd1dd0426a5b0cdbe1ff936c131f8958c8d0f910eea19e Copying blob sha256:a6ebef4a95c345c844c2bf43ffda8e36dd6e053887dd6e283ad616dcc2376be6 Copying blob sha256:838a37a24627f72df512926fc846dd97c93781cf145690516e23335cc0c27794 Copying blob sha256:28ba7458d04b8551ff45d2e17dc2abb768bf6ed1a46bb262f26a24d21d8d7233 Copying blob sha256:11e65cd17c4515a2f98ed2816db45f4ff3e03ee7a31ee721da6f050661193243 Copying blob sha256:0e4d5b5a1cacc8f12d2f5d9ccd5210ed9dbffd437a14392e9bebf099ea5f8ddc Copying blob sha256:cc72bf63f6258407a3ac135b7a51e063e2e879b2fcf63a9dae184e0bf461aabf Copying blob sha256:941d16eb40eca7fcc3004cb9ef917799eff8bf9ecaf0aa1c85da144b497e5e54 Copying config sha256:4213146af381012b71665329d4050a1783c8b2d9a8d20fe0c2c5a12a9b11a956 Writing manifest to image destination Storing signatures 4213146af381012b71665329d4050a1783c8b2d9a8d20fe0c2c5a12a9b11a956 4213146af381012b71665329d4050a1783c8b2d9a8d20fe0c2c5a12a9b11a956 Getting image source signatures Get http://localhost:5000/v2/: dial tcp [::1]:5000: connect: connection refused level=error msg="exit status 1" ``` Any ideas what's going on? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org