mirror of https://github.com/kubernetes/kops.git
Merge pull request #16214 from hakman/cilium-1.14.5
Update to Cilium 1.14.5
This commit is contained in:
commit
a8305d2a17
|
@ -40,7 +40,7 @@ func (b *CiliumOptionsBuilder) BuildOptions(o interface{}) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
if c.Version == "" {
|
if c.Version == "" {
|
||||||
c.Version = "v1.14.3"
|
c.Version = "v1.14.5"
|
||||||
}
|
}
|
||||||
|
|
||||||
if c.EnableEndpointHealthChecking == nil {
|
if c.EnableEndpointHealthChecking == nil {
|
||||||
|
|
|
@ -226,7 +226,7 @@ spec:
|
||||||
sidecarIstioProxyImage: cilium/istio_proxy
|
sidecarIstioProxyImage: cilium/istio_proxy
|
||||||
toFqdnsDnsRejectResponseCode: refused
|
toFqdnsDnsRejectResponseCode: refused
|
||||||
tunnel: disabled
|
tunnel: disabled
|
||||||
version: v1.14.3
|
version: v1.14.5
|
||||||
nodeTerminationHandler:
|
nodeTerminationHandler:
|
||||||
cpuRequest: 50m
|
cpuRequest: 50m
|
||||||
enableRebalanceDraining: false
|
enableRebalanceDraining: false
|
||||||
|
|
|
@ -106,7 +106,7 @@ spec:
|
||||||
version: 9.99.0
|
version: 9.99.0
|
||||||
- id: k8s-1.16
|
- id: k8s-1.16
|
||||||
manifest: networking.cilium.io/k8s-1.16-v1.14.yaml
|
manifest: networking.cilium.io/k8s-1.16-v1.14.yaml
|
||||||
manifestHash: 5e9537b8396c3b141b62b590b619883148d224463969f32eddd9af9601e7b79e
|
manifestHash: cbf85fa595d03844fafb8ec97ec50991e23707cd08ab01002633d86a3cb2994d
|
||||||
name: networking.cilium.io
|
name: networking.cilium.io
|
||||||
needsRollingUpdate: all
|
needsRollingUpdate: all
|
||||||
selector:
|
selector:
|
||||||
|
|
|
@ -550,7 +550,7 @@ spec:
|
||||||
value: api.internal.minimal-ipv6.example.com
|
value: api.internal.minimal-ipv6.example.com
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
lifecycle:
|
lifecycle:
|
||||||
preStop:
|
preStop:
|
||||||
|
@ -647,7 +647,7 @@ spec:
|
||||||
value: api.internal.minimal-ipv6.example.com
|
value: api.internal.minimal-ipv6.example.com
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: config
|
name: config
|
||||||
terminationMessagePolicy: FallbackToLogsOnError
|
terminationMessagePolicy: FallbackToLogsOnError
|
||||||
|
@ -666,7 +666,7 @@ spec:
|
||||||
value: /run/cilium/cgroupv2
|
value: /run/cilium/cgroupv2
|
||||||
- name: BIN_PATH
|
- name: BIN_PATH
|
||||||
value: /opt/cni/bin
|
value: /opt/cni/bin
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: mount-cgroup
|
name: mount-cgroup
|
||||||
securityContext:
|
securityContext:
|
||||||
|
@ -687,7 +687,7 @@ spec:
|
||||||
env:
|
env:
|
||||||
- name: BIN_PATH
|
- name: BIN_PATH
|
||||||
value: /opt/cni/bin
|
value: /opt/cni/bin
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: apply-sysctl-overwrites
|
name: apply-sysctl-overwrites
|
||||||
securityContext:
|
securityContext:
|
||||||
|
@ -717,7 +717,7 @@ spec:
|
||||||
value: api.internal.minimal-ipv6.example.com
|
value: api.internal.minimal-ipv6.example.com
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: clean-cilium-state
|
name: clean-cilium-state
|
||||||
securityContext:
|
securityContext:
|
||||||
|
@ -734,7 +734,7 @@ spec:
|
||||||
name: cilium-run
|
name: cilium-run
|
||||||
- command:
|
- command:
|
||||||
- /install-plugin.sh
|
- /install-plugin.sh
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: install-cni-binaries
|
name: install-cni-binaries
|
||||||
resources:
|
resources:
|
||||||
|
@ -889,7 +889,7 @@ spec:
|
||||||
value: api.internal.minimal-ipv6.example.com
|
value: api.internal.minimal-ipv6.example.com
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/operator:v1.14.3
|
image: quay.io/cilium/operator:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
@ -151,7 +151,7 @@ ConfigServer:
|
||||||
- https://kops-controller.internal.minimal-warmpool.example.com:3988/
|
- https://kops-controller.internal.minimal-warmpool.example.com:3988/
|
||||||
InstanceGroupName: nodes
|
InstanceGroupName: nodes
|
||||||
InstanceGroupRole: Node
|
InstanceGroupRole: Node
|
||||||
NodeupConfigHash: F51JcVCcbKNvYtbcbv5fdY4BtjPvuu+FhXbTduo/jQk=
|
NodeupConfigHash: 6kTfJQ6yLcxGIGsuwVUBRcHKggh7GlzSCb7AnSvJIO0=
|
||||||
|
|
||||||
__EOF_KUBE_ENV
|
__EOF_KUBE_ENV
|
||||||
|
|
||||||
|
|
|
@ -218,7 +218,7 @@ spec:
|
||||||
sidecarIstioProxyImage: cilium/istio_proxy
|
sidecarIstioProxyImage: cilium/istio_proxy
|
||||||
toFqdnsDnsRejectResponseCode: refused
|
toFqdnsDnsRejectResponseCode: refused
|
||||||
tunnel: vxlan
|
tunnel: vxlan
|
||||||
version: v1.14.3
|
version: v1.14.5
|
||||||
nodeTerminationHandler:
|
nodeTerminationHandler:
|
||||||
cpuRequest: 50m
|
cpuRequest: 50m
|
||||||
enableRebalanceDraining: false
|
enableRebalanceDraining: false
|
||||||
|
|
|
@ -99,7 +99,7 @@ spec:
|
||||||
version: 9.99.0
|
version: 9.99.0
|
||||||
- id: k8s-1.16
|
- id: k8s-1.16
|
||||||
manifest: networking.cilium.io/k8s-1.16-v1.14.yaml
|
manifest: networking.cilium.io/k8s-1.16-v1.14.yaml
|
||||||
manifestHash: d939c9dc17f34da1cf748f890373d6c0d474f5a08e022306c2feaa9f116f2781
|
manifestHash: 2f93b30904260d1ec3b6767a3a9588da2bb210358d1b04896e4278351bc2d931
|
||||||
name: networking.cilium.io
|
name: networking.cilium.io
|
||||||
needsRollingUpdate: all
|
needsRollingUpdate: all
|
||||||
selector:
|
selector:
|
||||||
|
|
|
@ -551,7 +551,7 @@ spec:
|
||||||
value: api.internal.minimal-warmpool.example.com
|
value: api.internal.minimal-warmpool.example.com
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
lifecycle:
|
lifecycle:
|
||||||
preStop:
|
preStop:
|
||||||
|
@ -648,7 +648,7 @@ spec:
|
||||||
value: api.internal.minimal-warmpool.example.com
|
value: api.internal.minimal-warmpool.example.com
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: config
|
name: config
|
||||||
terminationMessagePolicy: FallbackToLogsOnError
|
terminationMessagePolicy: FallbackToLogsOnError
|
||||||
|
@ -667,7 +667,7 @@ spec:
|
||||||
value: /run/cilium/cgroupv2
|
value: /run/cilium/cgroupv2
|
||||||
- name: BIN_PATH
|
- name: BIN_PATH
|
||||||
value: /opt/cni/bin
|
value: /opt/cni/bin
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: mount-cgroup
|
name: mount-cgroup
|
||||||
securityContext:
|
securityContext:
|
||||||
|
@ -688,7 +688,7 @@ spec:
|
||||||
env:
|
env:
|
||||||
- name: BIN_PATH
|
- name: BIN_PATH
|
||||||
value: /opt/cni/bin
|
value: /opt/cni/bin
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: apply-sysctl-overwrites
|
name: apply-sysctl-overwrites
|
||||||
securityContext:
|
securityContext:
|
||||||
|
@ -718,7 +718,7 @@ spec:
|
||||||
value: api.internal.minimal-warmpool.example.com
|
value: api.internal.minimal-warmpool.example.com
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: clean-cilium-state
|
name: clean-cilium-state
|
||||||
securityContext:
|
securityContext:
|
||||||
|
@ -735,7 +735,7 @@ spec:
|
||||||
name: cilium-run
|
name: cilium-run
|
||||||
- command:
|
- command:
|
||||||
- /install-plugin.sh
|
- /install-plugin.sh
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: install-cni-binaries
|
name: install-cni-binaries
|
||||||
resources:
|
resources:
|
||||||
|
@ -890,7 +890,7 @@ spec:
|
||||||
value: api.internal.minimal-warmpool.example.com
|
value: api.internal.minimal-warmpool.example.com
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/operator:v1.14.3
|
image: quay.io/cilium/operator:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
@ -60,7 +60,7 @@ containerdConfig:
|
||||||
usesLegacyGossip: false
|
usesLegacyGossip: false
|
||||||
usesNoneDNS: false
|
usesNoneDNS: false
|
||||||
warmPoolImages:
|
warmPoolImages:
|
||||||
- quay.io/cilium/cilium:v1.14.3
|
- quay.io/cilium/cilium:v1.14.5
|
||||||
- quay.io/cilium/operator:v1.14.3
|
- quay.io/cilium/operator:v1.14.5
|
||||||
- registry.k8s.io/kube-proxy:v1.26.0
|
- registry.k8s.io/kube-proxy:v1.26.0
|
||||||
- registry.k8s.io/provider-aws/cloud-controller-manager:v1.26.6
|
- registry.k8s.io/provider-aws/cloud-controller-manager:v1.26.6
|
||||||
|
|
|
@ -199,7 +199,7 @@ spec:
|
||||||
sidecarIstioProxyImage: cilium/istio_proxy
|
sidecarIstioProxyImage: cilium/istio_proxy
|
||||||
toFqdnsDnsRejectResponseCode: refused
|
toFqdnsDnsRejectResponseCode: refused
|
||||||
tunnel: vxlan
|
tunnel: vxlan
|
||||||
version: v1.14.3
|
version: v1.14.5
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podCIDR: 100.96.0.0/11
|
podCIDR: 100.96.0.0/11
|
||||||
secretStore: memfs://tests/scw-minimal.k8s.local/secrets
|
secretStore: memfs://tests/scw-minimal.k8s.local/secrets
|
||||||
|
|
|
@ -55,7 +55,7 @@ spec:
|
||||||
version: 9.99.0
|
version: 9.99.0
|
||||||
- id: k8s-1.16
|
- id: k8s-1.16
|
||||||
manifest: networking.cilium.io/k8s-1.16-v1.14.yaml
|
manifest: networking.cilium.io/k8s-1.16-v1.14.yaml
|
||||||
manifestHash: 5ecc7aca559459d06d6474991ec3b6e034f75834c971213fec620aeafe31eb71
|
manifestHash: 10c38ce4e002e3ec8ce1b5b8295345b6ac0ea3c119f9d58b916bf38f1bd1b9e1
|
||||||
name: networking.cilium.io
|
name: networking.cilium.io
|
||||||
needsRollingUpdate: all
|
needsRollingUpdate: all
|
||||||
selector:
|
selector:
|
||||||
|
|
|
@ -551,7 +551,7 @@ spec:
|
||||||
value: api.internal.scw-minimal.k8s.local
|
value: api.internal.scw-minimal.k8s.local
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
lifecycle:
|
lifecycle:
|
||||||
preStop:
|
preStop:
|
||||||
|
@ -648,7 +648,7 @@ spec:
|
||||||
value: api.internal.scw-minimal.k8s.local
|
value: api.internal.scw-minimal.k8s.local
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: config
|
name: config
|
||||||
terminationMessagePolicy: FallbackToLogsOnError
|
terminationMessagePolicy: FallbackToLogsOnError
|
||||||
|
@ -667,7 +667,7 @@ spec:
|
||||||
value: /run/cilium/cgroupv2
|
value: /run/cilium/cgroupv2
|
||||||
- name: BIN_PATH
|
- name: BIN_PATH
|
||||||
value: /opt/cni/bin
|
value: /opt/cni/bin
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: mount-cgroup
|
name: mount-cgroup
|
||||||
securityContext:
|
securityContext:
|
||||||
|
@ -688,7 +688,7 @@ spec:
|
||||||
env:
|
env:
|
||||||
- name: BIN_PATH
|
- name: BIN_PATH
|
||||||
value: /opt/cni/bin
|
value: /opt/cni/bin
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: apply-sysctl-overwrites
|
name: apply-sysctl-overwrites
|
||||||
securityContext:
|
securityContext:
|
||||||
|
@ -718,7 +718,7 @@ spec:
|
||||||
value: api.internal.scw-minimal.k8s.local
|
value: api.internal.scw-minimal.k8s.local
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: clean-cilium-state
|
name: clean-cilium-state
|
||||||
securityContext:
|
securityContext:
|
||||||
|
@ -735,7 +735,7 @@ spec:
|
||||||
name: cilium-run
|
name: cilium-run
|
||||||
- command:
|
- command:
|
||||||
- /install-plugin.sh
|
- /install-plugin.sh
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: install-cni-binaries
|
name: install-cni-binaries
|
||||||
resources:
|
resources:
|
||||||
|
@ -890,7 +890,7 @@ spec:
|
||||||
value: api.internal.scw-minimal.k8s.local
|
value: api.internal.scw-minimal.k8s.local
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/operator:v1.14.3
|
image: quay.io/cilium/operator:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
@ -220,7 +220,7 @@ spec:
|
||||||
sidecarIstioProxyImage: cilium/istio_proxy
|
sidecarIstioProxyImage: cilium/istio_proxy
|
||||||
toFqdnsDnsRejectResponseCode: refused
|
toFqdnsDnsRejectResponseCode: refused
|
||||||
tunnel: disabled
|
tunnel: disabled
|
||||||
version: v1.14.3
|
version: v1.14.5
|
||||||
nodeTerminationHandler:
|
nodeTerminationHandler:
|
||||||
cpuRequest: 50m
|
cpuRequest: 50m
|
||||||
enableRebalanceDraining: false
|
enableRebalanceDraining: false
|
||||||
|
|
|
@ -99,7 +99,7 @@ spec:
|
||||||
version: 9.99.0
|
version: 9.99.0
|
||||||
- id: k8s-1.16
|
- id: k8s-1.16
|
||||||
manifest: networking.cilium.io/k8s-1.16-v1.14.yaml
|
manifest: networking.cilium.io/k8s-1.16-v1.14.yaml
|
||||||
manifestHash: dc0ffacc5b54ff7ce6d48ad648b291624ae47bbd80cbdd5268f48bc866a6cf3e
|
manifestHash: ae82c21f5fc8e0885ceedf83050da9d0c733d50cedd7d145a806294338ec25f1
|
||||||
name: networking.cilium.io
|
name: networking.cilium.io
|
||||||
needsRollingUpdate: all
|
needsRollingUpdate: all
|
||||||
selector:
|
selector:
|
||||||
|
|
|
@ -553,7 +553,7 @@ spec:
|
||||||
value: api.internal.privatecilium.example.com
|
value: api.internal.privatecilium.example.com
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
lifecycle:
|
lifecycle:
|
||||||
postStart:
|
postStart:
|
||||||
|
@ -675,7 +675,7 @@ spec:
|
||||||
value: api.internal.privatecilium.example.com
|
value: api.internal.privatecilium.example.com
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: config
|
name: config
|
||||||
terminationMessagePolicy: FallbackToLogsOnError
|
terminationMessagePolicy: FallbackToLogsOnError
|
||||||
|
@ -694,7 +694,7 @@ spec:
|
||||||
value: /run/cilium/cgroupv2
|
value: /run/cilium/cgroupv2
|
||||||
- name: BIN_PATH
|
- name: BIN_PATH
|
||||||
value: /opt/cni/bin
|
value: /opt/cni/bin
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: mount-cgroup
|
name: mount-cgroup
|
||||||
securityContext:
|
securityContext:
|
||||||
|
@ -715,7 +715,7 @@ spec:
|
||||||
env:
|
env:
|
||||||
- name: BIN_PATH
|
- name: BIN_PATH
|
||||||
value: /opt/cni/bin
|
value: /opt/cni/bin
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: apply-sysctl-overwrites
|
name: apply-sysctl-overwrites
|
||||||
securityContext:
|
securityContext:
|
||||||
|
@ -745,7 +745,7 @@ spec:
|
||||||
value: api.internal.privatecilium.example.com
|
value: api.internal.privatecilium.example.com
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: clean-cilium-state
|
name: clean-cilium-state
|
||||||
securityContext:
|
securityContext:
|
||||||
|
@ -762,7 +762,7 @@ spec:
|
||||||
name: cilium-run
|
name: cilium-run
|
||||||
- command:
|
- command:
|
||||||
- /install-plugin.sh
|
- /install-plugin.sh
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: install-cni-binaries
|
name: install-cni-binaries
|
||||||
resources:
|
resources:
|
||||||
|
@ -917,7 +917,7 @@ spec:
|
||||||
value: api.internal.privatecilium.example.com
|
value: api.internal.privatecilium.example.com
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/operator:v1.14.3
|
image: quay.io/cilium/operator:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
@ -228,7 +228,7 @@ spec:
|
||||||
sidecarIstioProxyImage: cilium/istio_proxy
|
sidecarIstioProxyImage: cilium/istio_proxy
|
||||||
toFqdnsDnsRejectResponseCode: refused
|
toFqdnsDnsRejectResponseCode: refused
|
||||||
tunnel: vxlan
|
tunnel: vxlan
|
||||||
version: v1.14.3
|
version: v1.14.5
|
||||||
nodeTerminationHandler:
|
nodeTerminationHandler:
|
||||||
cpuRequest: 50m
|
cpuRequest: 50m
|
||||||
enableRebalanceDraining: false
|
enableRebalanceDraining: false
|
||||||
|
|
|
@ -99,7 +99,7 @@ spec:
|
||||||
version: 9.99.0
|
version: 9.99.0
|
||||||
- id: k8s-1.16
|
- id: k8s-1.16
|
||||||
manifest: networking.cilium.io/k8s-1.16-v1.14.yaml
|
manifest: networking.cilium.io/k8s-1.16-v1.14.yaml
|
||||||
manifestHash: 0d92f3aaa5fcfde3239fba0d07f4d264580c460d4a5e9c2463f8e2b20434c479
|
manifestHash: 25e0a4c6c9a226bb3a53cfb812bea651cd454f3ea8de08a6035e9a5bcebd3e7f
|
||||||
name: networking.cilium.io
|
name: networking.cilium.io
|
||||||
needsRollingUpdate: all
|
needsRollingUpdate: all
|
||||||
selector:
|
selector:
|
||||||
|
|
|
@ -555,7 +555,7 @@ spec:
|
||||||
value: api.internal.privatecilium.example.com
|
value: api.internal.privatecilium.example.com
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
lifecycle:
|
lifecycle:
|
||||||
preStop:
|
preStop:
|
||||||
|
@ -652,7 +652,7 @@ spec:
|
||||||
value: api.internal.privatecilium.example.com
|
value: api.internal.privatecilium.example.com
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: config
|
name: config
|
||||||
terminationMessagePolicy: FallbackToLogsOnError
|
terminationMessagePolicy: FallbackToLogsOnError
|
||||||
|
@ -671,7 +671,7 @@ spec:
|
||||||
value: /run/cilium/cgroupv2
|
value: /run/cilium/cgroupv2
|
||||||
- name: BIN_PATH
|
- name: BIN_PATH
|
||||||
value: /opt/cni/bin
|
value: /opt/cni/bin
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: mount-cgroup
|
name: mount-cgroup
|
||||||
securityContext:
|
securityContext:
|
||||||
|
@ -692,7 +692,7 @@ spec:
|
||||||
env:
|
env:
|
||||||
- name: BIN_PATH
|
- name: BIN_PATH
|
||||||
value: /opt/cni/bin
|
value: /opt/cni/bin
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: apply-sysctl-overwrites
|
name: apply-sysctl-overwrites
|
||||||
securityContext:
|
securityContext:
|
||||||
|
@ -722,7 +722,7 @@ spec:
|
||||||
value: api.internal.privatecilium.example.com
|
value: api.internal.privatecilium.example.com
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: clean-cilium-state
|
name: clean-cilium-state
|
||||||
securityContext:
|
securityContext:
|
||||||
|
@ -739,7 +739,7 @@ spec:
|
||||||
name: cilium-run
|
name: cilium-run
|
||||||
- command:
|
- command:
|
||||||
- /install-plugin.sh
|
- /install-plugin.sh
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: install-cni-binaries
|
name: install-cni-binaries
|
||||||
resources:
|
resources:
|
||||||
|
@ -898,7 +898,7 @@ spec:
|
||||||
value: api.internal.privatecilium.example.com
|
value: api.internal.privatecilium.example.com
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/operator:v1.14.3
|
image: quay.io/cilium/operator:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
@ -229,7 +229,7 @@ spec:
|
||||||
sidecarIstioProxyImage: cilium/istio_proxy
|
sidecarIstioProxyImage: cilium/istio_proxy
|
||||||
toFqdnsDnsRejectResponseCode: refused
|
toFqdnsDnsRejectResponseCode: refused
|
||||||
tunnel: vxlan
|
tunnel: vxlan
|
||||||
version: v1.14.3
|
version: v1.14.5
|
||||||
nodeTerminationHandler:
|
nodeTerminationHandler:
|
||||||
cpuRequest: 50m
|
cpuRequest: 50m
|
||||||
enableRebalanceDraining: false
|
enableRebalanceDraining: false
|
||||||
|
|
|
@ -162,7 +162,7 @@ spec:
|
||||||
version: 9.99.0
|
version: 9.99.0
|
||||||
- id: k8s-1.16
|
- id: k8s-1.16
|
||||||
manifest: networking.cilium.io/k8s-1.16-v1.14.yaml
|
manifest: networking.cilium.io/k8s-1.16-v1.14.yaml
|
||||||
manifestHash: 3d77641c2e3c89adfb55bf74f41d865e0af29ff859eb75b2795cbe915d73b827
|
manifestHash: b1031b2a99a5d029d69e119fed152af22f194927b03631d87baf1cc97fd07e20
|
||||||
name: networking.cilium.io
|
name: networking.cilium.io
|
||||||
needsPKI: true
|
needsPKI: true
|
||||||
needsRollingUpdate: all
|
needsRollingUpdate: all
|
||||||
|
|
|
@ -774,7 +774,7 @@ spec:
|
||||||
value: api.internal.privatecilium.example.com
|
value: api.internal.privatecilium.example.com
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
lifecycle:
|
lifecycle:
|
||||||
preStop:
|
preStop:
|
||||||
|
@ -878,7 +878,7 @@ spec:
|
||||||
value: api.internal.privatecilium.example.com
|
value: api.internal.privatecilium.example.com
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: config
|
name: config
|
||||||
terminationMessagePolicy: FallbackToLogsOnError
|
terminationMessagePolicy: FallbackToLogsOnError
|
||||||
|
@ -897,7 +897,7 @@ spec:
|
||||||
value: /run/cilium/cgroupv2
|
value: /run/cilium/cgroupv2
|
||||||
- name: BIN_PATH
|
- name: BIN_PATH
|
||||||
value: /opt/cni/bin
|
value: /opt/cni/bin
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: mount-cgroup
|
name: mount-cgroup
|
||||||
securityContext:
|
securityContext:
|
||||||
|
@ -918,7 +918,7 @@ spec:
|
||||||
env:
|
env:
|
||||||
- name: BIN_PATH
|
- name: BIN_PATH
|
||||||
value: /opt/cni/bin
|
value: /opt/cni/bin
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: apply-sysctl-overwrites
|
name: apply-sysctl-overwrites
|
||||||
securityContext:
|
securityContext:
|
||||||
|
@ -948,7 +948,7 @@ spec:
|
||||||
value: api.internal.privatecilium.example.com
|
value: api.internal.privatecilium.example.com
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: clean-cilium-state
|
name: clean-cilium-state
|
||||||
securityContext:
|
securityContext:
|
||||||
|
@ -965,7 +965,7 @@ spec:
|
||||||
name: cilium-run
|
name: cilium-run
|
||||||
- command:
|
- command:
|
||||||
- /install-plugin.sh
|
- /install-plugin.sh
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: install-cni-binaries
|
name: install-cni-binaries
|
||||||
resources:
|
resources:
|
||||||
|
@ -1127,7 +1127,7 @@ spec:
|
||||||
value: api.internal.privatecilium.example.com
|
value: api.internal.privatecilium.example.com
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/operator:v1.14.3
|
image: quay.io/cilium/operator:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
@ -1221,7 +1221,7 @@ spec:
|
||||||
- serve
|
- serve
|
||||||
command:
|
command:
|
||||||
- hubble-relay
|
- hubble-relay
|
||||||
image: quay.io/cilium/hubble-relay:v1.14.3
|
image: quay.io/cilium/hubble-relay:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
|
|
|
@ -232,7 +232,7 @@ spec:
|
||||||
sidecarIstioProxyImage: cilium/istio_proxy
|
sidecarIstioProxyImage: cilium/istio_proxy
|
||||||
toFqdnsDnsRejectResponseCode: refused
|
toFqdnsDnsRejectResponseCode: refused
|
||||||
tunnel: disabled
|
tunnel: disabled
|
||||||
version: v1.14.3
|
version: v1.14.5
|
||||||
nodeTerminationHandler:
|
nodeTerminationHandler:
|
||||||
cpuRequest: 50m
|
cpuRequest: 50m
|
||||||
enableRebalanceDraining: false
|
enableRebalanceDraining: false
|
||||||
|
|
|
@ -99,7 +99,7 @@ spec:
|
||||||
version: 9.99.0
|
version: 9.99.0
|
||||||
- id: k8s-1.16
|
- id: k8s-1.16
|
||||||
manifest: networking.cilium.io/k8s-1.16-v1.14.yaml
|
manifest: networking.cilium.io/k8s-1.16-v1.14.yaml
|
||||||
manifestHash: 1dc85a0c4d6148f60695875f169977272f69564eb1ee8a5cf6c4c7687376449d
|
manifestHash: e58b7a1c93353dabd67ee86769b6408009712bbe5747739c7950995a34c68f02
|
||||||
name: networking.cilium.io
|
name: networking.cilium.io
|
||||||
needsRollingUpdate: all
|
needsRollingUpdate: all
|
||||||
selector:
|
selector:
|
||||||
|
|
|
@ -564,7 +564,7 @@ spec:
|
||||||
value: api.internal.privateciliumadvanced.example.com
|
value: api.internal.privateciliumadvanced.example.com
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
lifecycle:
|
lifecycle:
|
||||||
postStart:
|
postStart:
|
||||||
|
@ -692,7 +692,7 @@ spec:
|
||||||
value: api.internal.privateciliumadvanced.example.com
|
value: api.internal.privateciliumadvanced.example.com
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: config
|
name: config
|
||||||
terminationMessagePolicy: FallbackToLogsOnError
|
terminationMessagePolicy: FallbackToLogsOnError
|
||||||
|
@ -711,7 +711,7 @@ spec:
|
||||||
value: /run/cilium/cgroupv2
|
value: /run/cilium/cgroupv2
|
||||||
- name: BIN_PATH
|
- name: BIN_PATH
|
||||||
value: /opt/cni/bin
|
value: /opt/cni/bin
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: mount-cgroup
|
name: mount-cgroup
|
||||||
securityContext:
|
securityContext:
|
||||||
|
@ -732,7 +732,7 @@ spec:
|
||||||
env:
|
env:
|
||||||
- name: BIN_PATH
|
- name: BIN_PATH
|
||||||
value: /opt/cni/bin
|
value: /opt/cni/bin
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: apply-sysctl-overwrites
|
name: apply-sysctl-overwrites
|
||||||
securityContext:
|
securityContext:
|
||||||
|
@ -762,7 +762,7 @@ spec:
|
||||||
value: api.internal.privateciliumadvanced.example.com
|
value: api.internal.privateciliumadvanced.example.com
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: clean-cilium-state
|
name: clean-cilium-state
|
||||||
securityContext:
|
securityContext:
|
||||||
|
@ -779,7 +779,7 @@ spec:
|
||||||
name: cilium-run
|
name: cilium-run
|
||||||
- command:
|
- command:
|
||||||
- /install-plugin.sh
|
- /install-plugin.sh
|
||||||
image: quay.io/cilium/cilium:v1.14.3
|
image: quay.io/cilium/cilium:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: install-cni-binaries
|
name: install-cni-binaries
|
||||||
resources:
|
resources:
|
||||||
|
@ -945,7 +945,7 @@ spec:
|
||||||
value: api.internal.privateciliumadvanced.example.com
|
value: api.internal.privateciliumadvanced.example.com
|
||||||
- name: KUBERNETES_SERVICE_PORT
|
- name: KUBERNETES_SERVICE_PORT
|
||||||
value: "443"
|
value: "443"
|
||||||
image: quay.io/cilium/operator:v1.14.3
|
image: quay.io/cilium/operator:v1.14.5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
@ -99,7 +99,7 @@ spec:
|
||||||
version: 9.99.0
|
version: 9.99.0
|
||||||
- id: k8s-1.16
|
- id: k8s-1.16
|
||||||
manifest: networking.cilium.io/k8s-1.16-v1.14.yaml
|
manifest: networking.cilium.io/k8s-1.16-v1.14.yaml
|
||||||
manifestHash: 2f32492b13ce87032e506c9b7977b78214ee645513c92b6fa7668df8022fd183
|
manifestHash: bea39c087cdd515eee7f7a490bf94c8f16c493db8d528312775f3afb46ede821
|
||||||
name: networking.cilium.io
|
name: networking.cilium.io
|
||||||
needsRollingUpdate: all
|
needsRollingUpdate: all
|
||||||
selector:
|
selector:
|
||||||
|
|
|
@ -113,7 +113,7 @@ spec:
|
||||||
version: 9.99.0
|
version: 9.99.0
|
||||||
- id: k8s-1.16
|
- id: k8s-1.16
|
||||||
manifest: networking.cilium.io/k8s-1.16-v1.14.yaml
|
manifest: networking.cilium.io/k8s-1.16-v1.14.yaml
|
||||||
manifestHash: 2f32492b13ce87032e506c9b7977b78214ee645513c92b6fa7668df8022fd183
|
manifestHash: bea39c087cdd515eee7f7a490bf94c8f16c493db8d528312775f3afb46ede821
|
||||||
name: networking.cilium.io
|
name: networking.cilium.io
|
||||||
needsRollingUpdate: all
|
needsRollingUpdate: all
|
||||||
selector:
|
selector:
|
||||||
|
|
|
@ -170,7 +170,7 @@ spec:
|
||||||
version: 9.99.0
|
version: 9.99.0
|
||||||
- id: k8s-1.16
|
- id: k8s-1.16
|
||||||
manifest: networking.cilium.io/k8s-1.16-v1.14.yaml
|
manifest: networking.cilium.io/k8s-1.16-v1.14.yaml
|
||||||
manifestHash: 2f32492b13ce87032e506c9b7977b78214ee645513c92b6fa7668df8022fd183
|
manifestHash: bea39c087cdd515eee7f7a490bf94c8f16c493db8d528312775f3afb46ede821
|
||||||
name: networking.cilium.io
|
name: networking.cilium.io
|
||||||
needsRollingUpdate: all
|
needsRollingUpdate: all
|
||||||
selector:
|
selector:
|
||||||
|
|
Loading…
Reference in New Issue