3.7.2 etcd 集群v3版本数据自动备份与恢复
root@k8s-deploy:/usr/local/src# cd /etc/kubeasz/
root@k8s-master1:~# kubectl get pod
No resources found in default namespace.
root@k8s-master1:~# kubectl run net-test1 --image=alpine sleep 360000
pod/net-test1 created
root@k8s-master1:~# kubectl run net-test2 --image=alpine sleep 360000
pod/net-test2 created
root@k8s-master1:~# kubectl get pod
NAME READY STATUS RESTARTS AGE
net-test1 1/1 Running 0 35s
net-test2 1/1 Running 0 30s
root@k8s-deploy:/etc/kubeasz