Skip to content

Commit 87253f6

Browse files
committed
CNI: Update cilium from v1.16.4 to v1.16.5
1 parent 0dbe96a commit 87253f6

File tree

1 file changed

+57
-9
lines changed

1 file changed

+57
-9
lines changed

Diff for: pkg/minikube/cni/cilium.yaml

+57-9
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,30 @@ data:
316316
}
317317
}
318318
],
319+
"internal_address_config": {
320+
"cidr_ranges": [
321+
{
322+
"address_prefix": "10.0.0.0",
323+
"prefix_len": 8
324+
},
325+
{
326+
"address_prefix": "172.16.0.0",
327+
"prefix_len": 12
328+
},
329+
{
330+
"address_prefix": "192.168.0.0",
331+
"prefix_len": 16
332+
},
333+
{
334+
"address_prefix": "127.0.0.1",
335+
"prefix_len": 32
336+
},
337+
{
338+
"address_prefix": "::1",
339+
"prefix_len": 128
340+
}
341+
]
342+
},
319343
"stream_idle_timeout": "0s"
320344
}
321345
}
@@ -369,6 +393,30 @@ data:
369393
}
370394
}
371395
],
396+
"internal_address_config": {
397+
"cidr_ranges": [
398+
{
399+
"address_prefix": "10.0.0.0",
400+
"prefix_len": 8
401+
},
402+
{
403+
"address_prefix": "172.16.0.0",
404+
"prefix_len": 12
405+
},
406+
{
407+
"address_prefix": "192.168.0.0",
408+
"prefix_len": 16
409+
},
410+
{
411+
"address_prefix": "127.0.0.1",
412+
"prefix_len": 32
413+
},
414+
{
415+
"address_prefix": "::1",
416+
"prefix_len": 128
417+
}
418+
]
419+
},
372420
"stream_idle_timeout": "0s"
373421
}
374422
}
@@ -1068,7 +1116,7 @@ spec:
10681116
type: Unconfined
10691117
containers:
10701118
- name: cilium-agent
1071-
image: "quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf"
1119+
image: "quay.io/cilium/cilium:v1.16.5@sha256:758ca0793f5995bb938a2fa219dcce63dc0b3fa7fc4ce5cc851125281fb7361d"
10721120
imagePullPolicy: IfNotPresent
10731121
command:
10741122
- cilium-agent
@@ -1222,7 +1270,7 @@ spec:
12221270
mountPath: /tmp
12231271
initContainers:
12241272
- name: config
1225-
image: "quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf"
1273+
image: "quay.io/cilium/cilium:v1.16.5@sha256:758ca0793f5995bb938a2fa219dcce63dc0b3fa7fc4ce5cc851125281fb7361d"
12261274
imagePullPolicy: IfNotPresent
12271275
command:
12281276
- cilium-dbg
@@ -1245,7 +1293,7 @@ spec:
12451293
# Required to mount cgroup2 filesystem on the underlying Kubernetes node.
12461294
# We use nsenter command with host's cgroup and mount namespaces enabled.
12471295
- name: mount-cgroup
1248-
image: "quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf"
1296+
image: "quay.io/cilium/cilium:v1.16.5@sha256:758ca0793f5995bb938a2fa219dcce63dc0b3fa7fc4ce5cc851125281fb7361d"
12491297
imagePullPolicy: IfNotPresent
12501298
env:
12511299
- name: CGROUP_ROOT
@@ -1282,7 +1330,7 @@ spec:
12821330
drop:
12831331
- ALL
12841332
- name: apply-sysctl-overwrites
1285-
image: "quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf"
1333+
image: "quay.io/cilium/cilium:v1.16.5@sha256:758ca0793f5995bb938a2fa219dcce63dc0b3fa7fc4ce5cc851125281fb7361d"
12861334
imagePullPolicy: IfNotPresent
12871335
env:
12881336
- name: BIN_PATH
@@ -1320,7 +1368,7 @@ spec:
13201368
# from a privileged container because the mount propagation bidirectional
13211369
# only works from privileged containers.
13221370
- name: mount-bpf-fs
1323-
image: "quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf"
1371+
image: "quay.io/cilium/cilium:v1.16.5@sha256:758ca0793f5995bb938a2fa219dcce63dc0b3fa7fc4ce5cc851125281fb7361d"
13241372
imagePullPolicy: IfNotPresent
13251373
args:
13261374
- 'mount | grep "/sys/fs/bpf type bpf" || mount -t bpf bpf /sys/fs/bpf'
@@ -1336,7 +1384,7 @@ spec:
13361384
mountPath: /sys/fs/bpf
13371385
mountPropagation: Bidirectional
13381386
- name: clean-cilium-state
1339-
image: "quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf"
1387+
image: "quay.io/cilium/cilium:v1.16.5@sha256:758ca0793f5995bb938a2fa219dcce63dc0b3fa7fc4ce5cc851125281fb7361d"
13401388
imagePullPolicy: IfNotPresent
13411389
command:
13421390
- /init-container.sh
@@ -1383,7 +1431,7 @@ spec:
13831431
mountPath: /var/run/cilium # wait-for-kube-proxy
13841432
# Install the CNI binaries in an InitContainer so we don't have a writable host mount in the agent
13851433
- name: install-cni-binaries
1386-
image: "quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf"
1434+
image: "quay.io/cilium/cilium:v1.16.5@sha256:758ca0793f5995bb938a2fa219dcce63dc0b3fa7fc4ce5cc851125281fb7361d"
13871435
imagePullPolicy: IfNotPresent
13881436
command:
13891437
- "/install-plugin.sh"
@@ -1561,7 +1609,7 @@ spec:
15611609
type: Unconfined
15621610
containers:
15631611
- name: cilium-envoy
1564-
image: "quay.io/cilium/cilium-envoy:v1.30.7-1731393961-97edc2815e2c6a174d3d12e71731d54f5d32ea16@sha256:0287b36f70cfbdf54f894160082f4f94d1ee1fb10389f3a95baa6c8e448586ed"
1612+
image: "quay.io/cilium/cilium-envoy:v1.30.8-1733837904-eaae5aca0fb988583e5617170a65ac5aa51c0aa8@sha256:709c08ade3d17d52da4ca2af33f431360ec26268d288d9a6cd1d98acc9a1dced"
15651613
imagePullPolicy: IfNotPresent
15661614
command:
15671615
- /usr/bin/cilium-envoy-starter
@@ -1737,7 +1785,7 @@ spec:
17371785
spec:
17381786
containers:
17391787
- name: cilium-operator
1740-
image: "quay.io/cilium/operator-generic:v1.16.4@sha256:c55a7cbe19fe0b6b28903a085334edb586a3201add9db56d2122c8485f7a51c5"
1788+
image: "quay.io/cilium/operator-generic:v1.16.5@sha256:f7884848483bbcd7b1e0ccfd34ba4546f258b460cb4b7e2f06a1bcc96ef88039"
17411789
imagePullPolicy: IfNotPresent
17421790
command:
17431791
- cilium-operator-generic

0 commit comments

Comments
 (0)