重启rancher

重启rancher

# 重启 Rancher

k3s kubectl rollout restart deployment rancher -n cattle-system

# 查看重启进度,等待 READY 变成 1/1

k3s kubectl get pods -n cattle-system -l app=rancher -w