1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-09 02:51:15 +00:00

make kubeconfig not hidden

This commit is contained in:
galal-hussein
2018-01-30 20:31:42 +02:00
parent e0bdd92dcf
commit 7eb0dd0a38
3 changed files with 3 additions and 3 deletions

View File

@@ -21,5 +21,5 @@ const (
KubeAdminCertName = "kube-admin"
KubeAdminOrganizationName = "system:masters"
KubeAdminConfigPrefix = ".kube_config_"
KubeAdminConfigPrefix = "kube_config_"
)