Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

docs: mark rotate-certs command as experimental #3869

Merged
merged 1 commit into from
Sep 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cmd/rotate_certs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down