Merge pull request #16362 from hakman/cilium-1.15.1

Update Cilium to v1.15.1
This commit is contained in:
Kubernetes Prow Robot 2024-02-18 03:53:27 -08:00 committed by GitHub
commit 91353cbff9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
27 changed files with 71 additions and 71 deletions

View File

@ -40,7 +40,7 @@ func (b *CiliumOptionsBuilder) BuildOptions(o interface{}) error {
} }
if c.Version == "" { if c.Version == "" {
c.Version = "v1.15.0" c.Version = "v1.15.1"
} }
if c.EnableEndpointHealthChecking == nil { if c.EnableEndpointHealthChecking == nil {

View File

@ -226,7 +226,7 @@ spec:
sidecarIstioProxyImage: cilium/istio_proxy sidecarIstioProxyImage: cilium/istio_proxy
toFqdnsDnsRejectResponseCode: refused toFqdnsDnsRejectResponseCode: refused
tunnel: disabled tunnel: disabled
version: v1.15.0 version: v1.15.1
nodeTerminationHandler: nodeTerminationHandler:
cpuRequest: 50m cpuRequest: 50m
enableRebalanceDraining: false enableRebalanceDraining: false

View File

@ -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.15.yaml manifest: networking.cilium.io/k8s-1.16-v1.15.yaml
manifestHash: bcc977da60fb16ad50f906d51d4bf623e99fc253286d71690e526f4101d94f27 manifestHash: c8b592a42037ad510e2476ce3a1fe3fe5eb49e2621dad03d5e22a9f8d6825667
name: networking.cilium.io name: networking.cilium.io
needsRollingUpdate: all needsRollingUpdate: all
selector: selector:

View File

@ -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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/operator:v1.15.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
httpGet: httpGet:

View File

@ -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: 5Ce/EF8HWNsDqPr1g5h9y/CqYhDGQ0fIaojWkfmYM/o= NodeupConfigHash: Dca9wuHA2/QNufM5APEthC5vivIhYS6HXTKC+iK1v0U=
__EOF_KUBE_ENV __EOF_KUBE_ENV

View File

@ -218,7 +218,7 @@ spec:
sidecarIstioProxyImage: cilium/istio_proxy sidecarIstioProxyImage: cilium/istio_proxy
toFqdnsDnsRejectResponseCode: refused toFqdnsDnsRejectResponseCode: refused
tunnel: vxlan tunnel: vxlan
version: v1.15.0 version: v1.15.1
nodeTerminationHandler: nodeTerminationHandler:
cpuRequest: 50m cpuRequest: 50m
enableRebalanceDraining: false enableRebalanceDraining: false

View File

@ -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.15.yaml manifest: networking.cilium.io/k8s-1.16-v1.15.yaml
manifestHash: d706711e81a214a90815115470eb9f0c6ee8d5aa67402b64178dfed3802a692f manifestHash: 27b40483c350fc3eb8bf909b1b5cf2edb10c85bf4fc7686f1d0db31769a51c2c
name: networking.cilium.io name: networking.cilium.io
needsRollingUpdate: all needsRollingUpdate: all
selector: selector:

View File

@ -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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/operator:v1.15.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
httpGet: httpGet:

View File

@ -60,7 +60,7 @@ containerdConfig:
usesLegacyGossip: false usesLegacyGossip: false
usesNoneDNS: false usesNoneDNS: false
warmPoolImages: warmPoolImages:
- quay.io/cilium/cilium:v1.15.0 - quay.io/cilium/cilium:v1.15.1
- quay.io/cilium/operator:v1.15.0 - quay.io/cilium/operator:v1.15.1
- 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

View File

@ -199,7 +199,7 @@ spec:
sidecarIstioProxyImage: cilium/istio_proxy sidecarIstioProxyImage: cilium/istio_proxy
toFqdnsDnsRejectResponseCode: refused toFqdnsDnsRejectResponseCode: refused
tunnel: vxlan tunnel: vxlan
version: v1.15.0 version: v1.15.1
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

View File

@ -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.15.yaml manifest: networking.cilium.io/k8s-1.16-v1.15.yaml
manifestHash: 96ff7a35d4c953b7cba928eb52b7ce5265782e18eeadf258f78f372c22abe97a manifestHash: b40a043b3cb5282cafece2a3eb7f049b36b4a623c1de5b2dc4d69fc913207fd4
name: networking.cilium.io name: networking.cilium.io
needsRollingUpdate: all needsRollingUpdate: all
selector: selector:

View File

@ -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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/operator:v1.15.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
httpGet: httpGet:

View File

@ -220,7 +220,7 @@ spec:
sidecarIstioProxyImage: cilium/istio_proxy sidecarIstioProxyImage: cilium/istio_proxy
toFqdnsDnsRejectResponseCode: refused toFqdnsDnsRejectResponseCode: refused
tunnel: disabled tunnel: disabled
version: v1.15.0 version: v1.15.1
nodeTerminationHandler: nodeTerminationHandler:
cpuRequest: 50m cpuRequest: 50m
enableRebalanceDraining: false enableRebalanceDraining: false

View File

@ -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.15.yaml manifest: networking.cilium.io/k8s-1.16-v1.15.yaml
manifestHash: 175fd5607aa768302886721f5a20a84184f680b7e557a65d2846dac93adcc5dc manifestHash: ff73e7af2bde49f7acb479adeffc7c60993db0e2a14361dbca66aaed6e79d3ab
name: networking.cilium.io name: networking.cilium.io
needsRollingUpdate: all needsRollingUpdate: all
selector: selector:

View File

@ -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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/operator:v1.15.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
httpGet: httpGet:

View File

@ -228,7 +228,7 @@ spec:
sidecarIstioProxyImage: cilium/istio_proxy sidecarIstioProxyImage: cilium/istio_proxy
toFqdnsDnsRejectResponseCode: refused toFqdnsDnsRejectResponseCode: refused
tunnel: vxlan tunnel: vxlan
version: v1.15.0 version: v1.15.1
nodeTerminationHandler: nodeTerminationHandler:
cpuRequest: 50m cpuRequest: 50m
enableRebalanceDraining: false enableRebalanceDraining: false

View File

@ -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.15.yaml manifest: networking.cilium.io/k8s-1.16-v1.15.yaml
manifestHash: 1d4124ce424cd174dfa1f478d073535158bf7f9f145675105f8005528ee3c3db manifestHash: d7d8df1b7e50a817b2d079b577c2980779211f5cc496483e837b5b59c243cd4f
name: networking.cilium.io name: networking.cilium.io
needsRollingUpdate: all needsRollingUpdate: all
selector: selector:

View File

@ -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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/operator:v1.15.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
httpGet: httpGet:

View File

@ -229,7 +229,7 @@ spec:
sidecarIstioProxyImage: cilium/istio_proxy sidecarIstioProxyImage: cilium/istio_proxy
toFqdnsDnsRejectResponseCode: refused toFqdnsDnsRejectResponseCode: refused
tunnel: vxlan tunnel: vxlan
version: v1.15.0 version: v1.15.1
nodeTerminationHandler: nodeTerminationHandler:
cpuRequest: 50m cpuRequest: 50m
enableRebalanceDraining: false enableRebalanceDraining: false

View File

@ -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.15.yaml manifest: networking.cilium.io/k8s-1.16-v1.15.yaml
manifestHash: f7c5f2689c97258b25dbfd34f2c015bad0b809feaa48dfce07440c1549e0ebc5 manifestHash: 5fad2dab386a798c97f20e265bed32076f2e94c6667be36d890354809d60251c
name: networking.cilium.io name: networking.cilium.io
needsPKI: true needsPKI: true
needsRollingUpdate: all needsRollingUpdate: all

View File

@ -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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/cilium:v1.15.1
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.15.0 image: quay.io/cilium/operator:v1.15.1
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.15.0 image: quay.io/cilium/hubble-relay:v1.15.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
tcpSocket: tcpSocket:

View File

@ -232,7 +232,7 @@ spec:
sidecarIstioProxyImage: cilium/istio_proxy sidecarIstioProxyImage: cilium/istio_proxy
toFqdnsDnsRejectResponseCode: refused toFqdnsDnsRejectResponseCode: refused
tunnel: disabled tunnel: disabled
version: v1.15.0 version: v1.15.1
nodeTerminationHandler: nodeTerminationHandler:
cpuRequest: 50m cpuRequest: 50m
enableRebalanceDraining: false enableRebalanceDraining: false

View File

@ -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.15.yaml manifest: networking.cilium.io/k8s-1.16-v1.15.yaml
manifestHash: 4ad29cbfd6b1ed71d0e656493c0d23fa06883574faafa169319055c28f88997f manifestHash: 83c43850cc495cbbbc9eb5cd6e1ea3c0654fd90f8643701ecf6cba67bb455a0e
name: networking.cilium.io name: networking.cilium.io
needsRollingUpdate: all needsRollingUpdate: all
selector: selector:

View File

@ -563,7 +563,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.15.0 image: quay.io/cilium/cilium:v1.15.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
lifecycle: lifecycle:
postStart: postStart:
@ -691,7 +691,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.15.0 image: quay.io/cilium/cilium:v1.15.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: config name: config
terminationMessagePolicy: FallbackToLogsOnError terminationMessagePolicy: FallbackToLogsOnError
@ -710,7 +710,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.15.0 image: quay.io/cilium/cilium:v1.15.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: mount-cgroup name: mount-cgroup
securityContext: securityContext:
@ -731,7 +731,7 @@ spec:
env: env:
- name: BIN_PATH - name: BIN_PATH
value: /opt/cni/bin value: /opt/cni/bin
image: quay.io/cilium/cilium:v1.15.0 image: quay.io/cilium/cilium:v1.15.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: apply-sysctl-overwrites name: apply-sysctl-overwrites
securityContext: securityContext:
@ -761,7 +761,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.15.0 image: quay.io/cilium/cilium:v1.15.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: clean-cilium-state name: clean-cilium-state
securityContext: securityContext:
@ -778,7 +778,7 @@ spec:
name: cilium-run name: cilium-run
- command: - command:
- /install-plugin.sh - /install-plugin.sh
image: quay.io/cilium/cilium:v1.15.0 image: quay.io/cilium/cilium:v1.15.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: install-cni-binaries name: install-cni-binaries
resources: resources:
@ -944,7 +944,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.15.0 image: quay.io/cilium/operator:v1.15.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
httpGet: httpGet:

View File

@ -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.15.yaml manifest: networking.cilium.io/k8s-1.16-v1.15.yaml
manifestHash: 5487313f24c613cab9c2aa5683dfcdfe869fec16cb6775435d55310c28a28c54 manifestHash: 042ca6f4883c4c288280aa3c51eca611fc5a1cac155cace282075e2242b975b8
name: networking.cilium.io name: networking.cilium.io
needsRollingUpdate: all needsRollingUpdate: all
selector: selector:

View File

@ -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.15.yaml manifest: networking.cilium.io/k8s-1.16-v1.15.yaml
manifestHash: 5487313f24c613cab9c2aa5683dfcdfe869fec16cb6775435d55310c28a28c54 manifestHash: 042ca6f4883c4c288280aa3c51eca611fc5a1cac155cace282075e2242b975b8
name: networking.cilium.io name: networking.cilium.io
needsRollingUpdate: all needsRollingUpdate: all
selector: selector:

View File

@ -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.15.yaml manifest: networking.cilium.io/k8s-1.16-v1.15.yaml
manifestHash: 5487313f24c613cab9c2aa5683dfcdfe869fec16cb6775435d55310c28a28c54 manifestHash: 042ca6f4883c4c288280aa3c51eca611fc5a1cac155cace282075e2242b975b8
name: networking.cilium.io name: networking.cilium.io
needsRollingUpdate: all needsRollingUpdate: all
selector: selector: