Commit 7eb0dd0a authored by galal-hussein's avatar galal-hussein
Browse files

make kubeconfig not hidden

parent e0bdd92d
Showing with 3 additions and 3 deletions
+3 -3
......@@ -3,4 +3,4 @@
/dist
*.swp
/.trash-cache
admin.config
kube_config*
......@@ -181,7 +181,7 @@ And then run:
rke up --config cluster.yml
```
RKE will first look for the local `.kube_config_cluster.yml` and then tries to upgrade each service to the latest image.
RKE will first look for the local `kube_config_cluster.yml` and then tries to upgrade each service to the latest image.
> Note that rollback isn't supported in RKE and may lead to unxpected results
......
......@@ -21,5 +21,5 @@ const (
KubeAdminCertName = "kube-admin"
KubeAdminOrganizationName = "system:masters"
KubeAdminConfigPrefix = ".kube_config_"
KubeAdminConfigPrefix = "kube_config_"
)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment