Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

The kubeconfig in the S3 bucket is missing a name #15

Open
sporkmonger opened this issue Jan 23, 2018 · 0 comments
Open

The kubeconfig in the S3 bucket is missing a name #15

sporkmonger opened this issue Jan 23, 2018 · 0 comments

Comments

@sporkmonger
Copy link

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 "".

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant