diff --git a/.gitlab-ci/packet.yml b/.gitlab-ci/packet.yml index d7a95c3e8..c67f5eba5 100644 --- a/.gitlab-ci/packet.yml +++ b/.gitlab-ci/packet.yml @@ -204,7 +204,7 @@ packet_almalinux8-calico-ha-ebpf: extends: .packet_pr when: manual -packet_debian9-macvlan: +packet_debian11-macvlan: stage: deploy-part2 extends: .packet_pr when: manual diff --git a/docs/ci.md b/docs/ci.md index 7e4991ded..ecea6fbca 100644 --- a/docs/ci.md +++ b/docs/ci.md @@ -10,8 +10,7 @@ almalinux8 | :white_check_mark: | :x: | :x: | :x: | :white_check_mark: | :x: | amazon | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | centos7 | :white_check_mark: | :white_check_mark: | :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: | -debian11 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | -debian9 | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :x: | +debian11 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :x: | fedora35 | :white_check_mark: | :x: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: | fedora36 | :x: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: | :x: | opensuse | :x: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | @@ -31,7 +30,6 @@ amazon | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | centos7 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | debian10 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | debian11 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | -debian9 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | fedora35 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | fedora36 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | opensuse | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | @@ -51,7 +49,6 @@ amazon | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | centos7 | :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: | -debian9 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | fedora35 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | fedora36 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | opensuse | :x: | :x: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | diff --git a/tests/files/packet_debian9-macvlan.yml b/tests/files/packet_debian11-macvlan.yml similarity index 79% rename from tests/files/packet_debian9-macvlan.yml rename to tests/files/packet_debian11-macvlan.yml index a65aa9653..484354a5d 100644 --- a/tests/files/packet_debian9-macvlan.yml +++ b/tests/files/packet_debian11-macvlan.yml @@ -1,9 +1,10 @@ --- # Instance settings -cloud_image: debian-9 +cloud_image: debian-11 mode: default # Kubespray settings +container_manager: containerd kube_network_plugin: macvlan enable_nodelocaldns: false kube_proxy_masquerade_all: true