mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-21 07:47:49 -02:30
[CI] use debian-11 image with more disk space to ensure successful upgrade tests
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
a22ae6143a
commit
56d83c931b
12
tests/files/packet_debian11-calico-upgrade.yml
Normal file
12
tests/files/packet_debian11-calico-upgrade.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
# Instance settings
|
||||
cloud_image: debian-11
|
||||
mode: default
|
||||
|
||||
# Pin disabling ipip mode to ensure proper upgrade
|
||||
ipip: false
|
||||
calico_vxlan_mode: Always
|
||||
calico_network_backend: bird
|
||||
|
||||
# Needed to bypass deprecation check
|
||||
ignore_assert_errors: true
|
||||
Reference in New Issue
Block a user