mirror of https://github.com/kubernetes/kops.git
Apply suggestions from code review
This commit is contained in:
parent
1327a7aba7
commit
9d6edc8e46
|
|
@ -13,4 +13,4 @@ kops export kubecfg ${NAME}
|
|||
|
||||
Warning: Note that the exported configuration gives you full admin privileges using TLS certificates that are not easy to rotate. For regular kubectl usage, you should consider using another method for authenticating to the cluster.
|
||||
|
||||
If you are using kops >= 1.19.0, kops export kubecfg will also require passing either the --admin or --user flag if the context does not already exist. For more information, see the section "Changes to kubernetes config export" in the [release notes].(https://github.com/kubernetes/kops/releases/tag/v1.19.0)
|
||||
If you are using kops >= 1.19.0, kops export kubecfg will also require passing either the --admin or --user flag if the context does not already exist. For more information, see the [release notes](https://kops.sigs.k8s.io/releases/1.19-notes/#changes-to-kubernetes-config-export).
|
||||
|
|
|
|||
Loading…
Reference in New Issue