-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathfull-restore.yaml
23 lines (22 loc) · 979 Bytes
/
full-restore.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
backup_location: /home/centos/backup.tar.gz
restore_plan:
etcd:
image: registry.k8s.io/etcd:3.3.15-0
certificates:
cert: /etc/kubernetes/pki/etcd/server.crt
key: /etc/kubernetes/pki/etcd/server.key
cacert: /etc/kubernetes/pki/etcd/ca.crt
peer_cert: /etc/kubernetes/pki/etcd/peer.crt
peer_key: /etc/kubernetes/pki/etcd/peer.key
peer_cacert: /etc/kubernetes/pki/etcd/ca.crt
thirdparties:
/usr/bin/kubeadm:
source: https://dl.k8s.io/v1.18.8/bin/linux/amd64/kubeadm
/usr/bin/kubelet:
source: https://dl.k8s.io/v1.18.8/bin/linux/amd64/kubelet
/usr/bin/kubectl:
source: https://dl.k8s.io/v1.18.8/bin/linux/amd64/kubectl
/opt/cni/cni-plugins-linux.tgz:
source: https://github.com/containernetworking/plugins/releases/download/v0.8.6/cni-plugins-linux-amd64-v0.8.6.tgz
/usr/bin/calicoctl:
source: https://github.com/projectcalico/calicoctl/releases/download/v3.14.1/calicoctl-linux-amd64