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