To add the kube context to your .kube directory you can use the following command:
doctl kubernetes cluster kubeconfig show <clusterName> >> ~/.kube/config_<clusterName>
The reason I did not use save is to seperate clusters to dedicated files.
To add the kube context to your .kube directory you can use the following command:
doctl kubernetes cluster kubeconfig show <clusterName> >> ~/.kube/config_<clusterName>
The reason I did not use save is to seperate clusters to dedicated files.