micahhausler / k8s-oidc-helper

Helper tool for authenticating to Kubernetes using Google's OpenID Connect
MIT License
201 stars 86 forks source link

How do you add cluster details in kubeconfig #29

Open alok87 opened 5 years ago

alok87 commented 5 years ago

How do you add cluster details in kubeconfig

since cluster is blank the config generated from this tool does not work

apiVersion: v1
clusters:
- cluster:
    certificate-authority-data: XXXX
    server: XXXX
    name: XXX

Does this needs to be done manually? cc @micahhausler