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 have a docker container with click, I'm mounting my kube configuration folder ($HOME/.kube/:/root/.kube) but it seems like click cant work with it.
Failed to run update command: No such file or directory (os error 2)
Couldn't get an authentication token. You can try exiting Click and running a kubectl command against the cluster to refresh it. Also please report this error on the Click github page.
Server Error: pods is forbidden: User "system:anonymous" cannot list pods at the cluster scope: Unknown user "system:anonymous"
kubectl commands works as expected.
I'm using GKE and click works on my local environment.
The text was updated successfully, but these errors were encountered:
Now I tried with a clean .kube/ folder, logged in with gcloud and a service account inside the container. I get the next error message
Could not open config file at '/root/.kube/click.config': No such file or directory (os error 2). Using default values
Could not load kubernetes config: '/root/.kube/config'. Cannot continue. Error was: Couldn't read yaml: missing field `config`
Hello!
I have a docker container with
click
, I'm mounting my kube configuration folder ($HOME/.kube/:/root/.kube
) but it seems likeclick
cant work with it.kubectl
commands works as expected.I'm using GKE and
click
works on my local environment.The text was updated successfully, but these errors were encountered: