mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-19 14:57:43 -02:30
CI: add cilium test for rockylinux 10
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
This commit is contained in:
@@ -43,6 +43,7 @@ pr:
|
|||||||
- fedora39-kube-router
|
- fedora39-kube-router
|
||||||
- openeuler24-calico
|
- openeuler24-calico
|
||||||
- rockylinux9-cilium
|
- rockylinux9-cilium
|
||||||
|
- rockylinux10-cilium
|
||||||
- ubuntu22-calico-all-in-one
|
- ubuntu22-calico-all-in-one
|
||||||
- ubuntu22-calico-all-in-one-upgrade
|
- ubuntu22-calico-all-in-one-upgrade
|
||||||
- ubuntu24-calico-etcd-datastore
|
- ubuntu24-calico-etcd-datastore
|
||||||
|
|||||||
1
tests/files/rockylinux10-cilium
Normal file
1
tests/files/rockylinux10-cilium
Normal file
@@ -0,0 +1 @@
|
|||||||
|
RESET_CHECK=true
|
||||||
15
tests/files/rockylinux10-cilium.yml
Normal file
15
tests/files/rockylinux10-cilium.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
# Instance settings
|
||||||
|
cloud_image: rockylinux-10
|
||||||
|
vm_memory: 3072
|
||||||
|
|
||||||
|
# Kubespray settings
|
||||||
|
kube_network_plugin: cilium
|
||||||
|
|
||||||
|
cilium_kube_proxy_replacement: true
|
||||||
|
|
||||||
|
kube_owner: root
|
||||||
|
|
||||||
|
# Node Feature Discovery
|
||||||
|
node_feature_discovery_enabled: true
|
||||||
|
kube_asymmetric_encryption_algorithm: "ECDSA-P256"
|
||||||
Reference in New Issue
Block a user