Browse Source

Merge pull request #2487 from MQasimSarfraz/upgrade-playbook-fix

Mark "calico-rr" as optional in fact gather
pull/2497/merge
Andreas Krüger 6 years ago
committed by GitHub
parent
commit
8b6a6a5a28
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      upgrade-cluster.yml

2
upgrade-cluster.yml

@ -26,7 +26,7 @@
setup: setup:
delegate_to: "{{item}}" delegate_to: "{{item}}"
delegate_facts: True delegate_facts: True
with_items: "{{ groups['k8s-cluster'] + groups['etcd'] + groups['calico-rr'] }}"
with_items: "{{ groups['k8s-cluster'] + groups['etcd'] + groups['calico-rr']|default([]) }}"
- 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) }}"

Loading…
Cancel
Save