@@ -116,6 +116,7 @@ data:
116
116
bpf-lb-algorithm-annotation : " false"
117
117
bpf-lb-mode-annotation : " false"
118
118
119
+ bpf-distributed-lru : " false"
119
120
bpf-events-drop-enabled : " true"
120
121
bpf-events-policy-verdict-enabled : " true"
121
122
bpf-events-trace-enabled : " true"
@@ -151,6 +152,7 @@ data:
151
152
152
153
routing-mode : " tunnel"
153
154
tunnel-protocol : " vxlan"
155
+ tunnel-source-port-range : " 0-0"
154
156
service-no-backend-response : " reject"
155
157
156
158
@@ -203,7 +205,7 @@ data:
203
205
enable-node-selector-labels : " false"
204
206
synchronize-k8s-nodes : " true"
205
207
operator-api-serve-addr : " 127.0.0.1:9234"
206
- # Enable Hubble gRPC service.
208
+
207
209
enable-hubble : " true"
208
210
# UNIX domain socket for Hubble server to listen to.
209
211
hubble-socket-path : " /var/run/cilium/hubble.sock"
@@ -216,7 +218,6 @@ data:
216
218
hubble-tls-key-file : /var/lib/cilium/tls/hubble/server.key
217
219
hubble-tls-client-ca-files : /var/lib/cilium/tls/hubble/client-ca.crt
218
220
ipam : " cluster-pool"
219
- ipam-multi-pool-pre-allocation :
220
221
ipam-cilium-node-update-rate : " 15s"
221
222
cluster-pool-ipv4-cidr : " {{ .PodSubnet }}"
222
223
cluster-pool-ipv4-mask-size : " 24"
@@ -859,7 +860,7 @@ spec:
859
860
type : Unconfined
860
861
containers :
861
862
- name : cilium-agent
862
- image : " quay.io/cilium/cilium:v1.17.1 @sha256:8969bfd9c87cbea91e40665f8ebe327268c99d844ca26d7d12165de07f702866 "
863
+ image : " quay.io/cilium/cilium:v1.17.2 @sha256:3c4c9932b5d8368619cb922a497ff2ebc8def5f41c18e410bcc84025fcd385b1 "
863
864
imagePullPolicy : IfNotPresent
864
865
command :
865
866
- cilium-agent
@@ -1016,7 +1017,7 @@ spec:
1016
1017
mountPath : /tmp
1017
1018
initContainers :
1018
1019
- name : config
1019
- image : " quay.io/cilium/cilium:v1.17.1 @sha256:8969bfd9c87cbea91e40665f8ebe327268c99d844ca26d7d12165de07f702866 "
1020
+ image : " quay.io/cilium/cilium:v1.17.2 @sha256:3c4c9932b5d8368619cb922a497ff2ebc8def5f41c18e410bcc84025fcd385b1 "
1020
1021
imagePullPolicy : IfNotPresent
1021
1022
command :
1022
1023
- cilium-dbg
@@ -1039,7 +1040,7 @@ spec:
1039
1040
# Required to mount cgroup2 filesystem on the underlying Kubernetes node.
1040
1041
# We use nsenter command with host's cgroup and mount namespaces enabled.
1041
1042
- name : mount-cgroup
1042
- image : " quay.io/cilium/cilium:v1.17.1 @sha256:8969bfd9c87cbea91e40665f8ebe327268c99d844ca26d7d12165de07f702866 "
1043
+ image : " quay.io/cilium/cilium:v1.17.2 @sha256:3c4c9932b5d8368619cb922a497ff2ebc8def5f41c18e410bcc84025fcd385b1 "
1043
1044
imagePullPolicy : IfNotPresent
1044
1045
env :
1045
1046
- name : CGROUP_ROOT
@@ -1076,7 +1077,7 @@ spec:
1076
1077
drop :
1077
1078
- ALL
1078
1079
- name : apply-sysctl-overwrites
1079
- image : " quay.io/cilium/cilium:v1.17.1 @sha256:8969bfd9c87cbea91e40665f8ebe327268c99d844ca26d7d12165de07f702866 "
1080
+ image : " quay.io/cilium/cilium:v1.17.2 @sha256:3c4c9932b5d8368619cb922a497ff2ebc8def5f41c18e410bcc84025fcd385b1 "
1080
1081
imagePullPolicy : IfNotPresent
1081
1082
env :
1082
1083
- name : BIN_PATH
@@ -1114,7 +1115,7 @@ spec:
1114
1115
# from a privileged container because the mount propagation bidirectional
1115
1116
# only works from privileged containers.
1116
1117
- name : mount-bpf-fs
1117
- image : " quay.io/cilium/cilium:v1.17.1 @sha256:8969bfd9c87cbea91e40665f8ebe327268c99d844ca26d7d12165de07f702866 "
1118
+ image : " quay.io/cilium/cilium:v1.17.2 @sha256:3c4c9932b5d8368619cb922a497ff2ebc8def5f41c18e410bcc84025fcd385b1 "
1118
1119
imagePullPolicy : IfNotPresent
1119
1120
args :
1120
1121
- ' mount | grep "/sys/fs/bpf type bpf" || mount -t bpf bpf /sys/fs/bpf'
@@ -1130,7 +1131,7 @@ spec:
1130
1131
mountPath : /sys/fs/bpf
1131
1132
mountPropagation : Bidirectional
1132
1133
- name : clean-cilium-state
1133
- image : " quay.io/cilium/cilium:v1.17.1 @sha256:8969bfd9c87cbea91e40665f8ebe327268c99d844ca26d7d12165de07f702866 "
1134
+ image : " quay.io/cilium/cilium:v1.17.2 @sha256:3c4c9932b5d8368619cb922a497ff2ebc8def5f41c18e410bcc84025fcd385b1 "
1134
1135
imagePullPolicy : IfNotPresent
1135
1136
command :
1136
1137
- /init-container.sh
@@ -1177,7 +1178,7 @@ spec:
1177
1178
mountPath : /var/run/cilium # wait-for-kube-proxy
1178
1179
# Install the CNI binaries in an InitContainer so we don't have a writable host mount in the agent
1179
1180
- name : install-cni-binaries
1180
- image : " quay.io/cilium/cilium:v1.17.1 @sha256:8969bfd9c87cbea91e40665f8ebe327268c99d844ca26d7d12165de07f702866 "
1181
+ image : " quay.io/cilium/cilium:v1.17.2 @sha256:3c4c9932b5d8368619cb922a497ff2ebc8def5f41c18e410bcc84025fcd385b1 "
1181
1182
imagePullPolicy : IfNotPresent
1182
1183
command :
1183
1184
- " /install-plugin.sh"
@@ -1360,7 +1361,7 @@ spec:
1360
1361
type : Unconfined
1361
1362
containers :
1362
1363
- name : cilium-envoy
1363
- image : " quay.io/cilium/cilium-envoy:v1.31.5-1739264036-958bef243c6c66fcfd73ca319f2eb49fff1eb2ae @sha256:fc708bd36973d306412b2e50c924cd8333de67e0167802c9b48506f9d772f521 "
1364
+ image : " quay.io/cilium/cilium-envoy:v1.31.5-1741765102-efed3defcc70ab5b263a0fc44c93d316b846a211 @sha256:377c78c13d2731f3720f931721ee309159e782d882251709cb0fac3b42c03f4b "
1364
1365
imagePullPolicy : IfNotPresent
1365
1366
command :
1366
1367
- /usr/bin/cilium-envoy-starter
@@ -1535,7 +1536,7 @@ spec:
1535
1536
spec :
1536
1537
containers :
1537
1538
- name : cilium-operator
1538
- image : " quay.io/cilium/operator-generic:v1.17.1 @sha256:628becaeb3e4742a1c36c4897721092375891b58bae2bfcae48bbf4420aaee97 "
1539
+ image : " quay.io/cilium/operator-generic:v1.17.2 @sha256:81f2d7198366e8dec2903a3a8361e4c68d47d19c68a0d42f0b7b6e3f0523f249 "
1539
1540
imagePullPolicy : IfNotPresent
1540
1541
command :
1541
1542
- cilium-operator-generic
0 commit comments