Use batch mode for graceful docker/rkt upgrade (#1815)

This commit is contained in:
Matthew Mosesohn 2017-10-17 14:12:11 +01:00 committed by GitHub
parent 54320c5b09
commit c766bd077b

View file

@ -24,6 +24,7 @@
- hosts: k8s-cluster:etcd:calico-rr
any_errors_fatal: "{{ any_errors_fatal | default(true) }}"
serial: "{{ serial | default('20%') }}"
roles:
- { role: kubespray-defaults}
- { role: kubernetes/preinstall, tags: preinstall }