Skip to content
Snippets Groups Projects
Commit c766bd07 authored by Matthew Mosesohn's avatar Matthew Mosesohn Committed by GitHub
Browse files

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

parent 54320c5b
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
- hosts: k8s-cluster:etcd:calico-rr - hosts: k8s-cluster:etcd:calico-rr
any_errors_fatal: "{{ any_errors_fatal | default(true) }}" any_errors_fatal: "{{ any_errors_fatal | default(true) }}"
serial: "{{ serial | default('20%') }}"
roles: roles:
- { role: kubespray-defaults} - { role: kubespray-defaults}
- { role: kubernetes/preinstall, tags: preinstall } - { role: kubernetes/preinstall, tags: preinstall }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment