Browse Source
Change cilium_kube_proxy_replacement to true for CI tests
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
pull/12101/head
ChengHao Yang
6 months ago
Failed to extract signature
2 changed files with
2 additions and
2 deletions
-
tests/files/debian12-cilium-svc-proxy.yml
-
tests/files/rockylinux9-cilium.yml
|
|
@ -7,6 +7,6 @@ mode: ha |
|
|
|
kube_network_plugin: cilium |
|
|
|
enable_network_policy: true |
|
|
|
|
|
|
|
cilium_kube_proxy_replacement: strict |
|
|
|
cilium_kube_proxy_replacement: true |
|
|
|
|
|
|
|
kube_owner: root |
|
|
@ -6,7 +6,7 @@ vm_memory: 3072 |
|
|
|
# Kubespray settings |
|
|
|
kube_network_plugin: cilium |
|
|
|
|
|
|
|
cilium_kube_proxy_replacement: strict |
|
|
|
cilium_kube_proxy_replacement: true |
|
|
|
|
|
|
|
kube_owner: root |
|
|
|
|
|
|
|