kubectl context switching

Answered
0
1 comment
Avatar
Permanently deleted user

Fixed.

My build agent was running as root, which meant the .kube/config file was being stored in /root/.kube/config and not ~/.kube/config, and ensuring the KUBECONFIG env var was set to /root/.kube/config sorted things for me.

0

Please sign in to leave a comment.