Browse Source

Add ignore_assert_error to ubuntu20 etcd ha job (#9108)

pull/9124/head
Florian Ruynat 2 years ago
committed by GitHub
parent
commit
7fa6314791
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions
  1. 6
      tests/files/packet_ubuntu20-calico-etcd-kubeadm-upgrade-ha.yml

6
tests/files/packet_ubuntu20-calico-etcd-kubeadm-upgrade-ha.yml

@ -16,3 +16,9 @@ enable_nodelocaldns: False
ipip: false
calico_vxlan_mode: Always
calico_network_backend: bird
# Needed to bypass deprecation check
ignore_assert_errors: true
### FIXME FLORYUT Needed for upgrade job, will be removed when releasing kubespray 2.20
calico_pool_blocksize: 24
### /FIXME
Loading…
Cancel
Save