Definition:

  • Modify a context entry in kubeconfig file
  • Specifying a name that already exists will merge new fields on top of existing values for those fields.

Synopsis:

  • kubectl config set-context [NAME | --current] [--cluster=cluster_nickname] [--user=user_nickname] [--namespace=namespace]

List of options: