update to cilium 1.7.3
This commit is contained in:
parent
67ab86c20d
commit
ef48205d95
2 changed files with 9 additions and 7 deletions
|
@ -396,7 +396,7 @@ spec:
|
|||
key: custom-cni-conf
|
||||
name: cilium-config
|
||||
optional: true
|
||||
image: "docker.io/cilium/cilium:v1.7.2"
|
||||
image: "docker.io/cilium/cilium:v1.7.3"
|
||||
imagePullPolicy: IfNotPresent
|
||||
lifecycle:
|
||||
postStart:
|
||||
|
@ -459,7 +459,7 @@ spec:
|
|||
key: wait-bpf-mount
|
||||
name: cilium-config
|
||||
optional: true
|
||||
image: "docker.io/cilium/cilium:v1.7.2"
|
||||
image: "docker.io/cilium/cilium:v1.7.3"
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: clean-cilium-state
|
||||
securityContext:
|
||||
|
@ -636,7 +636,7 @@ spec:
|
|||
key: identity-allocation-mode
|
||||
name: cilium-config
|
||||
optional: true
|
||||
image: "docker.io/cilium/operator:v1.7.2"
|
||||
image: "docker.io/cilium/operator:v1.7.3"
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: cilium-operator
|
||||
livenessProbe:
|
||||
|
|
|
@ -138,12 +138,14 @@ data:
|
|||
kube-proxy-replacement: "probe"
|
||||
enable-host-reachable-services: "true"
|
||||
enable-external-ips: "true"
|
||||
enable-node-port: "false"
|
||||
enable-node-port: "true"
|
||||
enable-auto-protect-node-port-range: "true"
|
||||
# Chaining mode is set to portmap, enable health checking
|
||||
enable-endpoint-health-checking: "true"
|
||||
enable-well-known-identities: "false"
|
||||
enable-remote-node-identity: "true"
|
||||
k8s-require-ipv4-pod-cidr: "true"
|
||||
k8s-require-ipv6-pod-cidr: "true"
|
||||
---
|
||||
# Source: cilium/charts/agent/templates/clusterrole.yaml
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
|
@ -396,7 +398,7 @@ spec:
|
|||
key: custom-cni-conf
|
||||
name: cilium-config
|
||||
optional: true
|
||||
image: "docker.io/cilium/cilium:v1.7.2"
|
||||
image: "docker.io/cilium/cilium:v1.7.3"
|
||||
imagePullPolicy: IfNotPresent
|
||||
lifecycle:
|
||||
postStart:
|
||||
|
@ -459,7 +461,7 @@ spec:
|
|||
key: wait-bpf-mount
|
||||
name: cilium-config
|
||||
optional: true
|
||||
image: "docker.io/cilium/cilium:v1.7.2"
|
||||
image: "docker.io/cilium/cilium:v1.7.3"
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: clean-cilium-state
|
||||
securityContext:
|
||||
|
@ -636,7 +638,7 @@ spec:
|
|||
key: identity-allocation-mode
|
||||
name: cilium-config
|
||||
optional: true
|
||||
image: "docker.io/cilium/operator:v1.7.2"
|
||||
image: "docker.io/cilium/operator:v1.7.3"
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: cilium-operator
|
||||
livenessProbe:
|
||||
|
|
Loading…
Reference in a new issue