mirror of
https://github.com/rancher/rke.git
synced 2025-09-16 15:10:12 +00:00
Save state to the nodes backup path
This commit is contained in:
committed by
Alena Prokharchyk
parent
00e317250d
commit
925df98ea6
@@ -8,6 +8,8 @@ const (
|
||||
CertificatesSecretName = "k8s-certs"
|
||||
TempCertPath = "/etc/kubernetes/.tmp/"
|
||||
ClusterConfig = "cluster.yml"
|
||||
ClusterStateFile = "cluster-state.yml"
|
||||
ClusterStateEnv = "CLUSTER_STATE"
|
||||
BundleCertPath = "/backup/pki.bundle.tar.gz"
|
||||
|
||||
CACertName = "kube-ca"
|
||||
|
Reference in New Issue
Block a user