catshout commented on issue #3003:
URL: https://github.com/apache/camel-k/issues/3003#issuecomment-1036534021
Hi @squakez I did just perform the following commands
`kamel uninstall --all --global
k delete ns camel-k
k delete ns integration
k create ns camel-k
k create ns integration
kcn integration
k create secret generic kaniko-secret
--from-file=/home/cas-dev-gke/kaniko-secret.json -n camel-k
kamel install --build-publish-strategy=Kaniko --registry gcr.io
--organization cas-dev-gke --registry-secret kaniko-secret --global --force -n
camel-k
kamel run hello.groovy`
The current namespace is `integration`. See
`k config get-contexts
* gke_cas-dev-gke_europe-west3-a_cas-dev-cluster-1
gke_cas-dev-gke_europe-west3-a_cas-dev-cluster-1
gke_cas-dev-gke_europe-west3-a_cas-dev-cluster-1
integration`
Further I checked the Integration Kit and the Integration
`k get integration -A
NAMESPACE NAME PHASE KIT REPLICAS
integration hello Running kit-c83ac3s8es090jfq3rig 1
k get integrationkit -A
NAMESPACE NAME PHASE TYPE IMAGE
camel-k kit-c83ac3s8es090jfq3rig Ready platform
gcr.io/cas-dev-gke/camel-k-kit-c83ac3s8es090jfq3rig:209947`
So the Integration Kit was being created in the namespace `camel-k`, the
integration in the namespace `integration`.
Do you have any suggestions what might be wrong here?
--
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]