coreos / terraform-aws-kubernetes

Install a Kubernetes cluster the CoreOS Tectonic Way: HA, self-hosted, RBAC, etcd Operator, and more
Apache License 2.0
117 stars 67 forks source link

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

Open sporkmonger opened 6 years ago

sporkmonger commented 6 years ago

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