Skip to content

Commit 427eebd

Browse files
committed
update templates
1 parent 2bf6502 commit 427eebd

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

test/integration/manifests/cilium/cilium-nightly-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ data:
99
bpf-map-dynamic-size-ratio: "0.0025"
1010
bpf-policy-map-max: "16384"
1111
bpf-root: /sys/fs/bpf
12+
ces-slice-mode: fcfs
1213
cgroup-root: /run/cilium/cgroupv2
1314
cilium-endpoint-gc-interval: 5m0s
1415
cluster-id: "0"
@@ -19,6 +20,7 @@ data:
1920
enable-auto-protect-node-port-range: "true"
2021
enable-bgp-control-plane: "false"
2122
enable-bpf-clock-probe: "true"
23+
enable-cilium-endpoint-slice: "true"
2224
enable-endpoint-health-checking: "false"
2325
enable-endpoint-routes: "true"
2426
enable-health-check-nodeport: "true"

test/integration/manifests/cilium/v1.13/cilium-operator/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ spec:
3838
- --debug=$(CILIUM_DEBUG)
3939
- --identity-gc-interval=0m20s
4040
- --identity-heartbeat-timeout=0m20s
41+
- --enable-cilium-endpoint-slice=true
42+
- --ces-slice-mode=cesSliceModeFCFS
4143
env:
4244
- name: K8S_NODE_NAME
4345
valueFrom:

test/integration/manifests/cilium/v1.14/cilium-operator/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ spec:
3838
- --debug=$(CILIUM_DEBUG)
3939
- --identity-gc-interval=0m20s
4040
- --identity-heartbeat-timeout=0m20s
41+
- --enable-cilium-endpoint-slice=true
42+
- --ces-slice-mode=cesSliceModeFCFS
4143
env:
4244
- name: K8S_NODE_NAME
4345
valueFrom:

test/integration/manifests/cilium/v1.16/cilium-operator/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ spec:
3838
- --debug=$(CILIUM_DEBUG)
3939
- --identity-gc-interval=0m20s
4040
- --identity-heartbeat-timeout=0m20s
41+
- --enable-cilium-endpoint-slice=true
42+
- --ces-slice-mode=cesSliceModeFCFS
4143
env:
4244
- name: K8S_NODE_NAME
4345
valueFrom:

0 commit comments

Comments
 (0)