docs: mark rotate-certs command as experimental (#3869)

This commit is contained in:
Jack Francis 2020-09-25 09:31:35 -07:00 коммит произвёл GitHub
Родитель 1f3c4dae14
Коммит 190444dc03
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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"
)