1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-12 13:18:47 +00:00

Add certificate bundle backup with etcd snapshot-save

This commit is contained in:
galal-hussein
2018-05-29 17:21:24 +02:00
committed by Alena Prokharchyk
parent f6d391b664
commit 2da8682463
5 changed files with 118 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ const (
CertificatesSecretName = "k8s-certs"
TempCertPath = "/etc/kubernetes/.tmp/"
ClusterConfig = "cluster.yml"
BundleCertPath = "/backup/pki.bundle.tar.gz"
CACertName = "kube-ca"
KubeAPICertName = "kube-apiserver"