Add ignore_assert_error to ubuntu20 etcd ha job (#9108)

This commit is contained in:
Florian Ruynat 2022-07-26 19:45:09 +02:00 committed by GitHub
parent 65d95d767a
commit 7fa6314791
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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