mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-18 01:17:38 -02:30
Significantly reduce memory requirements
Canal runs more pods and upgrades need a bit of extra room to load new pods in and get the old ones out.
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
environment:
|
||||
ETCDCTL_API: 2
|
||||
register: old_data_exists
|
||||
delegate_to: "{{groups['kube-master'][0]}}"
|
||||
delegate_to: "{{groups['etcd'][0]}}"
|
||||
when: kube_apiserver_storage_backend == "etcd3"
|
||||
failed_when: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user