Merge pull request #19476 from minikube-bot/auto_bump_cilium_version

CNI: Update cilium from v1.16.0 to v1.16.1
pull/19485/head
Steven Powell 2024-08-19 08:33:09 -07:00 committed by GitHub
commit 871b41db4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 8 deletions

View File

@ -248,6 +248,9 @@ data:
clustermesh-enable-endpoint-sync: "false" clustermesh-enable-endpoint-sync: "false"
clustermesh-enable-mcs-api: "false" clustermesh-enable-mcs-api: "false"
nat-map-stats-entries: "32"
nat-map-stats-interval: "30s"
# Extra config allows adding arbitrary properties to the cilium config. # Extra config allows adding arbitrary properties to the cilium config.
# By putting it at the end of the ConfigMap, it's also possible to override existing properties. # By putting it at the end of the ConfigMap, it's also possible to override existing properties.
--- ---
@ -1029,7 +1032,7 @@ spec:
type: Unconfined type: Unconfined
containers: containers:
- name: cilium-agent - name: cilium-agent
image: "quay.io/cilium/cilium:v1.16.0@sha256:46ffa4ef3cf6d8885dcc4af5963b0683f7d59daa90d49ed9fb68d3b1627fe058" image: "quay.io/cilium/cilium:v1.16.1@sha256:0b4a3ab41a4760d86b7fc945b8783747ba27f29dac30dd434d94f2c9e3679f39"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- cilium-agent - cilium-agent
@ -1183,7 +1186,7 @@ spec:
mountPath: /tmp mountPath: /tmp
initContainers: initContainers:
- name: config - name: config
image: "quay.io/cilium/cilium:v1.16.0@sha256:46ffa4ef3cf6d8885dcc4af5963b0683f7d59daa90d49ed9fb68d3b1627fe058" image: "quay.io/cilium/cilium:v1.16.1@sha256:0b4a3ab41a4760d86b7fc945b8783747ba27f29dac30dd434d94f2c9e3679f39"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- cilium-dbg - cilium-dbg
@ -1206,7 +1209,7 @@ spec:
# Required to mount cgroup2 filesystem on the underlying Kubernetes node. # Required to mount cgroup2 filesystem on the underlying Kubernetes node.
# We use nsenter command with host's cgroup and mount namespaces enabled. # We use nsenter command with host's cgroup and mount namespaces enabled.
- name: mount-cgroup - name: mount-cgroup
image: "quay.io/cilium/cilium:v1.16.0@sha256:46ffa4ef3cf6d8885dcc4af5963b0683f7d59daa90d49ed9fb68d3b1627fe058" image: "quay.io/cilium/cilium:v1.16.1@sha256:0b4a3ab41a4760d86b7fc945b8783747ba27f29dac30dd434d94f2c9e3679f39"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: CGROUP_ROOT - name: CGROUP_ROOT
@ -1243,7 +1246,7 @@ spec:
drop: drop:
- ALL - ALL
- name: apply-sysctl-overwrites - name: apply-sysctl-overwrites
image: "quay.io/cilium/cilium:v1.16.0@sha256:46ffa4ef3cf6d8885dcc4af5963b0683f7d59daa90d49ed9fb68d3b1627fe058" image: "quay.io/cilium/cilium:v1.16.1@sha256:0b4a3ab41a4760d86b7fc945b8783747ba27f29dac30dd434d94f2c9e3679f39"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: BIN_PATH - name: BIN_PATH
@ -1281,7 +1284,7 @@ spec:
# from a privileged container because the mount propagation bidirectional # from a privileged container because the mount propagation bidirectional
# only works from privileged containers. # only works from privileged containers.
- name: mount-bpf-fs - name: mount-bpf-fs
image: "quay.io/cilium/cilium:v1.16.0@sha256:46ffa4ef3cf6d8885dcc4af5963b0683f7d59daa90d49ed9fb68d3b1627fe058" image: "quay.io/cilium/cilium:v1.16.1@sha256:0b4a3ab41a4760d86b7fc945b8783747ba27f29dac30dd434d94f2c9e3679f39"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
args: args:
- 'mount | grep "/sys/fs/bpf type bpf" || mount -t bpf bpf /sys/fs/bpf' - 'mount | grep "/sys/fs/bpf type bpf" || mount -t bpf bpf /sys/fs/bpf'
@ -1297,7 +1300,7 @@ spec:
mountPath: /sys/fs/bpf mountPath: /sys/fs/bpf
mountPropagation: Bidirectional mountPropagation: Bidirectional
- name: clean-cilium-state - name: clean-cilium-state
image: "quay.io/cilium/cilium:v1.16.0@sha256:46ffa4ef3cf6d8885dcc4af5963b0683f7d59daa90d49ed9fb68d3b1627fe058" image: "quay.io/cilium/cilium:v1.16.1@sha256:0b4a3ab41a4760d86b7fc945b8783747ba27f29dac30dd434d94f2c9e3679f39"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- /init-container.sh - /init-container.sh
@ -1344,7 +1347,7 @@ spec:
mountPath: /var/run/cilium # wait-for-kube-proxy mountPath: /var/run/cilium # wait-for-kube-proxy
# Install the CNI binaries in an InitContainer so we don't have a writable host mount in the agent # Install the CNI binaries in an InitContainer so we don't have a writable host mount in the agent
- name: install-cni-binaries - name: install-cni-binaries
image: "quay.io/cilium/cilium:v1.16.0@sha256:46ffa4ef3cf6d8885dcc4af5963b0683f7d59daa90d49ed9fb68d3b1627fe058" image: "quay.io/cilium/cilium:v1.16.1@sha256:0b4a3ab41a4760d86b7fc945b8783747ba27f29dac30dd434d94f2c9e3679f39"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- "/install-plugin.sh" - "/install-plugin.sh"
@ -1700,7 +1703,7 @@ spec:
spec: spec:
containers: containers:
- name: cilium-operator - name: cilium-operator
image: "quay.io/cilium/operator-generic:v1.16.0@sha256:d6621c11c4e4943bf2998af7febe05be5ed6fdcf812b27ad4388f47022190316" image: "quay.io/cilium/operator-generic:v1.16.1@sha256:3bc7e7a43bc4a4d8989cb7936c5d96675dd2d02c306adf925ce0a7c35aa27dc4"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- cilium-operator-generic - cilium-operator-generic