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