mirror of
https://github.com/rancher/rke.git
synced 2025-07-18 09:21:52 +00:00
make kubeconfig not hidden
This commit is contained in:
parent
e0bdd92dcf
commit
7eb0dd0a38
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,4 +3,4 @@
|
|||||||
/dist
|
/dist
|
||||||
*.swp
|
*.swp
|
||||||
/.trash-cache
|
/.trash-cache
|
||||||
admin.config
|
kube_config*
|
||||||
|
@ -181,7 +181,7 @@ And then run:
|
|||||||
rke up --config cluster.yml
|
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
|
> Note that rollback isn't supported in RKE and may lead to unxpected results
|
||||||
|
|
||||||
|
@ -21,5 +21,5 @@ const (
|
|||||||
|
|
||||||
KubeAdminCertName = "kube-admin"
|
KubeAdminCertName = "kube-admin"
|
||||||
KubeAdminOrganizationName = "system:masters"
|
KubeAdminOrganizationName = "system:masters"
|
||||||
KubeAdminConfigPrefix = ".kube_config_"
|
KubeAdminConfigPrefix = "kube_config_"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user