зеркало из https://github.com/Azure/aks-engine.git
docs: mark rotate-certs command as experimental (#3869)
This commit is contained in:
Родитель
1f3c4dae14
Коммит
190444dc03
|
@ -32,8 +32,8 @@ import (
|
|||
|
||||
const (
|
||||
rotateCertsName = "rotate-certs"
|
||||
rotateCertsShortDescription = "Rotate certificates on an existing AKS Engine-created Kubernetes cluster"
|
||||
rotateCertsLongDescription = "Rotate CA, etcd, kubelet, kubeconfig and apiserver certificates in a cluster built with AKS Engine. Rotating certificates can break component connectivity and leave the cluster in an unrecoverable state. Before performing any of these instructions on a live cluster, it is preferrable to backup your cluster state and migrate critical workloads to another cluster."
|
||||
rotateCertsShortDescription = "(experimental) Rotate certificates on an existing AKS Engine-created Kubernetes cluster"
|
||||
rotateCertsLongDescription = "(experimental) Rotate CA, etcd, kubelet, kubeconfig and apiserver certificates in a cluster built with AKS Engine. Rotating certificates can break component connectivity and leave the cluster in an unrecoverable state. Before performing any of these instructions on a live cluster, it is preferrable to backup your cluster state and migrate critical workloads to another cluster."
|
||||
kubeSystemNamespace = "kube-system"
|
||||
)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче