Kubectl config
Jump to navigation
Jump to search
Internal
Overview
current-context
Displays the current context:
kubectl config current-context
use-context
Sets the current context:
kubectl config use-context <new-context-name>
view
Displays the content of ~/.kube/cofig:
kubectl config view