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:
Matthew Mosesohn
2017-03-23 12:11:30 +03:00
parent 44d851d5bb
commit e9a294fd9c
5 changed files with 9 additions and 9 deletions

View File

@@ -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