Please help to fix this
set context ‘developer’ with user = ‘martin’ and cluster = ‘kubernetes’ as the current context.
Hi @ranjit.mandre,
You can use the below command to set the context: -
kubectl config use-context developer
Reference links: -
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#-em-set-context-em-
Regards,