mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-23 08:37:54 -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
15
tests/files/packet_debian11-calico-upgrade-once.yml
Normal file
15
tests/files/packet_debian11-calico-upgrade-once.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
# Instance settings
|
||||
cloud_image: debian-11
|
||||
mode: default
|
||||
|
||||
# Kubespray settings
|
||||
download_run_once: true
|
||||
|
||||
# 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