e.g.: ``` contexts: - context: cluster: lab user: kubelet ``` Should probably be: ``` contexts: - name: lab context: cluster: lab user: kubelet ``` If you do a config merge without setting a `name`, `kubectl` will auto-insert a name value of `""`.
e.g.:
Should probably be:
If you do a config merge without setting a
name,kubectlwill auto-insert a name value of"".