Hi I followed instructions and setup ctx and ns on a ubuntu node. When I run
kubectl ns
it lists all namespaces, however, when I run
kubectl ns yellow
I get a permissions error as follows
error: open /home/myuser/.kube/config: permission denied
In spite of the fact that I have done the setup while I am logged with myuser.Any idea how this can be fixed?