@@ -248,6 +248,9 @@ data:
248
248
clustermesh-enable-endpoint-sync : " false"
249
249
clustermesh-enable-mcs-api : " false"
250
250
251
+ nat-map-stats-entries : " 32"
252
+ nat-map-stats-interval : " 30s"
253
+
251
254
# Extra config allows adding arbitrary properties to the cilium config.
252
255
# By putting it at the end of the ConfigMap, it's also possible to override existing properties.
253
256
---
@@ -1029,7 +1032,7 @@ spec:
1029
1032
type : Unconfined
1030
1033
containers :
1031
1034
- name : cilium-agent
1032
- image : " quay.io/cilium/cilium:v1.16.0 @sha256:46ffa4ef3cf6d8885dcc4af5963b0683f7d59daa90d49ed9fb68d3b1627fe058 "
1035
+ image : " quay.io/cilium/cilium:v1.16.1 @sha256:0b4a3ab41a4760d86b7fc945b8783747ba27f29dac30dd434d94f2c9e3679f39 "
1033
1036
imagePullPolicy : IfNotPresent
1034
1037
command :
1035
1038
- cilium-agent
@@ -1183,7 +1186,7 @@ spec:
1183
1186
mountPath : /tmp
1184
1187
initContainers :
1185
1188
- name : config
1186
- image : " quay.io/cilium/cilium:v1.16.0 @sha256:46ffa4ef3cf6d8885dcc4af5963b0683f7d59daa90d49ed9fb68d3b1627fe058 "
1189
+ image : " quay.io/cilium/cilium:v1.16.1 @sha256:0b4a3ab41a4760d86b7fc945b8783747ba27f29dac30dd434d94f2c9e3679f39 "
1187
1190
imagePullPolicy : IfNotPresent
1188
1191
command :
1189
1192
- cilium-dbg
@@ -1206,7 +1209,7 @@ spec:
1206
1209
# Required to mount cgroup2 filesystem on the underlying Kubernetes node.
1207
1210
# We use nsenter command with host's cgroup and mount namespaces enabled.
1208
1211
- name : mount-cgroup
1209
- image : " quay.io/cilium/cilium:v1.16.0 @sha256:46ffa4ef3cf6d8885dcc4af5963b0683f7d59daa90d49ed9fb68d3b1627fe058 "
1212
+ image : " quay.io/cilium/cilium:v1.16.1 @sha256:0b4a3ab41a4760d86b7fc945b8783747ba27f29dac30dd434d94f2c9e3679f39 "
1210
1213
imagePullPolicy : IfNotPresent
1211
1214
env :
1212
1215
- name : CGROUP_ROOT
@@ -1243,7 +1246,7 @@ spec:
1243
1246
drop :
1244
1247
- ALL
1245
1248
- name : apply-sysctl-overwrites
1246
- image : " quay.io/cilium/cilium:v1.16.0 @sha256:46ffa4ef3cf6d8885dcc4af5963b0683f7d59daa90d49ed9fb68d3b1627fe058 "
1249
+ image : " quay.io/cilium/cilium:v1.16.1 @sha256:0b4a3ab41a4760d86b7fc945b8783747ba27f29dac30dd434d94f2c9e3679f39 "
1247
1250
imagePullPolicy : IfNotPresent
1248
1251
env :
1249
1252
- name : BIN_PATH
@@ -1281,7 +1284,7 @@ spec:
1281
1284
# from a privileged container because the mount propagation bidirectional
1282
1285
# only works from privileged containers.
1283
1286
- name : mount-bpf-fs
1284
- image : " quay.io/cilium/cilium:v1.16.0 @sha256:46ffa4ef3cf6d8885dcc4af5963b0683f7d59daa90d49ed9fb68d3b1627fe058 "
1287
+ image : " quay.io/cilium/cilium:v1.16.1 @sha256:0b4a3ab41a4760d86b7fc945b8783747ba27f29dac30dd434d94f2c9e3679f39 "
1285
1288
imagePullPolicy : IfNotPresent
1286
1289
args :
1287
1290
- ' mount | grep "/sys/fs/bpf type bpf" || mount -t bpf bpf /sys/fs/bpf'
@@ -1297,7 +1300,7 @@ spec:
1297
1300
mountPath : /sys/fs/bpf
1298
1301
mountPropagation : Bidirectional
1299
1302
- name : clean-cilium-state
1300
- image : " quay.io/cilium/cilium:v1.16.0 @sha256:46ffa4ef3cf6d8885dcc4af5963b0683f7d59daa90d49ed9fb68d3b1627fe058 "
1303
+ image : " quay.io/cilium/cilium:v1.16.1 @sha256:0b4a3ab41a4760d86b7fc945b8783747ba27f29dac30dd434d94f2c9e3679f39 "
1301
1304
imagePullPolicy : IfNotPresent
1302
1305
command :
1303
1306
- /init-container.sh
@@ -1344,7 +1347,7 @@ spec:
1344
1347
mountPath : /var/run/cilium # wait-for-kube-proxy
1345
1348
# Install the CNI binaries in an InitContainer so we don't have a writable host mount in the agent
1346
1349
- name : install-cni-binaries
1347
- image : " quay.io/cilium/cilium:v1.16.0 @sha256:46ffa4ef3cf6d8885dcc4af5963b0683f7d59daa90d49ed9fb68d3b1627fe058 "
1350
+ image : " quay.io/cilium/cilium:v1.16.1 @sha256:0b4a3ab41a4760d86b7fc945b8783747ba27f29dac30dd434d94f2c9e3679f39 "
1348
1351
imagePullPolicy : IfNotPresent
1349
1352
command :
1350
1353
- " /install-plugin.sh"
@@ -1700,7 +1703,7 @@ spec:
1700
1703
spec :
1701
1704
containers :
1702
1705
- name : cilium-operator
1703
- image : " quay.io/cilium/operator-generic:v1.16.0 @sha256:d6621c11c4e4943bf2998af7febe05be5ed6fdcf812b27ad4388f47022190316 "
1706
+ image : " quay.io/cilium/operator-generic:v1.16.1 @sha256:3bc7e7a43bc4a4d8989cb7936c5d96675dd2d02c306adf925ce0a7c35aa27dc4 "
1704
1707
imagePullPolicy : IfNotPresent
1705
1708
command :
1706
1709
- cilium-operator-generic
0 commit comments