camel-k: can't run hello.java,maybe somethings wrong with registry
Camel-k Install command-line:
./kamel install --registry docker.io --organization XXXXXXorg --registry-auth-username XXXXX --registry-auth-password XXXX -n camel-k --maven-settings=configmap:maven-settings/settings.xml --build-timeout 12h --cluster-type kubernetes
./kamel init Hello.java ./kamel run Hello.java -n camel-k --dev
then:
integration "hello" created
Progress: integration "hello" in phase Initialization
Condition "IntegrationPlatformAvailable" is "True" for Integration hello: camel-k
Integration hello in phase "Initialization"
Progress: integration "hello" in phase Building Kit
Integration hello in phase "Building Kit"
Condition "IntegrationKitAvailable" is "False" for Integration hello: creating a new integration kit
Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Integration Kit) changed phase to "Build Submitted"
Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Build) changed phase to "Scheduling"
Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Build) changed phase to "Pending"
Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Build) changed phase to "Running"
Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Integration Kit) changed phase to "Build Running"
Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Build) changed phase to "Failed"
Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Build) changed phase to "Initialization" (recovery 1 of 5)
Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Build) changed phase to "Scheduling" (recovery 1 of 5)
Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Build) changed phase to "Pending" (recovery 1 of 5)
Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Build) changed phase to "Running" (recovery 1 of 5)
Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Build) changed phase to "Failed" (recovery 1 of 5)
(combined from similar events): Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Build) changed phase to "Initialization" (recovery 2 of 5)
(combined from similar events): Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Build) changed phase to "Scheduling" (recovery 2 of 5)
Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Build) changed phase to "Scheduling" (recovery 2 of 5)
(combined from similar events): Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Build) changed phase to "Pending" (recovery 2 of 5)
(combined from similar events): Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Build) changed phase to "Running" (recovery 2 of 5)
(combined from similar events): Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Build) changed phase to "Failed" (recovery 2 of 5)
(combined from similar events): Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Build) changed phase to "Initialization" (recovery 3 of 5)
(combined from similar events): Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Build) changed phase to "Scheduling" (recovery 3 of 5)
(combined from similar events): Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Build) changed phase to "Pending" (recovery 3 of 5)
(combined from similar events): Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Build) changed phase to "Running" (recovery 3 of 5)
(combined from similar events): Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Build) changed phase to "Failed" (recovery 3 of 5)
(combined from similar events): Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Build) changed phase to "Initialization" (recovery 4 of 5)
(combined from similar events): Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Build) changed phase to "Scheduling" (recovery 4 of 5)
(combined from similar events): Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Build) changed phase to "Pending" (recovery 4 of 5)
(combined from similar events): Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Build) changed phase to "Running" (recovery 4 of 5)
(combined from similar events): Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Build) changed phase to "Failed" (recovery 4 of 5)
(combined from similar events): Integration hello subresource kit-btdjjqfugpq87eqj57t0 (Build) changed phase to "Initialization" (recovery 5 of 5)
Progress: integration "hello" in phase Error
Error: integration "hello" deployment failed
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 22 (7 by maintainers)
Can you try adding
--build-publish-strategy=Spectrum
tokamel install
, it usually solves a lot of issues.Then
kamel reset
and retry. With “Spectrum”, you’ll find logs about what’s happening directly in the operator pod.