Skip to content

Commit e971892

Browse files
committed
Update Cilium v1.16.4
1 parent edbbb9b commit e971892

File tree

10 files changed

+70
-42
lines changed

10 files changed

+70
-42
lines changed

packages/system/cilium/charts/cilium/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ annotations:
7979
Pod IP Pool\n description: |\n CiliumPodIPPool defines an IP pool that can
8080
be used for pooled IPAM (i.e. the multi-pool IPAM mode).\n"
8181
apiVersion: v2
82-
appVersion: 1.16.3
82+
appVersion: 1.16.4
8383
description: eBPF-based Networking, Security, and Observability
8484
home: https://cilium.io/
8585
icon: https://cdn.jsdelivr.net/gh/cilium/cilium@main/Documentation/images/logo-solo.svg
@@ -95,4 +95,4 @@ kubeVersion: '>= 1.21.0-0'
9595
name: cilium
9696
sources:
9797
- https://github.com/cilium/cilium
98-
version: 1.16.3
98+
version: 1.16.4

packages/system/cilium/charts/cilium/README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cilium
22

3-
![Version: 1.16.3](https://img.shields.io/badge/Version-1.16.3-informational?style=flat-square) ![AppVersion: 1.16.3](https://img.shields.io/badge/AppVersion-1.16.3-informational?style=flat-square)
3+
![Version: 1.16.4](https://img.shields.io/badge/Version-1.16.4-informational?style=flat-square) ![AppVersion: 1.16.4](https://img.shields.io/badge/AppVersion-1.16.4-informational?style=flat-square)
44

55
Cilium is open source software for providing and transparently securing
66
network connectivity and loadbalancing between application workloads such as
@@ -182,7 +182,7 @@ contributors across the globe, there is almost always someone available to help.
182182
| clustermesh.apiserver.extraVolumeMounts | list | `[]` | Additional clustermesh-apiserver volumeMounts. |
183183
| clustermesh.apiserver.extraVolumes | list | `[]` | Additional clustermesh-apiserver volumes. |
184184
| clustermesh.apiserver.healthPort | int | `9880` | TCP port for the clustermesh-apiserver health API. |
185-
| clustermesh.apiserver.image | object | `{"digest":"sha256:598cb4fd30b47bf2bc229cd6a011e451cf14753e56a80bb9ef01a09a519f52fb","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/clustermesh-apiserver","tag":"v1.16.3","useDigest":true}` | Clustermesh API server image. |
185+
| clustermesh.apiserver.image | object | `{"digest":"sha256:b41ba9c1b32e31308e17287a24a5b8e8ed0931f70d168087001c9679bc6c5dd2","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/clustermesh-apiserver","tag":"v1.16.4","useDigest":true}` | Clustermesh API server image. |
186186
| clustermesh.apiserver.kvstoremesh.enabled | bool | `true` | Enable KVStoreMesh. KVStoreMesh caches the information retrieved from the remote clusters in the local etcd instance. |
187187
| clustermesh.apiserver.kvstoremesh.extraArgs | list | `[]` | Additional KVStoreMesh arguments. |
188188
| clustermesh.apiserver.kvstoremesh.extraEnv | list | `[]` | Additional KVStoreMesh environment variables. |
@@ -353,7 +353,8 @@ contributors across the globe, there is almost always someone available to help.
353353
| envoy.extraVolumes | list | `[]` | Additional envoy volumes. |
354354
| envoy.healthPort | int | `9878` | TCP port for the health API. |
355355
| envoy.idleTimeoutDurationSeconds | int | `60` | Set Envoy upstream HTTP idle connection timeout seconds. Does not apply to connections with pending requests. Default 60s |
356-
| envoy.image | object | `{"digest":"sha256:42614a44e508f70d03a04470df5f61e3cffd22462471a0be0544cf116f2c50ba","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/cilium-envoy","tag":"v1.29.9-1728346947-0d05e48bfbb8c4737ec40d5781d970a550ed2bbd","useDigest":true}` | Envoy container image. |
356+
| envoy.image | object | `{"digest":"sha256:0287b36f70cfbdf54f894160082f4f94d1ee1fb10389f3a95baa6c8e448586ed","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/cilium-envoy","tag":"v1.30.7-1731393961-97edc2815e2c6a174d3d12e71731d54f5d32ea16","useDigest":true}` | Envoy container image. |
357+
| envoy.initialFetchTimeoutSeconds | int | `30` | Time in seconds after which the initial fetch on an xDS stream is considered timed out |
357358
| envoy.livenessProbe.failureThreshold | int | `10` | failure threshold of liveness probe |
358359
| envoy.livenessProbe.periodSeconds | int | `30` | interval between checks of the liveness probe |
359360
| envoy.log.format | string | `"[%Y-%m-%d %T.%e][%t][%l][%n] [%g:%#] %v"` | The format string to use for laying out the log message metadata of Envoy. |
@@ -484,7 +485,7 @@ contributors across the globe, there is almost always someone available to help.
484485
| hubble.relay.extraVolumes | list | `[]` | Additional hubble-relay volumes. |
485486
| hubble.relay.gops.enabled | bool | `true` | Enable gops for hubble-relay |
486487
| hubble.relay.gops.port | int | `9893` | Configure gops listen port for hubble-relay |
487-
| hubble.relay.image | object | `{"digest":"sha256:feb60efd767e0e7863a94689f4a8db56a0acc7c1d2b307dee66422e3dc25a089","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/hubble-relay","tag":"v1.16.3","useDigest":true}` | Hubble-relay container image. |
488+
| hubble.relay.image | object | `{"digest":"sha256:fb2c7d127a1c809f6ba23c05973f3dd00f6b6a48e4aee2da95db925a4f0351d2","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/hubble-relay","tag":"v1.16.4","useDigest":true}` | Hubble-relay container image. |
488489
| hubble.relay.listenHost | string | `""` | Host to listen to. Specify an empty string to bind to all the interfaces. |
489490
| hubble.relay.listenPort | string | `"4245"` | Port to listen to. |
490491
| hubble.relay.nodeSelector | object | `{"kubernetes.io/os":"linux"}` | Node labels for pod assignment ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector |
@@ -532,10 +533,10 @@ contributors across the globe, there is almost always someone available to help.
532533
| hubble.relay.updateStrategy | object | `{"rollingUpdate":{"maxUnavailable":1},"type":"RollingUpdate"}` | hubble-relay update strategy |
533534
| hubble.skipUnknownCGroupIDs | bool | `true` | Skip Hubble events with unknown cgroup ids |
534535
| hubble.socketPath | string | `"/var/run/cilium/hubble.sock"` | Unix domain socket path to listen to when Hubble is enabled. |
535-
| hubble.tls | object | `{"auto":{"certManagerIssuerRef":{},"certValidityDuration":1095,"enabled":true,"method":"helm","schedule":"0 0 1 */4 *"},"enabled":true,"server":{"cert":"","existingSecret":"","extraDnsNames":[],"extraIpAddresses":[],"key":""}}` | TLS configuration for Hubble |
536-
| hubble.tls.auto | object | `{"certManagerIssuerRef":{},"certValidityDuration":1095,"enabled":true,"method":"helm","schedule":"0 0 1 */4 *"}` | Configure automatic TLS certificates generation. |
536+
| hubble.tls | object | `{"auto":{"certManagerIssuerRef":{},"certValidityDuration":365,"enabled":true,"method":"helm","schedule":"0 0 1 */4 *"},"enabled":true,"server":{"cert":"","existingSecret":"","extraDnsNames":[],"extraIpAddresses":[],"key":""}}` | TLS configuration for Hubble |
537+
| hubble.tls.auto | object | `{"certManagerIssuerRef":{},"certValidityDuration":365,"enabled":true,"method":"helm","schedule":"0 0 1 */4 *"}` | Configure automatic TLS certificates generation. |
537538
| hubble.tls.auto.certManagerIssuerRef | object | `{}` | certmanager issuer used when hubble.tls.auto.method=certmanager. |
538-
| hubble.tls.auto.certValidityDuration | int | `1095` | Generated certificates validity duration in days. |
539+
| hubble.tls.auto.certValidityDuration | int | `365` | Generated certificates validity duration in days. Defaults to 365 days (1 year) because MacOS does not accept self-signed certificates with expirations > 825 days. |
539540
| hubble.tls.auto.enabled | bool | `true` | Auto-generate certificates. When set to true, automatically generate a CA and certificates to enable mTLS between Hubble server and Hubble Relay instances. If set to false, the certs for Hubble server need to be provided by setting appropriate values below. |
540541
| hubble.tls.auto.method | string | `"helm"` | Set the method to auto-generate certificates. Supported values: - helm: This method uses Helm to generate all certificates. - cronJob: This method uses a Kubernetes CronJob the generate any certificates not provided by the user at installation time. - certmanager: This method use cert-manager to generate & rotate certificates. |
541542
| hubble.tls.auto.schedule | string | `"0 0 1 */4 *"` | Schedule for certificates regeneration (regardless of their expiration date). Only used if method is "cronJob". If nil, then no recurring job will be created. Instead, only the one-shot job is deployed to generate the certificates at installation time. Defaults to midnight of the first day of every fourth month. For syntax, see https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#schedule-syntax |
@@ -590,7 +591,7 @@ contributors across the globe, there is almost always someone available to help.
590591
| hubble.ui.updateStrategy | object | `{"rollingUpdate":{"maxUnavailable":1},"type":"RollingUpdate"}` | hubble-ui update strategy. |
591592
| identityAllocationMode | string | `"crd"` | Method to use for identity allocation (`crd` or `kvstore`). |
592593
| identityChangeGracePeriod | string | `"5s"` | Time to wait before using new identity on endpoint identity change. |
593-
| image | object | `{"digest":"sha256:62d2a09bbef840a46099ac4c69421c90f84f28d018d479749049011329aa7f28","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/cilium","tag":"v1.16.3","useDigest":true}` | Agent container image. |
594+
| image | object | `{"digest":"sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/cilium","tag":"v1.16.4","useDigest":true}` | Agent container image. |
594595
| imagePullSecrets | list | `[]` | Configure image pull secrets for pulling container images |
595596
| ingressController.default | bool | `false` | Set cilium ingress controller to be the default ingress controller This will let cilium ingress controller route entries without ingress class set |
596597
| ingressController.defaultSecretName | string | `nil` | Default secret name for ingresses without .spec.tls[].secretName set. |
@@ -717,7 +718,7 @@ contributors across the globe, there is almost always someone available to help.
717718
| operator.hostNetwork | bool | `true` | HostNetwork setting |
718719
| operator.identityGCInterval | string | `"15m0s"` | Interval for identity garbage collection. |
719720
| operator.identityHeartbeatTimeout | string | `"30m0s"` | Timeout for identity heartbeats. |
720-
| operator.image | object | `{"alibabacloudDigest":"sha256:d80a785c0e807fc708264a3fcb19be404114f619fd756dd5214f4cad5a281898","awsDigest":"sha256:47f5abc5fa528472d3509c3199d7aab1e120833fb68df455e3b4476916385916","azureDigest":"sha256:2882aaf03c32525a99181b7c065b2bb19c03eba6626fc736aebe368d90791542","genericDigest":"sha256:6e2925ef47a1c76e183c48f95d4ce0d34a1e5e848252f910476c3e11ce1ec94b","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/operator","suffix":"","tag":"v1.16.3","useDigest":true}` | cilium-operator image. |
721+
| operator.image | object | `{"alibabacloudDigest":"sha256:8d59d1c9043d0ccf40f3e16361e5c81e8044cb83695d32d750b0c352f690c686","awsDigest":"sha256:355051bbebab73ea3067bb7f0c28cfd43b584d127570cb826f794f468e2d31be","azureDigest":"sha256:475594628af6d6a807d58fcb6b7d48f5a82e0289f54ae372972b1d0536c0b6de","genericDigest":"sha256:c55a7cbe19fe0b6b28903a085334edb586a3201add9db56d2122c8485f7a51c5","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/operator","suffix":"","tag":"v1.16.4","useDigest":true}` | cilium-operator image. |
721722
| operator.nodeGCInterval | string | `"5m0s"` | Interval for cilium node garbage collection. |
722723
| operator.nodeSelector | object | `{"kubernetes.io/os":"linux"}` | Node labels for cilium-operator pod assignment ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector |
723724
| operator.podAnnotations | object | `{}` | Annotations to be added to cilium-operator pods |
@@ -767,7 +768,7 @@ contributors across the globe, there is almost always someone available to help.
767768
| preflight.extraEnv | list | `[]` | Additional preflight environment variables. |
768769
| preflight.extraVolumeMounts | list | `[]` | Additional preflight volumeMounts. |
769770
| preflight.extraVolumes | list | `[]` | Additional preflight volumes. |
770-
| preflight.image | object | `{"digest":"sha256:62d2a09bbef840a46099ac4c69421c90f84f28d018d479749049011329aa7f28","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/cilium","tag":"v1.16.3","useDigest":true}` | Cilium pre-flight image. |
771+
| preflight.image | object | `{"digest":"sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/cilium","tag":"v1.16.4","useDigest":true}` | Cilium pre-flight image. |
771772
| preflight.nodeSelector | object | `{"kubernetes.io/os":"linux"}` | Node labels for preflight pod assignment ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector |
772773
| preflight.podAnnotations | object | `{}` | Annotations to be added to preflight pods |
773774
| preflight.podDisruptionBudget.enabled | bool | `false` | enable PodDisruptionBudget ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ |
@@ -816,7 +817,7 @@ contributors across the globe, there is almost always someone available to help.
816817
| serviceAccounts.clustermeshcertgen | object | `{"annotations":{},"automount":true,"create":true,"name":"clustermesh-apiserver-generate-certs"}` | Clustermeshcertgen is used if clustermesh.apiserver.tls.auto.method=cronJob |
817818
| serviceAccounts.hubblecertgen | object | `{"annotations":{},"automount":true,"create":true,"name":"hubble-generate-certs"}` | Hubblecertgen is used if hubble.tls.auto.method=cronJob |
818819
| serviceAccounts.nodeinit.enabled | bool | `false` | Enabled is temporary until https://github.com/cilium/cilium-cli/issues/1396 is implemented. Cilium CLI doesn't create the SAs for node-init, thus the workaround. Helm is not affected by this issue. Name and automount can be configured, if enabled is set to true. Otherwise, they are ignored. Enabled can be removed once the issue is fixed. Cilium-nodeinit DS must also be fixed. |
819-
| serviceNoBackendResponse | string | `"reject"` | Configure what the response should be to traffic for a service without backends. "reject" only works on kernels >= 5.10, on lower kernels we fallback to "drop". Possible values: - reject (default) - drop |
820+
| serviceNoBackendResponse | string | `"reject"` | Configure what the response should be to traffic for a service without backends. Possible values: - reject (default) - drop |
820821
| sleepAfterInit | bool | `false` | Do not run Cilium agent when running with clean mode. Useful to completely uninstall Cilium as it will stop Cilium from starting and create artifacts in the node. |
821822
| socketLB | object | `{"enabled":false}` | Configure socket LB |
822823
| socketLB.enabled | bool | `false` | Enable socket LB |

packages/system/cilium/charts/cilium/files/cilium-envoy/configmap/bootstrap-config.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@
338338
},
339339
"dynamicResources": {
340340
"ldsConfig": {
341+
"initialFetchTimeout": "{{ .Values.envoy.initialFetchTimeoutSeconds }}s",
341342
"apiConfigSource": {
342343
"apiType": "GRPC",
343344
"transportApiVersion": "V3",
@@ -353,6 +354,7 @@
353354
"resourceApiVersion": "V3"
354355
},
355356
"cdsConfig": {
357+
"initialFetchTimeout": "{{ .Values.envoy.initialFetchTimeoutSeconds }}s",
356358
"apiConfigSource": {
357359
"apiType": "GRPC",
358360
"transportApiVersion": "V3",
@@ -376,14 +378,13 @@
376378
}
377379
}
378380
],
379-
"layeredRuntime": {
380-
"layers": [
381+
"overload_manager": {
382+
"resource_monitors": [
381383
{
382-
"name": "static_layer_0",
383-
"staticLayer": {
384-
"overload": {
385-
"global_downstream_max_connections": 50000
386-
}
384+
"name": "envoy.resource_monitors.global_downstream_max_connections",
385+
"typed_config": {
386+
"@type": "type.googleapis.com/envoy.extensions.resource_monitors.downstream_connections.v3.DownstreamConnectionsConfig",
387+
"max_active_downstream_connections": "50000"
387388
}
388389
}
389390
]

packages/system/cilium/charts/cilium/templates/cilium-configmap.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,13 +712,17 @@ data:
712712
{{- if $socketLB }}
713713
{{- if hasKey $socketLB "enabled" }}
714714
bpf-lb-sock: {{ $socketLB.enabled | quote }}
715-
bpf-lb-sock-terminate-pod-connections: {{ $socketLB.enabled | quote }}
716715
{{- end }}
717716
{{- if hasKey $socketLB "hostNamespaceOnly" }}
718717
bpf-lb-sock-hostns-only: {{ $socketLB.hostNamespaceOnly | quote }}
719718
{{- end }}
720719
{{- if hasKey $socketLB "terminatePodConnections" }}
721720
bpf-lb-sock-terminate-pod-connections: {{ $socketLB.terminatePodConnections | quote }}
721+
{{- else if hasKey $socketLB "enabled" }}
722+
bpf-lb-sock-terminate-pod-connections: {{ $socketLB.enabled | quote }}
723+
{{- end }}
724+
{{- if hasKey $socketLB "tracing" }}
725+
trace-sock: {{ $socketLB.tracing | quote }}
722726
{{- end }}
723727
{{- end }}
724728

@@ -1057,7 +1061,7 @@ data:
10571061
egress-gateway-reconciliation-trigger-interval: {{ .Values.egressGateway.reconciliationTriggerInterval | quote }}
10581062
{{- end }}
10591063
{{- if .Values.egressGateway.maxPolicyEntries }}
1060-
egress-gateway-policy-map-max: {{ .Values.egressGateway.maxPolicyEntries }}
1064+
egress-gateway-policy-map-max: {{ .Values.egressGateway.maxPolicyEntries | quote }}
10611065
{{- end }}
10621066

10631067
{{- if hasKey .Values "vtep" }}
@@ -1271,6 +1275,7 @@ data:
12711275
proxy-xff-num-trusted-hops-ingress: {{ .Values.envoy.xffNumTrustedHopsL7PolicyIngress | quote }}
12721276
proxy-xff-num-trusted-hops-egress: {{ .Values.envoy.xffNumTrustedHopsL7PolicyEgress | quote }}
12731277
proxy-connect-timeout: {{ .Values.envoy.connectTimeoutSeconds | quote }}
1278+
proxy-initial-fetch-timeout: {{ .Values.envoy.initialFetchTimeoutSeconds | quote }}
12741279
proxy-max-requests-per-connection: {{ .Values.envoy.maxRequestsPerConnection | quote }}
12751280
proxy-max-connection-duration-seconds: {{ .Values.envoy.maxConnectionDurationSeconds | quote }}
12761281
proxy-idle-timeout-seconds: {{ .Values.envoy.idleTimeoutDurationSeconds | quote }}

packages/system/cilium/charts/cilium/templates/hubble-relay/serviceaccount.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ metadata:
1313
{{- toYaml . | nindent 4 }}
1414
{{- end }}
1515
{{- end }}
16+
automountServiceAccountToken: {{ .Values.serviceAccounts.relay.automount }}
1617
{{- end }}

packages/system/cilium/charts/cilium/templates/validate.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,11 @@
150150
{{- if and (eq .Values.cluster.name "default") (ne (int .Values.cluster.id) 0) }}
151151
{{ fail "The cluster name is invalid: cannot use default value with cluster.id != 0" }}
152152
{{- end }}
153+
{{ if and
154+
(or (and (ge (int .Values.cluster.id) 128) (le (int .Values.cluster.id) 255)) (and (ge (int .Values.cluster.id) 384) (le (int .Values.cluster.id) 511)))
155+
(or .Values.eni.enabled .Values.alibabacloud.enabled (eq .Values.cni.chainingMode "aws-cni")) -}}
156+
{{ fail "Cilium is currently affected by a bug that causes traffic matched by network policies to be incorrectly dropped when running in either ENI mode (both AWS and AlibabaCloud) or AWS VPC CNI chaining mode, if the cluster ID is 128-255 (and 384-511 when maxConnectedClusters=511). Please refer to https://github.com/cilium/cilium/issues/21330 for additional details." }}
157+
{{- end }}
153158

154159
{{/* validate clustermesh-apiserver */}}
155160
{{- if .Values.clustermesh.useAPIServer }}

packages/system/cilium/charts/cilium/values.schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1953,6 +1953,9 @@
19531953
},
19541954
"type": "object"
19551955
},
1956+
"initialFetchTimeoutSeconds": {
1957+
"type": "integer"
1958+
},
19561959
"livenessProbe": {
19571960
"properties": {
19581961
"failureThreshold": {

0 commit comments

Comments
 (0)