[CI] ensure upgrade tests cover defaults (containerd currently)
This commit is contained in:
parent
a1ec0571b2
commit
a22ae6143a
4 changed files with 2 additions and 18 deletions
|
@ -8,7 +8,7 @@ To generate this Matrix run `./tests/scripts/md-table/main.py`
|
||||||
|---| --- | --- | --- | --- | --- | --- | --- | --- |
|
|---| --- | --- | --- | --- | --- | --- | --- | --- |
|
||||||
almalinux8 | :white_check_mark: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: | :x: |
|
almalinux8 | :white_check_mark: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: | :x: |
|
||||||
amazon | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
|
amazon | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
|
||||||
centos7 | :white_check_mark: | :x: | :x: | :white_check_mark: | :x: | :white_check_mark: | :x: | :x: |
|
centos7 | :white_check_mark: | :x: | :x: | :white_check_mark: | :x: | :white_check_mark: | :x: | :white_check_mark: |
|
||||||
debian10 | :white_check_mark: | :x: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: |
|
debian10 | :white_check_mark: | :x: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: |
|
||||||
debian11 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
|
debian11 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
|
||||||
debian9 | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :x: |
|
debian9 | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :x: |
|
||||||
|
@ -46,7 +46,7 @@ ubuntu22 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
|
||||||
|---| --- | --- | --- | --- | --- | --- | --- | --- |
|
|---| --- | --- | --- | --- | --- | --- | --- | --- |
|
||||||
almalinux8 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
|
almalinux8 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
|
||||||
amazon | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
|
amazon | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
|
||||||
centos7 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: |
|
centos7 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
|
||||||
debian10 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
|
debian10 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
|
||||||
debian11 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
|
debian11 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
|
||||||
debian9 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
|
debian9 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
|
||||||
|
|
|
@ -7,10 +7,5 @@ mode: ha
|
||||||
kube_network_plugin: weave
|
kube_network_plugin: weave
|
||||||
kubernetes_audit: true
|
kubernetes_audit: true
|
||||||
|
|
||||||
# Docker specific settings:
|
|
||||||
container_manager: docker
|
|
||||||
etcd_deployment_type: docker
|
|
||||||
resolvconf_mode: docker_dns
|
|
||||||
|
|
||||||
# Needed to upgrade from 1.16 to 1.17, otherwise upgrade is partial and bug followed
|
# Needed to upgrade from 1.16 to 1.17, otherwise upgrade is partial and bug followed
|
||||||
upgrade_cluster_setup: true
|
upgrade_cluster_setup: true
|
||||||
|
|
|
@ -6,13 +6,6 @@ mode: default
|
||||||
# Kubespray settings
|
# Kubespray settings
|
||||||
download_run_once: true
|
download_run_once: true
|
||||||
|
|
||||||
# Docker specific settings:
|
|
||||||
container_manager: docker
|
|
||||||
etcd_deployment_type: docker
|
|
||||||
|
|
||||||
# Make docker happy
|
|
||||||
docker_containerd_version: latest
|
|
||||||
|
|
||||||
# Pin disabling ipip mode to ensure proper upgrade
|
# Pin disabling ipip mode to ensure proper upgrade
|
||||||
ipip: false
|
ipip: false
|
||||||
calico_vxlan_mode: Always
|
calico_vxlan_mode: Always
|
||||||
|
|
|
@ -3,10 +3,6 @@
|
||||||
cloud_image: debian-10
|
cloud_image: debian-10
|
||||||
mode: default
|
mode: default
|
||||||
|
|
||||||
# Docker specific settings:
|
|
||||||
container_manager: docker
|
|
||||||
etcd_deployment_type: docker
|
|
||||||
|
|
||||||
# Pin disabling ipip mode to ensure proper upgrade
|
# Pin disabling ipip mode to ensure proper upgrade
|
||||||
ipip: false
|
ipip: false
|
||||||
calico_vxlan_mode: Always
|
calico_vxlan_mode: Always
|
||||||
|
|
Loading…
Reference in a new issue