You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed camel-k using kamel install command and operator installed and running correctly. But camel-k-groovy, camel-k-jvm and camel-k-spring-boot weren't installed and those were in Error state as below.
I refer the previous issue #194 and the solution of that didn't work. The logs of the jvm, groovy and spring-boot views as below.
INFO[0000] Downloading base image fabric8/s2i-java:3.0-java8
2019/04/05 08:55:33 No matching credentials were found, falling back on anonymous
INFO[0003] Found sha256:9ac5acb3aa8e7e179eb1fd28cda7dac22ef7deac24f00b50cee56265fa259141 in local cache
INFO[0003] Executing 0 build triggers
INFO[0004] Using files from context: [/workspace/builder-324045508/package/context]
INFO[0004] Taking snapshot of full filesystem...
INFO[0004] Skipping paths under /kaniko, as it is a whitelisted directory
INFO[0004] Skipping paths under /var/run, as it is a whitelisted directory
INFO[0004] Skipping paths under /proc, as it is a whitelisted directory
INFO[0004] Skipping paths under /dev, as it is a whitelisted directory
INFO[0004] Skipping paths under /sys, as it is a whitelisted directory
INFO[0004] Skipping paths under /workspace, as it is a whitelisted directory
INFO[0004] Using files from context: [/workspace/builder-324045508/package/context]
INFO[0004] ADD . /deployments
INFO[0004] Taking snapshot of files...
error pushing image: failed to push to destination index.docker.io/default/camel-k-jvm:104686: unsupported status code 401; body:
I'm using minikube version: v0.33.1 in MacOS High Sierra . Kubernetes version is
error pushing image: failed to push to destination index.docker.io/default/camel-k-jvm:104686: unsupported status code 401; body:
Indicates that index.docker.io is set on the integrationplatform as target registry, instead of the internal minikube registry.
Did you follow the guidelines for installing camel k on minikube?
Especially, before doing kamel install you should enable the registry addon, then the kamel CLI should be able to auto-configure it.
If you haven't done so, you can try to uninstall, enable the registry addon and kamel install again.
I installed camel-k using
kamel install
command and operator installed and running correctly. Butcamel-k-groovy, camel-k-jvm and camel-k-spring-boot
weren't installed and those were inError
state as below.I refer the previous issue #194 and the solution of that didn't work. The logs of the
jvm, groovy and spring-boot
views as below.I'm using
minikube version: v0.33.1
inMacOS High Sierra
. Kubernetes version isThe text was updated successfully, but these errors were encountered: