bjethwan commented on issue #3349: URL: https://github.com/apache/camel-k/issues/3349#issuecomment-1176651335
@tadayosi I did follow the steps given in https://camel.apache.org/camel-k/1.9.x/installation/platform/kind.html In fact today I followed the approach ``` docker login kubectl create secret generic your-secret-name --from-file ~/.docker/config.json kamel install --registry docker.io --organization bjethwan --registry-secret your-secret-name ``` `{"level":"error","ts":1657137515.1099386,"logger":"camel-k.controller.build","msg":"Build kit-cb2uilvssj1s73ektehg failed: could not pull base image image adoptopenjdk/openjdk11:slim: error getting credentials - err: exec: \"docker-credential-desktop\": executable file not found in $PATH, out: ``","request-namespace":"default","request-name":"kit-cb2uilvssj1s73ektehg","api-version":"camel.apache.org/v1","kind":"Build","ns":"default","name":"kit-cb2uilvssj1s73ektehg"}` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
