From 26112d55efab75d7c9832c461e9ba22fb73fc586 Mon Sep 17 00:00:00 2001 From: actions Date: Tue, 15 Mar 2022 08:15:07 +0000 Subject: [PATCH] Merge pull request #228 from manuelbuil/change-cilium Remodel cilium chart --- .../rke2-cilium-1.11.101.tgz | Bin 0 -> 68866 bytes assets/rke2-cilium/rke2-cilium-1.11.102.tgz | Bin 0 -> 67421 bytes .../rke2-cilium/1.11.101/Chart.yaml | 13 + .../1.11.101/charts/cilium/.helmignore | 23 + .../1.11.101/charts/cilium/Chart.yaml | 88 + .../1.11.101/charts/cilium/LICENSE | 202 ++ .../1.11.101/charts/cilium/README.md | 388 ++++ .../1.11.101/charts/cilium/README.md.gotmpl | 54 + .../charts/cilium/files/envoy/envoy.yaml | 71 + .../cilium/files/nodeinit/poststart-eni.bash | 21 + .../charts/cilium/files/nodeinit/prestop.bash | 46 + .../charts/cilium/files/nodeinit/startup.bash | 91 + .../charts/cilium/templates/NOTES.txt | 22 + .../charts/cilium/templates/_helpers.tpl | 96 + .../templates/cilium-agent/clusterrole.yaml | 111 + .../cilium-agent/clusterrolebinding.yaml | 14 + .../templates/cilium-agent/daemonset.yaml | 589 ++++++ .../templates/cilium-agent/service.yaml | 46 + .../cilium-agent/serviceaccount.yaml | 11 + .../cilium-agent/servicemonitor.yaml | 26 + .../cilium/templates/cilium-configmap.yaml | 798 ++++++++ .../templates/cilium-nodeinit/daemonset.yaml | 86 + .../templates/cilium-operator/_helpers.tpl | 32 + .../cilium-operator/clusterrole.yaml | 101 + .../cilium-operator/clusterrolebinding.yaml | 14 + .../templates/cilium-operator/deployment.yaml | 265 +++ .../templates/cilium-operator/service.yaml | 21 + .../cilium-operator/serviceaccount.yaml | 15 + .../cilium-operator/servicemonitor.yaml | 26 + .../cilium-preflight/clusterrole.yaml | 111 + .../cilium-preflight/clusterrolebinding.yaml | 14 + .../templates/cilium-preflight/daemonset.yaml | 165 ++ .../cilium-preflight/deployment.yaml | 87 + .../cilium-preflight/serviceaccount.yaml | 11 + .../templates/cilium-resource-quota.yaml | 35 + .../clustermesh-apiserver/clusterrole.yaml | 44 + .../clusterrolebinding.yaml | 14 + .../clustermesh-apiserver/deployment.yaml | 162 ++ .../clustermesh-apiserver/service.yaml | 25 + .../clustermesh-apiserver/serviceaccount.yaml | 11 + .../tls-certmanager/_helpers.tpl | 9 + .../tls-certmanager/admin-secret.yaml | 16 + .../tls-certmanager/client-secret.yaml | 14 + .../clustermesh-apiserver-issuer.yaml | 21 + .../tls-certmanager/remote-secret.yaml | 14 + .../tls-certmanager/server-secret.yaml | 26 + .../tls-cronjob/_job-spec.tpl | 47 + .../tls-cronjob/ca-secret.yaml | 13 + .../tls-cronjob/cronjob.yaml | 14 + .../tls-cronjob/job.yaml | 20 + .../tls-cronjob/role.yaml | 34 + .../tls-cronjob/rolebinding.yaml | 15 + .../tls-cronjob/serviceaccount.yaml | 11 + .../tls-helm/_helpers.tpl | 24 + .../tls-helm/admin-secret.yaml | 17 + .../tls-helm/ca-secret.yaml | 12 + .../tls-helm/client-secret.yaml | 16 + .../tls-helm/remote-secret.yaml | 16 + .../tls-helm/server-secret.yaml | 18 + .../tls-provided/admin-secret.yaml | 12 + .../tls-provided/ca-secret.yaml | 12 + .../tls-provided/client-secret.yaml | 12 + .../tls-provided/remote-secret.yaml | 12 + .../tls-provided/server-secret.yaml | 12 + .../cilium-etcd-operator-clusterrole.yaml | 73 + ...lium-etcd-operator-clusterrolebinding.yaml | 14 + .../cilium-etcd-operator-deployment.yaml | 90 + .../cilium-etcd-operator-serviceaccount.yaml | 11 + .../etcd-operator-clusterrole.yaml | 54 + .../etcd-operator-clusterrolebinding.yaml | 14 + .../etcd-operator-serviceaccount.yaml | 11 + .../templates/hubble-relay/configmap.yaml | 29 + .../templates/hubble-relay/deployment.yaml | 134 ++ .../templates/hubble-relay/service.yaml | 21 + .../hubble-relay/serviceaccount.yaml | 11 + .../templates/hubble-ui/clusterrole.yaml | 44 + .../hubble-ui/clusterrolebinding.yaml | 14 + .../cilium/templates/hubble-ui/configmap.yaml | 10 + .../templates/hubble-ui/deployment.yaml | 140 ++ .../cilium/templates/hubble-ui/ingress.yaml | 26 + .../cilium/templates/hubble-ui/service.yaml | 17 + .../templates/hubble-ui/serviceaccount.yaml | 11 + .../templates/hubble/metrics-service.yaml | 25 + .../templates/hubble/servicemonitor.yaml | 28 + .../hubble/tls-certmanager/_helpers.tpl | 9 + .../hubble/tls-certmanager/hubble-issuer.yaml | 21 + .../tls-certmanager/relay-client-secret.yaml | 16 + .../tls-certmanager/relay-server-secret.yaml | 23 + .../hubble/tls-certmanager/server-secret.yaml | 24 + .../tls-certmanager/ui-client-certs.yaml | 16 + .../hubble/tls-cronjob/_job-spec.tpl | 48 + .../hubble/tls-cronjob/ca-secret.yaml | 13 + .../hubble/tls-cronjob/clusterrole.yaml | 32 + .../tls-cronjob/clusterrolebinding.yaml | 14 + .../templates/hubble/tls-cronjob/cronjob.yaml | 14 + .../templates/hubble/tls-cronjob/job.yaml | 20 + .../hubble/tls-cronjob/serviceaccount.yaml | 11 + .../templates/hubble/tls-helm/_helpers.tpl | 24 + .../templates/hubble/tls-helm/ca-secret.yaml | 12 + .../hubble/tls-helm/relay-client-secret.yaml | 17 + .../hubble/tls-helm/relay-server-secret.yaml | 18 + .../hubble/tls-helm/server-secret.yaml | 18 + .../hubble/tls-helm/ui-client-certs.yaml | 17 + .../hubble/tls-provided/ca-secret.yaml | 12 + .../tls-provided/relay-client-secret.yaml | 12 + .../tls-provided/relay-server-secret.yaml | 12 + .../hubble/tls-provided/server-secret.yaml | 12 + .../hubble/tls-provided/ui-client-certs.yaml | 12 + .../charts/cilium/templates/validate.yaml | 35 + .../1.11.101/charts/cilium/values.yaml | 1798 +++++++++++++++++ .../rke2-cilium-hard-defaults/Chart.yaml | 12 + .../rke2-cilium-hard-defaults/values.yaml | 17 + .../rke2-cilium/1.11.101/requirements.yaml | 7 + .../rke2-cilium/1.11.101/values.yaml | 61 + .../rke2-cilium/1.11.102/.helmignore | 23 + .../rke2-cilium/1.11.102/Chart.yaml | 87 + .../rke2-cilium/rke2-cilium/1.11.102/LICENSE | 202 ++ .../rke2-cilium/1.11.102/README.md | 388 ++++ .../rke2-cilium/1.11.102/README.md.gotmpl | 54 + .../1.11.102/files/envoy/envoy.yaml | 71 + .../files/nodeinit/poststart-eni.bash | 21 + .../1.11.102/files/nodeinit/prestop.bash | 46 + .../1.11.102/files/nodeinit/startup.bash | 91 + .../rke2-cilium/1.11.102/templates/NOTES.txt | 22 + .../1.11.102/templates/_helpers.tpl | 97 + .../templates/cilium-agent/clusterrole.yaml | 111 + .../cilium-agent/clusterrolebinding.yaml | 14 + .../templates/cilium-agent/daemonset.yaml | 588 ++++++ .../templates/cilium-agent/service.yaml | 46 + .../cilium-agent/serviceaccount.yaml | 11 + .../cilium-agent/servicemonitor.yaml | 26 + .../1.11.102/templates/cilium-configmap.yaml | 798 ++++++++ .../templates/cilium-nodeinit/daemonset.yaml | 86 + .../templates/cilium-operator/_helpers.tpl | 32 + .../cilium-operator/clusterrole.yaml | 101 + .../cilium-operator/clusterrolebinding.yaml | 14 + .../templates/cilium-operator/deployment.yaml | 265 +++ .../templates/cilium-operator/service.yaml | 21 + .../cilium-operator/serviceaccount.yaml | 15 + .../cilium-operator/servicemonitor.yaml | 26 + .../cilium-preflight/clusterrole.yaml | 111 + .../cilium-preflight/clusterrolebinding.yaml | 14 + .../templates/cilium-preflight/daemonset.yaml | 165 ++ .../cilium-preflight/deployment.yaml | 87 + .../cilium-preflight/serviceaccount.yaml | 11 + .../templates/cilium-resource-quota.yaml | 35 + .../clustermesh-apiserver/clusterrole.yaml | 44 + .../clusterrolebinding.yaml | 14 + .../clustermesh-apiserver/deployment.yaml | 162 ++ .../clustermesh-apiserver/service.yaml | 25 + .../clustermesh-apiserver/serviceaccount.yaml | 11 + .../tls-certmanager/_helpers.tpl | 9 + .../tls-certmanager/admin-secret.yaml | 16 + .../tls-certmanager/client-secret.yaml | 14 + .../clustermesh-apiserver-issuer.yaml | 21 + .../tls-certmanager/remote-secret.yaml | 14 + .../tls-certmanager/server-secret.yaml | 26 + .../tls-cronjob/_job-spec.tpl | 47 + .../tls-cronjob/ca-secret.yaml | 13 + .../tls-cronjob/cronjob.yaml | 14 + .../tls-cronjob/job.yaml | 20 + .../tls-cronjob/role.yaml | 34 + .../tls-cronjob/rolebinding.yaml | 15 + .../tls-cronjob/serviceaccount.yaml | 11 + .../tls-helm/_helpers.tpl | 24 + .../tls-helm/admin-secret.yaml | 17 + .../tls-helm/ca-secret.yaml | 12 + .../tls-helm/client-secret.yaml | 16 + .../tls-helm/remote-secret.yaml | 16 + .../tls-helm/server-secret.yaml | 18 + .../tls-provided/admin-secret.yaml | 12 + .../tls-provided/ca-secret.yaml | 12 + .../tls-provided/client-secret.yaml | 12 + .../tls-provided/remote-secret.yaml | 12 + .../tls-provided/server-secret.yaml | 12 + .../cilium-etcd-operator-clusterrole.yaml | 73 + ...lium-etcd-operator-clusterrolebinding.yaml | 14 + .../cilium-etcd-operator-deployment.yaml | 90 + .../cilium-etcd-operator-serviceaccount.yaml | 11 + .../etcd-operator-clusterrole.yaml | 54 + .../etcd-operator-clusterrolebinding.yaml | 14 + .../etcd-operator-serviceaccount.yaml | 11 + .../templates/hubble-relay/configmap.yaml | 29 + .../templates/hubble-relay/deployment.yaml | 134 ++ .../templates/hubble-relay/service.yaml | 21 + .../hubble-relay/serviceaccount.yaml | 11 + .../templates/hubble-ui/clusterrole.yaml | 44 + .../hubble-ui/clusterrolebinding.yaml | 14 + .../templates/hubble-ui/configmap.yaml | 10 + .../templates/hubble-ui/deployment.yaml | 140 ++ .../1.11.102/templates/hubble-ui/ingress.yaml | 26 + .../1.11.102/templates/hubble-ui/service.yaml | 17 + .../templates/hubble-ui/serviceaccount.yaml | 11 + .../templates/hubble/metrics-service.yaml | 25 + .../templates/hubble/servicemonitor.yaml | 28 + .../hubble/tls-certmanager/_helpers.tpl | 9 + .../hubble/tls-certmanager/hubble-issuer.yaml | 21 + .../tls-certmanager/relay-client-secret.yaml | 16 + .../tls-certmanager/relay-server-secret.yaml | 23 + .../hubble/tls-certmanager/server-secret.yaml | 24 + .../tls-certmanager/ui-client-certs.yaml | 16 + .../hubble/tls-cronjob/_job-spec.tpl | 48 + .../hubble/tls-cronjob/ca-secret.yaml | 13 + .../hubble/tls-cronjob/clusterrole.yaml | 32 + .../tls-cronjob/clusterrolebinding.yaml | 14 + .../templates/hubble/tls-cronjob/cronjob.yaml | 14 + .../templates/hubble/tls-cronjob/job.yaml | 20 + .../hubble/tls-cronjob/serviceaccount.yaml | 11 + .../templates/hubble/tls-helm/_helpers.tpl | 24 + .../templates/hubble/tls-helm/ca-secret.yaml | 12 + .../hubble/tls-helm/relay-client-secret.yaml | 17 + .../hubble/tls-helm/relay-server-secret.yaml | 18 + .../hubble/tls-helm/server-secret.yaml | 18 + .../hubble/tls-helm/ui-client-certs.yaml | 17 + .../hubble/tls-provided/ca-secret.yaml | 12 + .../tls-provided/relay-client-secret.yaml | 12 + .../tls-provided/relay-server-secret.yaml | 12 + .../hubble/tls-provided/server-secret.yaml | 12 + .../hubble/tls-provided/ui-client-certs.yaml | 12 + .../1.11.102/templates/validate.yaml | 35 + .../rke2-cilium/1.11.102/values.yaml | 1783 ++++++++++++++++ index.yaml | 91 + 222 files changed, 14965 insertions(+) create mode 100755 assets/rke2-cilium-legacy/rke2-cilium-1.11.101.tgz create mode 100755 assets/rke2-cilium/rke2-cilium-1.11.102.tgz create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/Chart.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/.helmignore create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/Chart.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/LICENSE create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/README.md create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/README.md.gotmpl create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/files/envoy/envoy.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/files/nodeinit/poststart-eni.bash create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/files/nodeinit/prestop.bash create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/files/nodeinit/startup.bash create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/NOTES.txt create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/_helpers.tpl create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-agent/clusterrole.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-agent/clusterrolebinding.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-agent/daemonset.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-agent/service.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-agent/serviceaccount.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-agent/servicemonitor.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-configmap.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-nodeinit/daemonset.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/_helpers.tpl create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/clusterrole.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/clusterrolebinding.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/deployment.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/service.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/serviceaccount.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/servicemonitor.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-preflight/clusterrole.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-preflight/clusterrolebinding.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-preflight/daemonset.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-preflight/deployment.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-preflight/serviceaccount.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-resource-quota.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/clusterrole.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/clusterrolebinding.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/deployment.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/service.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/serviceaccount.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-certmanager/_helpers.tpl create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-certmanager/admin-secret.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-certmanager/client-secret.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-certmanager/clustermesh-apiserver-issuer.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-certmanager/remote-secret.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-certmanager/server-secret.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/_job-spec.tpl create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/ca-secret.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/cronjob.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/job.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/role.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/rolebinding.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/serviceaccount.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-helm/_helpers.tpl create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-helm/admin-secret.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-helm/ca-secret.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-helm/client-secret.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-helm/remote-secret.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-helm/server-secret.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-provided/admin-secret.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-provided/ca-secret.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-provided/client-secret.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-provided/remote-secret.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-provided/server-secret.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/cilium-etcd-operator-clusterrole.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/cilium-etcd-operator-clusterrolebinding.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/cilium-etcd-operator-deployment.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/cilium-etcd-operator-serviceaccount.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/etcd-operator-clusterrole.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/etcd-operator-clusterrolebinding.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/etcd-operator-serviceaccount.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-relay/configmap.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-relay/deployment.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-relay/service.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-relay/serviceaccount.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/clusterrole.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/clusterrolebinding.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/configmap.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/deployment.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/ingress.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/service.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/serviceaccount.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/metrics-service.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/servicemonitor.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-certmanager/_helpers.tpl create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-certmanager/hubble-issuer.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-certmanager/relay-client-secret.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-certmanager/relay-server-secret.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-certmanager/server-secret.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-certmanager/ui-client-certs.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/_job-spec.tpl create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/ca-secret.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/clusterrole.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/clusterrolebinding.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/cronjob.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/job.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/serviceaccount.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-helm/_helpers.tpl create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-helm/ca-secret.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-helm/relay-client-secret.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-helm/relay-server-secret.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-helm/server-secret.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-helm/ui-client-certs.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-provided/ca-secret.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-provided/relay-client-secret.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-provided/relay-server-secret.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-provided/server-secret.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-provided/ui-client-certs.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/validate.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/values.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/rke2-cilium-hard-defaults/Chart.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/rke2-cilium-hard-defaults/values.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/requirements.yaml create mode 100755 charts/rke2-cilium-legacy/rke2-cilium/1.11.101/values.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/.helmignore create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/Chart.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/LICENSE create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/README.md create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/README.md.gotmpl create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/files/envoy/envoy.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/files/nodeinit/poststart-eni.bash create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/files/nodeinit/prestop.bash create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/files/nodeinit/startup.bash create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/NOTES.txt create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/_helpers.tpl create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/cilium-agent/clusterrole.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/cilium-agent/clusterrolebinding.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/cilium-agent/daemonset.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/cilium-agent/service.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/cilium-agent/serviceaccount.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/cilium-agent/servicemonitor.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/cilium-configmap.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/cilium-nodeinit/daemonset.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/cilium-operator/_helpers.tpl create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/cilium-operator/clusterrole.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/cilium-operator/clusterrolebinding.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/cilium-operator/deployment.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/cilium-operator/service.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/cilium-operator/serviceaccount.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/cilium-operator/servicemonitor.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/cilium-preflight/clusterrole.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/cilium-preflight/clusterrolebinding.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/cilium-preflight/daemonset.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/cilium-preflight/deployment.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/cilium-preflight/serviceaccount.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/cilium-resource-quota.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/clusterrole.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/clusterrolebinding.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/deployment.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/service.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/serviceaccount.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/tls-certmanager/_helpers.tpl create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/tls-certmanager/admin-secret.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/tls-certmanager/client-secret.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/tls-certmanager/clustermesh-apiserver-issuer.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/tls-certmanager/remote-secret.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/tls-certmanager/server-secret.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/tls-cronjob/_job-spec.tpl create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/tls-cronjob/ca-secret.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/tls-cronjob/cronjob.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/tls-cronjob/job.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/tls-cronjob/role.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/tls-cronjob/rolebinding.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/tls-cronjob/serviceaccount.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/tls-helm/_helpers.tpl create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/tls-helm/admin-secret.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/tls-helm/ca-secret.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/tls-helm/client-secret.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/tls-helm/remote-secret.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/tls-helm/server-secret.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/tls-provided/admin-secret.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/tls-provided/ca-secret.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/tls-provided/client-secret.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/tls-provided/remote-secret.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/clustermesh-apiserver/tls-provided/server-secret.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/etcd-operator/cilium-etcd-operator-clusterrole.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/etcd-operator/cilium-etcd-operator-clusterrolebinding.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/etcd-operator/cilium-etcd-operator-deployment.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/etcd-operator/cilium-etcd-operator-serviceaccount.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/etcd-operator/etcd-operator-clusterrole.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/etcd-operator/etcd-operator-clusterrolebinding.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/etcd-operator/etcd-operator-serviceaccount.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble-relay/configmap.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble-relay/deployment.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble-relay/service.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble-relay/serviceaccount.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble-ui/clusterrole.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble-ui/clusterrolebinding.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble-ui/configmap.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble-ui/deployment.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble-ui/ingress.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble-ui/service.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble-ui/serviceaccount.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble/metrics-service.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble/servicemonitor.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble/tls-certmanager/_helpers.tpl create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble/tls-certmanager/hubble-issuer.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble/tls-certmanager/relay-client-secret.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble/tls-certmanager/relay-server-secret.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble/tls-certmanager/server-secret.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble/tls-certmanager/ui-client-certs.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble/tls-cronjob/_job-spec.tpl create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble/tls-cronjob/ca-secret.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble/tls-cronjob/clusterrole.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble/tls-cronjob/clusterrolebinding.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble/tls-cronjob/cronjob.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble/tls-cronjob/job.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble/tls-cronjob/serviceaccount.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble/tls-helm/_helpers.tpl create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble/tls-helm/ca-secret.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble/tls-helm/relay-client-secret.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble/tls-helm/relay-server-secret.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble/tls-helm/server-secret.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble/tls-helm/ui-client-certs.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble/tls-provided/ca-secret.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble/tls-provided/relay-client-secret.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble/tls-provided/relay-server-secret.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble/tls-provided/server-secret.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/hubble/tls-provided/ui-client-certs.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/templates/validate.yaml create mode 100755 charts/rke2-cilium/rke2-cilium/1.11.102/values.yaml diff --git a/assets/rke2-cilium-legacy/rke2-cilium-1.11.101.tgz b/assets/rke2-cilium-legacy/rke2-cilium-1.11.101.tgz new file mode 100755 index 0000000000000000000000000000000000000000..a627efc6b33d3bbdbdce0364e62d52a795c0e593 GIT binary patch literal 68866 zcmV)KK)SyliwG0|00000|0w_~VMtOiV@ORlOnEsqVl!4SWK%V1T2nbTPgYhoO;>Dc zVQyr3R8em|NM&qo0PMYKcN;gB0NS7VEAXhEv6WGA6Bmio>C>_#J9@Tcjie;gr_Vea ztU{59iiHY*lEf_Y+uy;(QmBO#Wjju~$Lw=DRu$@EySTXf<+o%IgfyY~vU|M1Ty|D? znf&RK{(8M$Z#*2re|x=N^}oI0Xz-{0aL^z2hNEF`@TXpXf4|@V6Y721VKo18Au<0` z@1y&wPVS%Nhco&e;exVsithTYh=`EWOv2yf#pTOjh6Rbx1(ElR-_mrxhptJOb1GMR z2&WNxI}?Q8;TcV+T(uT#Nv3EaWhSQGuEwhlW!=^-S=}=piD@f9`f=+vpApyhv%h|g z`knru(+hgfT1!k*iD^nWd_b0%CQ}qD{1kuVI1LwscS5#oA(Ud()B zw*yx z4q7|tnn-j{geb&-1rY(ea5MAOqxy+N~nuMH4VLK+O zM}lt23Q2}=7!skMa5ASt@>L7fzMZ0f{EvOCpd-Xd#srm&ucpWz>m}u!aS|Ccw=_XD zmw2wo9vpFakPC7`=S0XUig6-H3n7*fjwR!|1Fx^`db6LKPij3j_L;JX(3Hv#>{Fq% z%(Fn#a=+*CU>48F!9m!cOeO~yN0S+e4`V!<#PJ~+L_>Ty!@cOBg;2&xoY48g3}UBv zfJlmG2~qo`w;CtOO1;i7Ck6{p#wp{ll_|=zImZzJIQrYDnCl13&)dQ6R#aggVBe`8 z`O!}~Cy1t!%sEyw=$IB*y_hx+G)$>o3WfQSq4u1lgwrs%BXZG(qtOT%sjG{oG@YNb zh)hw+Qc{5=c}_M%fFpR!(%4_R0zjD3AY^Gw=ehoDBeWf)+n(cWifW&>o-nc{7C+`h zZSNGRrnR*`O|XzOv@8TVOC{kk4hedGdU3X^A%B0}v>U{(cx5ltna}Xj-;E`U03q8X zrFyid7iSKxEKPn1o6uJL2TzG4qFqclPg9Zrpoj|9X&cel!D?CrffUx85vmR}j45j0 zJtR17mll)AMQ`))cF3F)AlC%y|Dr6;m*0k;&;N1qV@^3)l2m?DF7Pq=Z!oFKf5XXS{|o>3 zIernzNE(qeq*^@EvXi@D{o6RE37K}govs#X=;!~4Uf03y#C=nf}95QVq zDzXHxF5nX*lv&xlGZfJ7cH5Y`f_Rfbt$N(f34c8?^-u@bShPK~AL<$s-A zh&`kQrI;p?aD*j#gI9#3NvC1mkCR+T!tZHBp1uWP@$rZ3hS&Fp?9AHF)h>xVQ5UbiK!BF9T=-EgquUHhHArEg6=S5?a99QNS|jM+l#3>?3U%E4&G2EE4ME z!NEZ^EpFmsvSuySa@DZjzdcAAGaiCaY&zR>;La`;SHX!8aL)h}LF9sPjiSzGrq~IQ zhanMho+K-yQU(TO)0$r=G;E*{ILQ{cziIi^cTd{`Huj`s0$Ve(M{N#1%f54BktxU6ZVVCm#qK>-U>XSpcQyC zXa#Nxt)Mdg0Nrqw&k`aQj7inF$r?V^*6@-}X0s`~G`Xq~yGdoTUjF}d*5Hlue}CNX zPxhXyQr;;k3SYwq3Nf9TS=1Ly6WVp41ZWdH1G94!v$h87x)YIAoosxS* zQz3DZXzfL(wS!)QsDqbTLKMzV_E5ibp#JZ$)jZEBde-k8JZrTgGRx;Ri;8-P5;mW! z1KMB_+)=l{j0rMrwfGE&RRAF;n&V|Lx+41I1}}in9ccsiu_4VR23cJ~@ToJY0nlSB zlxTw~%JL*pJS14r)taaWYMTtdPPlF;S~a`50%&fkHoOefw}A%MR{be*q&vLCaxq2! z+wG`FT|H3M;6Pjxen&&{4HI%&dUDCQoVHr#3URBVZaK@pTb2{OO_No5YmJ@&ofEO> zI0drN`&wAfX)1Tow<-NGC+O^?2KGD`Qb}^TZebJ!IDw^3Nhm?I+p!-AxMK`U!U1Jj zjQR>s2cyw8qomQ)?9&N}X-bgLYjG5YEKeoOLT^*ZmKjUI$kN(De=`%)J8a%O6G*cr zKjt{0F(nav-)WVBg37LNuBc#5l^bbkS*y_Zp`U+MSS`b7i?0LKuI$ZFhgJ5K*bMIx zP!;!s&9E{~0^NEIG)@w{+6ZZp&t?e;py3)IIo$?APS<>HP;E)X;wYnPC&?oVReTU& z`^6gInnDyGgoMjENfqtP6}_Rc53b|Dbz~wsIG3!mByz!`uS3q#|Ci0m<2BHpKH300 zB(Nlb0wFdH{u@}nhH>k4-7wIF|K&DYw8fzGQ9jc*j3zBc7@rf6LJc3*X~BaMp+15p z1r^puw{#SB!z-2~h~=^j8^k3w(8U=D5xC#9lz^lC zaN1&l2cz+HFzUzgU^2vEJQ&2$pf{e(28VdRPY&Y<9}Wkj{b+DF?uWf`e>9m4di&!+ ze{`@PO~}D$77g01l6#N0>X$4+O8!W#($fqD7PZr|ucpSm>d5;WInsUt`qS%hL84sU zrDyY$xyPpuB+Nl%v9cbE$TdkwC>g&Yd?}_*k_ylg%W!e}kbyjE%qzt&K(}NyMTHNF zT6iW(Z9IC4&eF=O!rEH?1t_6u{@|YPAj|P2M0@LbdSCFkeSo{K-|6pn9-cb>8Iid2 zTTUWl(NQYt$M064wPbd?iayuR)9%rM2ym9Q9-UErHUTQTs8H)^za??#?Qmdx;Q?vwj z$bA2ed3vsSB<&)za~GBQOcU`Alz zt-1r4iX+84x|^uzjI#{SvDSd75#KO3=XKLPcEVO^zQ^`rSTkX`Wlnmm-axFzd&P3FlYkLm<=bD&=70=yyd=_K#f-FejJ}UJj@h*3MEg4B$J|BT9dBU;0GCt0tL0(^7@~)0*?ZnK2Txy z&d{s&Em^hAUKQ=yr%IOiMK`yvfnrTj8~$q_k~k)zy0R~rA+6+>OHN|Ky$2Ue(^vAm z-x(v8CaYaXa|%|sZFv#JiCAJ(ic5>m13^Hod# zeQo{(CYFKX<6C&4@89|^AS8iAU-^wyf5#heEbovJ|};IFAQG=1a}B=91|&NHthlns@`|%On`&cCAKr+3=5+ICCsSm-G=ql!vp@Jyk`$-%NuPuXB_H&O zR%AWlGj(*1j9Jv0X1DIQg%di%GaM!?k7^69-yN%W;MKix?KK*`%_Lna#^>hv61eYg zPcA(t4E4msSb&%c=NK*-<3JR1wuEcanLL%`r>~yVlN6!V0tOYDSXm`jBcH*`sM zTRTWDILqe?xL4a{BBSk9!3?L-J&oj|t%WK_raLY7>Ku%8ygaQ!L;2#>WotIis%!P) z)ur>BpsAn{F-QGB5n0Yi1da&g-eYvsIaFWi*1m|TiGy0Ixg5G$b6IU1}Le?bggZJi9E%Wq3VQK!R&T#v-Ih2DHvJ z`EZLl%i`L~UA{zN!opi?hRZmcDU?tPv}By9Ynz4?yd`LOi#U;-k~?kEgfA~Sn-M=E zrT{Nc#!28U1&hJBg_bxoVok^BsIl~dM zn5H%byw{T1Io2~Ak4F3B51!t|(TzWa6iWcASM9?WjnMgGrvC6it7jhroTkouMY{p6 z07ai?AeQPEyMS`=(ymW`ynirk=uBO&fuKLxgM^a=8MGILm!@MQ48C{F4eBv#iajfg z`(2WD1x&l(EXgd3y9#c1NBuKU|5R|6I6GOTcuB)+`V+ZQ$8U;yonCJ+TC+L{xg&{M z6g;1EqD4qU22v`)&q6xiETISc9ZqQELOT`Pk+PKRp@iMM0IIUM@0`) z(`?P4lvb+?r<_i?U86VbgF$4)TxXUJQqlE zI-iqjU!XV@YAgmV0Z>f2kb0=#(pL<@8^KEjc8c0KNs9iDz>nAZMp(B>7p}^z3jXZU z9%pk>t>dP9-%NSeo?S#^O(h|!m!~8td{wFJ zfQl=@Qmx~{I8M`LmN=in1(t|PZAr$7U;u2k%CHcMPd47t=1zbSgNZG}p(Zx!(UqRE z7nxYcT+jRD=JM+8fB#*(9>N{QNkSFPRaAgxQeTxkPt5hFa7v9Cu6DJw#&O$FAAR&> z#@WMa;}Bk+y+8?Lw|QnK$TWjkoNdK401j|+N4R0)72#gsG*a@6?kt(T001w~Uc3Q- zYx^Y+YON`3s6uKIq3_-tT_74g(=>dR#VBEO8k#Zb4*t>mAG;;$Bq)Mee5UwMg$OuZ z8E(50p48%I9-h!zEaScdwmIQ2c2NDWa%}L zoz_lk2Yr8Zb#Zp_YKp!UM)e(HPX3=(sCs;n#n%#SL?sT^4MsZ#+u-<*84Eg7XiWsF z^s6>zi-DF$X@Zbz)~Vx*v#OVE8lf3YF^9c?yHhe~3x7foC>X9al(mRrLzfXa^>!2ENE7^xV`TZ8Fs^zc2god(R)L_6t~I>zDk{{J;aH+e^XFg0b^~jy9a;oRnU=;(?gXPFBoWHNFR`|GDAG>*$JSJ^V-z0|yHC|6 zrTQQb>e8Wiq_R)fw=_fdT#JVW6Kmr(yt^5Yv8w`v$G(I>7{X)5m)awdjw=1z_TwHSZx_8Z9um-GTws##I4!) zitmcR5hmL6oW$Vj0Lz13P8(wdR0Cn*N&Yz19y(NUf*B{q-%Jn2*`45<8X_qQr#)9W zl>||3n+9eOLSu>z5-87FkLE*YMzdS8viye{LNRoU5XM1Hf_F44*rA32bGEdI4luw( zSPbM5M897U4nZl!(iWpJik4#HU}@8Ry`%{__Y6UDnRU0Fex>tAPBayIaK!Fv^Pm)p zscudvKd;*4Do4LEqy@W2F{rSCA)RABQ%5RfNn$hwhUaBrm~$tlT7ILo)1*|e!mEA> zPhTB-vPn<0YXd0^r921vUBtnZa$LA}SGw7>s*`E@%({?Ox-i_?wPvvGfil-{P_&Qi z15TOwXT-u=!mYv3Ue^H-c=WvNhY}H~BngYxr6KGBFX09{^Yl@sv0=CHIOw*->U5DI9*>Lv-h*vWf#%smdV4@J1SS52GPE))6p=F+B8#)ce{g5 zNXAKsr6R}LM8nCF-H`~?$l%>G=(OyRG}8rqS}OuZcG@Uja>s``R0mGEn2eB&>$E65 zHQA9vpcXoLS^-39ISoX@KB4YX0fr`SAk6^dv(RJYn>WXBd3YaS;;1 zNlOd}o#W=rh_)}`^_6<-L48A)R3dE~D3-(6yxsO7VLWRT+)X)b9Nh11a1OJ^j^m3< z8$hIue4^9Rua48~8eV9#omg|Sv>G87&dvDsch?F5ZK^7;x%kY}9e9x#5gN@_YQrJf z6od)MLS}mX9bht?ORXG;K-gHQd!D8!!F=w}#|``SfjCuNe1p?Swf2U6^Y-NJ6dgs8 zBEUuHiCR4P)EcSIF~9XbE8zM;V&&y91gjyK48;V?oD;XK^(IZA^s>e{NoF{_1qbFL zR6wvKcWMg9Vm-)rnr0i_k6Ku!#2{bX5kzJSzTvQ&v0;6wtVhFX4a z9;#c2z|$$Qp#P3>$}DD5O7$g3=o#+(FapJb1GDe(livB(0S#U_H@c(PJiWk66G41S zR*DbSq{(%2X_%CPr8dyKuFU0Uc-N9oRSA|qi_(`es2q zBJ4Q{8ZadCHwzVQEgXjvHQQ+A*c(a+PAH&eEp(q=ay5t{8Qnq!yL6yPoAN}7Coe=BiyH&hVKffgsd`6*mgSACH`2X|5UT{ zkB(8&!n@#uHqD(MJH)3PzfU!#$|1Iv&u<7$8k4qgoh4<@ePpm zYp{}yT3GEXg*$G>y02-I%ZDCNd4Y@rRb^oezv$bLttXed{uPJEVrM?HMzTWZ{|>BA zCB&%S)WlQUZW`}h$$p~jkbTN*F&RB7JJU~a6XDwuS>eJ(aX$p+} zcN8C8o>jnJk%VBOWE&lNsYOx;5fqg8UYKU54{3*qn4XJ8)yG3kCLA1Ho>{&V z_Q+mmV9RAXX^*{fQgWZHOiT~>SP7jR^ad=nMF`PZY;^2rN9TyMM4vrYln$bg*jWx&b{!Q_6=Flr}`)YuPy5*1#Zu#S8U?{XzV98_=Y4) zqp~5SDUciAi!NT`pI91@TLF&1c5J~tnJpN*RdfI^ubAOn%o@DZc2T(V@>xnGIyka122z6EoA(>fpaLO|4uD>`t5xS=}eM_~E&u_oJ+x_%?t8Mo> zZ&{m!!ocbwD_*%BF;?hiJx$CpxL)2^1t2l35QzEqZJ{6ZO!L0r(rEx?$>;pG=Ct{W zv3XLuB~Q~iO&{^&Y;8;3JFP|eX7CC5&G99e-JI}cLMt?gqsz07i^hgC1ECtGxlPOn zZEY_Q{fiC{CgYmo%bDtJ7OqZ9{rS@TRnvfK&Y;Nn!D9Wn&8K0Py{rvtSSg6ofT-m1 z!rSNDAxCL0HBXO1kI?9pfS%jDMZ0>|hA!1`7Cz$yhYR@A_aj*&02XTBgbG-tj5EnX zmUy(Z7%vE#iKSH9LC-XwA{l0Td6X4=krtMX1{NhVt1qUmqkaCG%s;TxN+to$i!?~kyJ;EmM_U2bpdRS7Tr@DBdnDgD32O-YsX=~ zcLtC3H$DL?*>jcLlwc0`RBH!4=VaGLmVyg}H++3|oVja>Q?ST&T3*!Znl$#+s7(C< zG}D2Zy-vR~(tf0yA~UtKK1I7HmbHZ2usTKT3M@L8gYtAz7PZ|1u zDRlDwq~X$ks}{f1|KC{-BAoENAF2~~62XEbOLY9^tU3i<7sRfunb6nmpPS~fr$)c0 zt{*khJvF{PHL73R9#D7Y|F>ax3f=_9E$9UcYuhKj07w|U3ua!~F zUd>iRr&Dv(vKzQp=b9+k0AW3N&EsB|S`_I80Fy5{Q@0q&1$t{@96AmLT)svvEv!?8 zZGL=p;^ttTn2S$K9?YKXQ2=l;6^+kk37d77SaB6ylXj=6T@do9YY3uZMnlF46RM|o zW?{@roos5?jIW_kNbQ!v5o}9k_4F>8FB0#Lu|ji7A5g@Wn5LGku@-5KAI7U8bzFw< z>pPTe(PdL+*Ki-&BJJ?Wk9{?k!U|n?{aSJ;wZ$T)B#BUaIvfm#ZR<4T>P;xV%D}iH z3100XED)6l3z092WRg4HJak9Koe$260u4UO@a9MlZ)*E=v$%P4UG-UUGf?b7BI>a< z+VKcJRgFtMbkrnuP?MUdzGo%VyRAK!fLEmRMY2*PGh{gj@!2>Fn>ig_o)wwy3P0?O zNhK{SCd)t)>Jk7gn>DT|I-}?VR+57@MhQe7GG_e#3m#s7&?%E3ms_MEr~vG?dd++$ zuwY^}EY-9`4vuokTzZnyx5csjUi-9bo`dIPuVN`Kcu;hFqywb-FK?Q!EJ(LaW(bVY(LP5^-J35FJnN#oi=ru9E^hj00sW>8+GML=B;*;tl6*t z8R=uX1{Q9TI@BzDal(PC{?>~bvz4>hAS_E!t81ZIhf_Cn!sXHi`&EYyZv*qXv>N}8 zIFsveSOb{C68oF?%6whH*gKrih{_d;oL6d!BD`|&RO|0dqm$hFAN6~OqY`Qu!A)x} z{0=zrq|4`=%rTD=MM$*#K)Ip{)Vj1`Np_1Bg3MqxRgqa4Dp1>Oc^l42N)tF1DM~@? z$T>I|C~3<|T1LBB06x>I=RIvB0H2bS1Y*G?d`AU}NS3gbK2L7p?csBibNPgK%3;f; zjdo3Z$zn;P6zY8$F-nKcM0f>;kvqayC}uea52jQuwBlZ@Qi&h-kRZjm+z`?(vA7l8 zAK0vGh!}|icoy7Kxd_xM20yTw=@S>JHIYZS&T3{SU)j|Brj3 z7RN-do(Yi?ensM`cO2$ABHG97B44X&U~LFp(V{Z=Cmuo~<1 z7R5InYQ$B?At3bz<{FG@oVVprVSFF*$8r&#H3@txCDye4FC6RG@ zr~Z9QR;FGVo_ZY{Eiv+~*2hQwSLnH|CASMlM*D?WQf5w%jR%?)xCJXXTRo!psZna} zh2KoC->P@_R9$5lk!(ShgyTf7u!GW=n#@W#I(>XcXAF#~k%G|KjPP!m`&1(C- zTjuORatz7obxuMj-S{18&oTK-XCfr;4HvS#Sv{jqM5vqq z#q+-LG;0uGD8P-h5tzPHb@C0f@bJYH^?iseA~x$jI7qR`B;8*UlhFQ2*<4ZqCqv&+SKGpdy4X+vS>|tcu-x^-U`s0lC15oRW*H5dBK#hRZpI@-70RI zKnc!;mqf`B6YoA+pKq;p#MY!-bKpuVRLx%lC!?0b#!`$*9vjq<%f_DR#(Xvfg;A1g zNwwfStZ{0TltOZAcBN@#3Kf|UN9(bx&w+*lseUVNa-eUkXfSMhZ3=7;2g6axXKjNn zL6cj(U5O|O$B$o}rFGYtVjjIdof7SqtTIfwW;=i)X>>2&#!dj%O6Hq4*M-oUD<(x! zFP%uCo2#>V<^ob}e0~9ZiV72zCoqF9)mV-;a37F2TU|Gf^Mi#b@TtNgG%^WKT(dC&F;MV9Fe~WE+bm7g? zlPBw# z8u|y2jRQEx4_?+1ZNc*ksn5VrW<1>m<5K(H#f%d)Bj8X%QoB|Ltf6C&-ja2oDSlGdlI58J0D3#$dO?T0cq!inwA znp?ZoKj&lG6RCcNs`%kvIePu!sOE^#H1+ zJ(sq@IfME|VLh#bG)^8Sei;`vViHbpw1PYyHkEauIOc`oII%0YVmbOD7lmpH0-=k6 zX-aDqTov7S0qTxoP$KU6Q~dVKi$9B4N}$<$uu+;K5bteupeisg(RY|oqjh+1o)}tT z_9_T+`o5};_BN@+zo1fBw3?M?yZQD^9gSjB_Y51H6xilnf?QjAsPvf&uN#H7w&W$c zV@bXw#vY!h(xO0}HxlJ*N_+=jIt7u1o^kdAR8N?e9wY1dpd$x+L+}al-@Cds<;Q{X zqpUth^|bnd9<-OVz1*BivaG>JMIL8$L5Ey6G(cego0?Tw)5wETurnK=G&eF(Lj1^3 zO2WEny;emL@ zJ8ItgI-!bIXdAsyP6GqTePrFn4mzX1S&h#uB%@v!kHh`Jq<F&>^%e>ZH^o`Q){cxPSg4g2xTEbuc=k!MUM&)hCNtErY6 z6;?5ad=cw#!oL1!q}YTELxMxxCt-gw?DvNIVLZd*-gu1rm!~fgJV7KT~V1rH_){F`?)e+gyW@~)V*&eiC-5p!O$NHZY zjOcgz2c4ls2{H-?v)SNa(u;azbQqGu{sfQuz21Jmf6(8b4M{`}#~~S#SuY&VVtg<; zBnm0^$-(~N{^Vz^;$+K7=#BGMaUKfszZT8d zFk?$vYmUmuzM3`*e)?g(z?B_-dH)Tp4(!wvrE{7-tZgh45#SKENsZfblndrjFeo^) zz+48#9kT;UE>9fwEwxVeGNG~lhk;ClPXJ5Z>}=}G1aX`@|0|1r)Gvr_nE2=KLms_H zjHCCrcaUJ?{cfjaTOPTFTB>Y^JZf*wonb#chO(2dI1b4r;gm%-kL)%ddl{a#``{ab zxttMPPCZo5`r{DSC><&}MUDN1-NSn6WTdSf^!&}lUh)v6NLjkO=RP&5OG|lKz~|3T z($U({lu4mf0I)hOGX|Uc#bkZ)0>f;2$+OxZ#VyUe9IQ=wvzX4JnX#y~<07E9iGDT_ z?i6gasfni289-V)E}BTqFwT<%y}rDH{7D^j&NyLrgzss!r0FGu!w9)BjL7EoqPDQq z4|Xw{%^CI-rs|Br3#}48zBp4@W1YX=TuYl1wjg*u0u5; zM>Z>6EwQ-OQ9vKn(>WHmIvi*){HRSBH*doDQ*FYy*n~Lh^`_Hqzc(~DkzJbcC*6hd zrd=3+%3T;2yU-u>8Y5S|Owlw86vZ{!era}&#g9-^|FYVY-)z7P`9O&I9w<;hNThaE7LE) zGwIQE22>C56cM?oZ?K=C#O7TrXTiKZC?y*(nn#aRxL9$ug|?)C2iMcgtJ#>ZG0^cuh4&>{T_Ni`$8QhGk_c0|5SBl zM@J1G>!Lfr#Ap55%j0YzlmV-3!hEM_&`RhXQG?iG&bFxo)-8Q6ZW<<@75 zp;gwhacuir4y_KWKDMU2qu{(j8G}ti1L_!FKZ8N5sbELjhK;uOP#Zdje_$>tPSihz z3gjs)AQ31hV1z-;3F)?W)Pqa);Hnt$)EkGHsLuNEll1`tPclEs zZT^+e-5;6zrK{^rrpZU^IT_DzvEEt+nGju%wY@`k(z{I{lx9=HsHV>hpyQ zB)9f|7m?dEXPs8*rx!Gh6pOBV)qrqOVDWtui#i9 z)5^k?R1z%K45%$NlMsAooe_YOfQ|REj+rc|T0C;4Zfe-r*v10lFOFb+~$<4#LMe5C<4%MF$41BK)XIaqY5AgdC2 zPBlw>$7ock9~3jb3$(U~v<(^OL}ZW-q{zf=GbUO*2x$cQeAmjNcf$)9g(&*z^L+>!kr4AO(g)e|>6La<2TIp^ zvy}#2kA-uPW91D4XCJ>AzIkC2i!&1lTKHwOtU@`!88uE3noJa~WECj_Cv(QBTr8U; zvGS}epmU}1?d=D*FGfwsBv`S39E2bTW#M)PiuB|hvdrRtBpOlRB-zS$v zpBi)b9Cx87>%pHEuWa{`;3rgM>Rv1`RXE-8*`*x}s4~tj6?w*)$P+tY0Aw9=pq3PN zLp{^QMl<6=SzatHG#A}ZRZnhQ2E>i2VDGT-^?^X{;nBTfRKHP_6&Xc|`A#p2CA&p& zDF3RmVAh?Oi{QHC=~-0YRDcw9Z_4oHWlg;>O&o-J{@OK)3HZusv#dp<3eTjsf_A`c z^?JQMNSITkQMfJ~-L=%MQ;_4#RX!8IK^sS9J5nf{W=hp4xm4;yRVfB^lx2z+aN}|# zrrA4S&)#tYhd+8}>afLNCR}LifD3g5c&3Fgndi0F7|ta#-K!q1^i)fOuvyH2X$Ij5 zrT#(@-n@8j^}Q^n#Z9dF(xW`0#>LRbksFt_&bV1;xk=rwD5D`+N+cw)m{)7BX4sCN+pMZgl-q)M>H#`_E^SV))tueNAGO6{m*vH@ zcyi_%^jtJ2%lsoGtZA?WZ6jS5- zw^Q2+4+re7IGBE7&vTpUYJsKaTy0HiTEsP;$~GsION9pC0;Gfr*+I|$LqB>KGv@ie zdk^=JNwM^9hQVHHpzAx^z1e+=Wz4Y;qR1RZ9(48(FL#(t{)PUxc9L{HL#@QH;$+Kt zXq8V)Q-%_KXxfL68qN6+K?*^&T}l`L?nYg{y5x(t;JQ?bhPgyk{iU@j0H+c@thZ1d zOx^xWJ-i}w@-Rhh;|B;J-T{b;LclAYVfX`(o2)Fp1u4AicP6fGf^oR-?l?c>K!XLh z7MIhur5~zG!4|$~QaxBb0s1j#5*t^XlEaJjN;ZlXCv4d-{|i2BBx-sRdiNGCAHG`P z(XBBceT4>vwpgI&$3?J%(OKxlN~yGItTJ$~Zufh)bz^I}m;T5ZXO;Zjwrq>d`K4XF zArj!I0(=CUcwzjPt($^9f~}p}ueBpIx*f%_8f}H?I$ahu)=S?i(c$^?PA zh}P5ddKHFL>)=*3xAc)V=jm+`8Aeq=>Y0{hOPQB9h#`hoP#-#GrSSaSGJk9X4DD73 zZoh+0uQSot)rK?;TX-9;>1VCmp%!3@Jb8_CEp9r@=Wvkpaz99pkNDjALso&E`2~A* zfvl8DiWBe}fUJ>`15|Fj4rJr_Af2=>>6ZIr`^G$nl7_-}WH3Qal03+mCM1X`Z&@EZ zzbuE~cU}1)-rvR?k19~eM?qtH`k(V`}D^gC%@=ViUvS-74202EgowpyeVp5FqmJ=3{J9_Vd0#hTldQVI`F(@y z`y;^K)U%Ravgm{go$B9G=!yHHzbpN3-hjNc{_!f%=<439{j8H%s(#yp z%{P(b&Q1Kozq_c2r|z`kA9G0pXBX_Ys__sSbNw)o9UHwdbRi%+Ug*Z~6?HE8e&EMW zE$GAlYSbT`Q%`$WaWsFzu2+59i%IZ2Jrdsv!l$UWd4=n#WSac&8@=$C_~AO|bI<#} z*(-mIPrmlKi#5|i1)7ls*!fEuSz*)G77BAvbPA?52VRA9uu*8=ef_Opl%NvEYQodC zst9BQ$c_PP-!coBLYWJshGP^gwL;`3SluN4T}Pu75F>@1K+CBUA`Me)&%H^84J%Tp zwx27($&@n$aYibsC(XP6zvw!>U@ipXd>9|}_DB6b9)yG0aEJ%{qjt4x{8P?}-!VL>b{ow| zFT&&KAdC(MQEz`diw>fGe>~_9d*PtBANThsBTPnk+&dWJ-eElH4WlR=4u%J#xEIgr z-QJ5*r}v`T<+y)vIO_E#v+*d7!bxv`+#iOAgWhBi9gu^59Q8)yLD(Ba(YQAXhy6b8 z9UO%FqtU^zNARdu?=qn?Ji}qa@~G6e_q;j?GMtSDv(adB*dI?KJm|;KWI)2v;W(ZQ z;=?GK;QfQc@jgDBg<*U!8ik_+9PjVX`m@7>VQAc#n=;mI3|SO;9Mgxjg&a(5o@Awr zb5&$5V*grxtX^^5zEredIHe0t5m9`d&KIN8&g(K$okAaPo|Nj|IW&Kg47auTR-M=H zd|g$CgN?4Mh1@@N2Q0zQud@WEF;;r_3l*yEx0d*FI~1mX=k$&yP8Kd@S3BK7);G7?HGq{GZWz_DM;n|?G z61as8TNXZ;hG6FXUI~~H3>!R4nkdFvZxaC5EllrgE$9VaYZLnTa5yk&0@l`5+UR@o zujhU8G3Ao#Ts~^9n{<6kGrcrmm~|Gv+V|p?X2(}2$EH6ga24^`3PELa_ zBD2=o#IzehO65~UeiQr@h>+7v7J~nHFpFp8;2`WzCX)k%9K{wlq7S z--O+Ev;Al0v)v@VFxVf!VEf1akIPvXWXERGc`{So2;vXTPj6udbG!H1_~;gDNL^M< zT2`by>pg)J_EAxEp3Vc$7?bKc%3jjMg>AT8Kdy*WV%=3Ce$9RZd8CEJ%ghEb+;b`= zNo^Ig0)Kq2pw#CSwYzeeS^o$3E>N)BtyacKoY48A#(x+Ow2YHLH}E17orMFAtMO;t zki?)4>w`RW)>$IV+&ry#t$NF-AIF2q5Qp(#5J!XFcrqIt;{853j3azF9E|p(!Qr?c z_Qw6uWHRXOj|ctH!G1I$2cuau_yA4#_S}x!g6-IyqWLFfcM7l{%J`faPO|0hQYHh))xOoo0cS}Sf)-%6>l+Mp zCb0;wz{%4>Yp=r-EX!rn+Zo2~m{TwgA4L&Mh1#GNs&H^6-t7<0@0AGPAD7`P4fBJP zsLj;=pP%I`=JZF=o&J9QPBkofBFA`X%5E!GPxFKCgFv$Q$0!wn;-EqtF35Y$H0sh) z=ItdX$LgIQrR1gcxF-f08@#5xD5Cav>Z7w`kcW^iydE$F%>LrtjA+Zr(G$Zn#Uik0bTWN;n@L;w%-|c z`upzT<}n&eLTQ*vcvJEdgg6W@{cIUtRWsY4rnYKQZ@h+u70Cbm>~h-j`|!CV=ee~3cXz-|>(%Si zQeS&|-VPQ5rnoa_Y@QIXAE_|}Gt)fK3)%)#UW$`;3Ha&j>&?K;zIA3q;tIo!??q7V zikd#A$YxZvMSH3ltP3*mNG;W7!t*a&RJD1+AColyafpox^tY-+&lsxUR{d)*`RiZ3R>O`XhE*oE3~C)DSFvGjb>Kfve*g8E{hN2>cd9J= zh|}m=61kz|K(*#n5p(L?!*yt@SFp?$40pNt)wf4}euQIF{GHlTRSV)(flrG9RVA>B zL9=z|t@0VTeJo3%!0u~Fm+lHz!)+@1Rw{5>c6l#GgpQAN+_OI%Q)Ezsv$+z~TDSz2 zjkuxUkOxiRkrj)J`dS?i=vi!s2OQv@rU8UY0Bt~$ze}6^)v&xe&N9w2PSwCo{j3>D z*nLA`RgZI0-9hNQ>SF0?1VF5UTZd9rI&`h`50j|o=(>XfsQx!~haMyj12z{#X!)dC z`@gyBoq`r>gqf~^hMSOU4O02E$kD2gK(i)zKH`}P5H59)2cOm^0B-~Hy0j|)j<~v` z$eN|mAf~X`W!!#cYxbAt2C}T84v`my9^qA`$l!OT*-38mVfA~5qjC>c%cg0I-w7uL z0YJ|=nPVO$iucpE7=^4F)Vxea3r_N0fOAlx%2|;D!y=Esm zuM~8e%YenfOi_Y}3d!j#x0X1s{-Y7fE0jXG0<;?L@sS$$b53^MvXe+pkj5s9Y6+vU zIxe7J(3$vjj#jAE>VegH2h_)|+FnEwQeIGhdRo6Dw5~lR9dyi=OI=G)tWt>|(3~n^ zeMzGf6fDl{$c0oW2q9apkgbLqvz&w3C6$W~Fxnc{9umY~gbmlc#Nt+Te_*q&A?_p! z;8~zphCpFe@B^EP?vC(v?F$CNMT(BughX59_YL9B zg=*cv9+%Qh>6cTJP!rr7>Uk64T!BXeaBT3&08C*z{kYB82lC~62k5<5rGBsBGhnt< zL&c<7wc2~#uCri5UNI)$Yey90yPu~K;R%$?04Eiwy_^c0qdxRggc(Dxxx1A>EU+p4XBmTrDd^(odzSS~9ZS1o>!RCx%C5(TNx2U3 zlEC6r%Jcgf{Oef2m^4mrn>WNPIIJ?n8{kB+sheA|e!DI0yQ5}0MO~h!&b$Im?*^Od z&k+y9bb43dlL=qa6zi~J5C{EW7L$FA@yHZkG$&}zaj5gY+0R*OO>VCb#7zOzrra`% z^`|et-~Y#N$sn+p1Ey4qN7gJXx)*P6POm%iL4IH#ym3^*-@j8-KZwnE$Ew(S21X_fPWs`R71g(9ac(eBSvE7=ey+ z>#%k1cXe75*8r&EZuO~4p<=(<-9^7@k?Zd)*K}RvVB(8&CF*mWR@{WZzOE_j1-tiM zE|{^s%To2@tJ9;Czw10AwpNCs&(_RX7^_UqN<-C)aD>PTid*Mg%8coKO;$HLQv;e5s;1& zEYPpNYFmjZ!FvUTtJK(CP2P?h3e4@d=+NsTjZ_c*N;a?IW`upx7`E6rf5jW#6~!6q zd-zcU^y)@<`%&GC5A4DK(ktHjJIj^qpwGZv;feI~&-OFxo}|8Py<{BWbcN!a1GBOq zNw$aXsGxFF%Hf}XR_xMJ$th*1yPb3V1LF$#rZzN%Hnt>|>h=Eyf3nT}|4uCj;i4n6 z)HqC}L#~D;6a^o^Azx8lBcx zT|-q(xh<1lyaSEeC@^m`PE#49_P>eX-$c7aFDgXf7h4|=wg01y+V9%v7bPvEAsX+) zKk4!sQZAu(&~_x<&>DXrTDE#;B=&cl%&CxkRgB5I0_F*u;iRKKF(!s9^FhNLy6vZZ z2{hII(Jn^dUrKHU-LG0#;M}O|TNfGKb$;wQy(6hn*z6(FnNM5q-@k7;&#`Udiky>O z51j1kK5o{V4$s1f#PbDo0TT3kTg1(7G<0072mJZI1#&efGUq9J-#Cn^>HlxGkN0bF z$#h{??az92X!hE3P?HEiI%(ueSYAAU-fXl8KU)bb_+WJMoc<$^uEU0*L*nME69y~zn^ZN@}BO(oYcS-<1%gA z?_0<( zjc6K?2h>5m;#GNZy*B-#P2)28Z3jN}s(=Kht)Z(5+pFdaC|08IKX#&3iYx zk3{>Bv-AfxYa+nr&Gu+N=zkFA&9Dp?Wo+}=xJs+)IcS*w@6G8q|F)6;{1R0*dIKUu zS9rONK=_FKw?7__EArp|WH|XE|9y_1cZrvjyIQroK_P6gyZcoO>g_{>9!;TAjj0Tz zvBrH`!<^PvT{sxUQJx|`!(j*Ka>2OC0aeibR>?)_iY27ABoaqhg1=4bCAw|#JRxG* z3KU^^#aW)2aOv88Qq8U5n%H2z7E*%n%)FdK(un{nnZZBq6#=OC<0^iy?Z%na5>x!} z19|})d3E@f@e=T-S6xwOD-q@1KV8QrLP7td8`Bg*yZLrKsDEkCb-jGx1Gwdc&7_{x z$&(Z7Wg<^$Ixj+4X<8US{2*8~HDrti52{Kk@mP@o?_eG87 z_MFJJZ&`P63(LGN1MBJvy28;B!ASyYe7&iLT9F@7`}RN-Y6qE!PPv4YqEB0GviYoz zK%QEr2FNL&8}<}l)rrWOHw99yYfw5#wvksSZhcql8`XQ=(6(^^J^`sctAj6IH9{*+ zn)i3Z(!k?J2u1y^#)r)xK|u#wzrA4r8{gN5)!eLk*+8C1aZ_)bZiHuFJ@XOr)7}3c z!~dB&#gDRqkMMuJan=4m7!4-9I z7}JEx6*5Afw&dvVlmJ=qxR;#G2xz^bc2wYXRP9GGul>#eBp@-_q#%IE1Xp=oHLHdW z+OEbZYQvv)!o~yV*dO|?r}y4C^sluEs-^)7f}lhVah8dK@D*7N*V4P~NQleb47$17 z0}JON5an$^Pb={~bh+Tas+28RpK^@}>fPO(K zO%;=mhGqK;{9$h}vku;=LX{jB&h@MTiHj8N1umCqqkCV@N8jj7=e4G+Yf8d<%!KzI zysLlxwY}zB5ptYWm%4@?4I68!sA&|vWRdXO?jVwaCnWe(s;1SFYAIOFFQ(> zS1vy#Vf@evqnh2sL>+oG}}s0?KvfZ9XWyhN67FbeNkIMec+mcVy=&QKk^F zM76P8_uHN4nB!Cu5(NcNXG#ySnr8rtIoFX5I^`XlWQ%IH824$$qEawU?fjNgoK*M3 zJF)ht9&FsVq(rIK(W)m>tEbVcwTGxW?|L^MFl9@%8#}Re%8KuCrAXN}eb%N^>j!*n zF7qV0*6OgLY4y!V^;=}gEvlvY9FCSTTo2l-3FxDxdt7|onc7AW}gM2|3~2dz9pT&x_H$uGo|ea zPUPaJ@+;tQyuNg!OU>Jq5jI>9MGC&Txw$NlSIX=gf+LS?*iF^Mqdnu4#O>0%dOl(M zQ&L6F$<2Zjv0zD5R_1sM*{QZHk2oWovgn$GERDo^Af;wy2*$788%ci?#;iTC29+3J za~&GFbfeH(8rat7wQ?!zhfYE6KMVrcq{^tPhx-f0HeqZ7F07*;fB7Ktp_ye@ehEbo zu4CiDE#4^sWCo6yG?gUP86lDtN-&=jKb?aDr;UF&RRf2tJhwDSAVo5q4iv7!1U#4w z2Tkr2(S$HyS&XCv($#awAX%*9(ow=vNM^Kvnz%ZcxKsM-T6L#B0RL$(fsI?&9sq z>AQ=g^V3#k+g@_EEblcCuTqXE{quFxcm2vs_(+%5P!ek=Wf3^5)&_HY_U7!{^LH?& zqw~}2%cJAZFeao^7Ox`7?P`S$we^y>Wd`kQyhZ!cb+y{eARtA$ceS>0U=_u}l` z@i#|j7iSl*-krZa*<#YJD9LNGYM6UTGS+P?Eg&;Wn9?9zV4Bi&9xPczDvg-Q-Bd}$ zSRMYi*Ees?EZ$zc{A_~<7pMT{z|wfTp;vW32f|oszhR<83*7_WGv2@!lD(K;2H~xOQY!D!pN3mv67O9T`B~eq?o#_B6fwTTT^)8 z1%Wqytl*OeMGWX2@xNA6buTJkXPjJ1mVLy;U|xAz%GO(R$ESoq<3r;6cv-Vno$}0_Vaq|yY;hcz>Ce4;&EgM$`L3}S%M1iEf?U? zuRdn_)han9u=I{5WM0dgtTR@bifAR^-LKH`)miWs;RH&1nR03%M!&dx>1UcU9ubvo zfFv&D$AX&KwYd$(zGW?398aprGJsR-RlbYsz-WpS;6UqkK% z)sB>K@o#}dFnTj&f!a-}unO&eB}dq9*~mIs4fTN9G!rCjzQ_z#LyOIa$lEWk1NgAxnt8b?8X7Oxk;X?v%X~(3 zZpZ4kb{62*RzvaT!LNt*5r<+n&o-UX**tp!IXA>(Hs6wJG!M;3m`dWW%43;${$2|# zUXxX&32G-)NRpZi$IYl@7*?5VNrh!1y84?Bo+iiXoRr1I`&Xks(!J^xB-)wU|RuFSpcF-%@RS1A-=ivUa{ZXv`0R6*s)h<$d zSDhiMGb`}s&p;igU)LAwj->Ktm5~bm1W>Z<>z{u%pKhjN&0@^QvbZ&+haL21QhuyM zxYGUP^N%GDQg~A+^*lPVgU(W9zkzyzOBRtm>t4Lfh4e3THL=7LBeiMb5sMu#u(K*C z#_!F%h*Duu&4k9hq+H1Fsaz<+aY5v|X)g5Zd&X}|w278WpEsYvYEI+&aoj;yw)VbD zh24-pxt^ukv+_bAY6tIos7ZiQK~hL!u8)ky9W|L}!lrCik9ChlM0GWDxkX!OSC#$# z*ug~6e@2=jy-K>D#Aii2qFU~IBT^`+hvl&iGJ2RSAZ$4ijF|%;uEp9dyhxonOxkS0{?~KtW<#tr}r` zWwMFiyJE)HOF2v_%94CeQzV!kD0v_u$_R&%>gaL{6mx=H{kM*{#=etbn4xYiIQT5O zn^7$T=nSe)eSbrH&H{5dzJ@O{&cbfLn+l_#L4p3V`gWO0)c*6&7L|T2b<;+F_R!Vu zlrNhHw&fjU$FM<7QhNOa^@^`mdAbg8n@dJfJ4JkJT&;WIoM@C>S?7H2F_l5gI8-GJ z)EECG1np6x5w5{*oxngsa=+N`ZOxJu=C+#4EeRJ4wZF$y8iL>!5pL%^?Q}Zr|15o? zy>$C)opiV2m)rmYbt^t9>^+7Hp9DDzeH6i|i7*YIs=z-lLUq-u1x`KgTjHAUQ*By5 zdh_Pp_07@E=ko|yzvlY4olC%r%a_07xMx}Xl(B#D3HUrd0oytQe6ew@Uz<&mjXxFe zSatPaB&!vrS$83Pycw!V7o%|ghB>+Jx0Bx81@)Q4cjJ?6FNmY$9mi^Y6{q(DA7r?w? z*XxMQdIzN19%|ZAst$a^AfVdRGP328&1MVKwRJW`m1U{p@xmxjOJuBioOEi84$o^6 zt*xkiV#T+&{MaV!LLW)uJ`sU?!g7Iye3r$?BZO<|!Pg+^>x+I=cF_5Xd@(elkHYU)@c6SFtoL{V7qKeh;1MjTi8rDSxmRu(M{&ljf4Bm z^*Nh01Y1q+adp8{C;0>m&=F!`?&2~up_NHR8vQzOP)Z1)r0D8=~3C@(K4`dX*Lp-baok^;%|iH&;vmRW2mC?!${hVfI73TBhc)`Ww#ktweq&S zqPGXaTD){#1GS!5XcHL}zgR+vw|ks|fRzh^Zr)s%H}UCSVHBa|YJh?gtl{)No)k3PL7vmy zc8++P-S9RHXr15Qnl)QbHr7&%rXIF3-hZrf*;cM)n~{2xuUXMs~?baT8)O7HXcldE9KWJ=YzE|6}9)KS4=C5zbYV+4cgP$Ag zzJM?|-ZfhFh@#kJf(}Oe**PaM<7fa{qsh-$&p7Ppbb=CHuCjLY?~m zR`nI?X*-*t<7!IV+Rfsds<(%=DP#5TL0CWZ{M!JFPjLSGgIfLf;c)n+{>x|i{TBTH zleqqBQ3QinG@W-s#t9RhkS)7a!eIbCnQeS@WJUgePmi{RFj4b)S>Huc${M}Ky>95g z|M>j=Zd%v%Z(&yY?_d+*boHsGrp%w>5`FHIrjqbGoJ>)_r=KiX%D5R@p~f)=-QrWt zb{2C8>Z5RY^MK{@o>|~YVB@M6XPvlCmSL%aar`OzC{FoDtBM5D6 zLrIlJu*V4tZ*~6H%?)oZm1w=G(b?tEIlQ;k1~SHydb4W+QCUYe)BgsDZ!^NNWc(K-IVQN*D=R3L<0q=$q3Ve`b~O_-hI2i1Nw7!D2&np+*EE7NK)9`uL9qLtqGGhI`0 zb&mOM(+EArt(H7zJwN|Wqs7I^BI9vz9LzIL!!V!W5`3? z{)3l>T7%T(-7SBz2CV_BdxO!sFC1!@R=U>EL+uR>0c#tPw%o3YwhbUliCet1xE^P- z5wpMc(&l=I?Iq|9o&f3}(`o;I>R|l3L`}!#Yt&n_oc}+2|K8okttE)!^S3?)hR*rL z@=ry*D7o_w-W0Dv(4}EYtx|lo_Y*XTJ*@Ko#m;q$pZ;h_z0R z#R4`qUK<f&a6CFZ%{9w0v5=fpY2x=H%6GS zG30X`QlCnNv#E^+1X5)oDq&Q1m05&v7^10W>;?K?Z>H)%;sKkIerCelxSI=fFgLqD z&=^k?Ie6(a91`IZXSd-=f5HNi+tr&Hff?lKVHv_89`=1(qhebWVP#aa4wk7=v4I>| z_cau+479Rl(*kc+rl8BxZd%QF{gW!yj(3r>Xb7!VaN2$QehSuZMblf8qgpbvr@%Uk z4G~To3>in(N9+Zd%;6C+>8gDkA)>Rg4G4-ko6>+7SAPf=53#w!6c*$9oA$bXfyN|^ zRd23A7BjTPqvW8at+MN;T6nmT)_T zeRKgos5RHX-rt}YHX7vTLXf0PRT#1`WDfvRCX#WgQ={7~T1EyJ(&)Yr63+SS82zd9 z?RX~dPVTLXYV0{H%>MGd>P@3f4*GRRr7x!b@!tOHzq=Lzx#;s1CbRk=*|~ENP`$Jm z(G-#gE@0p&xmu&Z^D&qcAEO^DL)&dT!#5TeKWg0;nRRa1zb7-@$|qcQZSsySY=(qbZvi8VxZi4GQM7 zr&V+2X4P5t@{UL~VCt}eKr@D~SC=;PO(HyXg=%S&fTaFeLUo87A;y>k1E3vMQfbo* zaC{eNFhhb!se@d=5uNFFVB6dW+ON%gG`ybAgPz)rJwuOreSqefFYudiv7nKY*$rWV zPOr}dda0v|r=Ef+Ai$+k7Hw*XNcAmWZf)`_!gkWkeX_T1kCkC9;fm%SHO%(e80Syw9o5gGuFWV{*cU})> z3qf3|7ht`p7hlIe$SrCejJ$iksdSRo`JlSV806ylu?>D9n9Bjd_K9iEPul6&e)mlB zg?tjuIxrAdpg>O=uqcs`wEr9hsp{FGAYJ-Q?|9U+w?dhInJdYBugAf{>X$(kk!hu4 z8o=rGSv-%PF%eZ(XCR*JFEr`?=nod`(}4{DCFKpJ#_s7wjS3_Z{=)QO0k zV`+e=6nNH0X95>I#5Z$I^i!*5=%i0AzpKc}r96d`eR^##6|8I>wQ& zNseTS|CI!soNaGO?6V0RcH1rFN+Rj7bEm#yQsLyMFWW=WD;+0(qO_9;K{^6` z|LUpI2D~6ffY4A{mjc!DSAQ;#fzy2r;m{rRri2fedTMJvL;dKP-wH<#;G0i%r!6Ar zC3U<7vP4Cj=9ofL-JV{7Iw{RKrd5!-naSFOPOdJ@%Z>`LQC1b9m3k!t zJn)LuWKOqLdk$ckzrAw8zMv}Ab7y2*H>B_TRnbaP!iQ=GUDP#}CNk>sN z3&jy=%mf3q(g90#Wiu&l~|6l)fH)PC_#5q51A+vAp z2AHcV208%AzQDuFV0v63(x@8`azq-X`KW)_mzddw&#^fh7EssI`!N+2b~(SD&K9s* z<+GLY{yHGg3$^tc&20qsBq#Fg`IkOTwK{nBmyNdu;edn*c8KR;ZU{a zbTlGd)C8K-3|BF9UY9)%t=`7N;@rCoKGd-+{@bf}dWI}Hp~6n8_V|-fyXaxe&;u1? zg_DShPlq!@}P%Zs8rH&qvCB7mjPGmuY$2*NTzaZ5kUAE-#Fy_yp?CH#R? zNy^URFzh_I!h<2A{cJ>CUkd}*e4uCT0fAbndG*yd56m)hge%vq^cXh2L*$<|Rtmt)ltcwAXK1`Oi5_PI=zrR^tMoMLIRph)b``3H^HCjB$@QIynakaV`B1x ztEOA#pF&vRnZU}PeL)CBQnKi=M8*l6Q1gptu}yP6I1_E^oMcrT4I@c`Iv`R@R5VgY z#V8!*ET%pVA>VGQv&a%5fCDuhQltBTbO$=n7Qy})F7F2tIMfR09yEk>7i2h8zfXy_ z@~A{h*!$DYu$o{!qcyWpt!Z+m#SzUm&&e>vBY^^wo}!b>EL zMtK6RK6oJ+VSnavU7@rZPUDuY8P6Lh<*bX$8o(VWy-~;pIP_k56a3k*A9h^~#kTPt z*wE#%^xUUPMeK7XMEIYlM`tR*IC5cRq~&6muZp~*?)X|!X&$965 zNr|1b7OQO7iT~}R6M?YeH$l9~NgU4f%SGRVX#>vU*yvf{u4Fjys#s;XYlOsukczPp zX%`XD+JJ2M?-++TR>H)Fgo|E16U-oY`+K0>z&xacZ$Y$S8qo>;BOM7f4<=`tj3uFs z=BL?({JxWZ3_DLUw5v_t`*suOb}($(%BK3Dx^=71Mh>cb6!K7UG%G+gb?c!vs#M|F zM_7KqpL_1ni*VYdd-8&slSd-SX{uEND2k3L(k5-vjWXCg&#q{Q#-y7zSfftpXk0>G z{kR150nR{inz=C)pjV8-AT`H0H1Yp{O$_g1W25a}o>^DrAz9pt!*S3Y%wjBr zH>3kEWb8hPA(Sdld?_sH$)v?<1n(~1B2!bh)i*~h6)iFxD$^=x5I1r%C0r0VC}SK2 zA&o};<_UcZaNk|LeGmQgGAdDpaOsvV0cfU2)i|6Rv(hxMLmmrjb!tP?(JC}bFq+iJ zSDZLDH0CBvcL%&$1d0jw^sR(KEFr^@=G8d~5+9_MawE+U_BkezwzN%RZ^#+Q#etJ^ zIAbJM(zS;WF!(49u$(L z$xg3C3=5!Y2a#BUT z!|AkgId*o;^g7dMJOs@2;3#EXfC*B|m2p2vGJv+*KTyA_9mCD^QmOle$1RHp*o8R^ zlBnR0wDyu%slI1JpI2NFS*;I>PgZ2rNO?y|h`Bm)T>H~#`xCt=+KnS5=t8JRi`vpY z=146o(=nATi>M>L>r^+|Jbwe(`kqtYb5ic)6_BR#h5CL?M&xsbe0+d>r+JknGkewR>JRt zNsXB38qO;R_L_S6Sme}}H7XDDs*SW&+AeJ7y~D%D43`F#1{-}Elw_}3v*hDgB%xz~ z3x*+VGD#vUo3g^IC^fRUVnV=H(XSwD!|J7~-t>p*=MYD!3(;o!`-ntjN{Wh&(LKql zOJx#8Bs_MUg|eq`YN)5)!9+M=mP`e3Q`9Lhpvtj5zZ-d@ciV|GZThE_jE$#KPW!A zy3oDr3Lf$IJglpDp{nCeDfVzotCSoS{on^-d=kz-tC!xzl?`|DAUv+WcmzIqG_KV5 zA_PdpG@XhdB%6Pfs?z#Up|KM3P! zXt4UDZ0M%0h$$7u-O^c}*Irp~Wcq2@M-j&BQyG#Y`mS}$S|Dd3504eQ*dC2Oab z7bfdQ%17O#Vm~mNGuMQNA{~4u$PeqT7sCCBv|S@_F{RQkE=owV81U+yN$(c8x5 zH1k<$9)HDx(~Glf1Y6%Egf*JJJIDwIx}hQV;gzAE7ZH=j`a!1`>!W`gQ)i28nR@2I z5UZDx3Cv(vC?_**wtJk%yb*HuJ74Q%B9ODXfq>lF<+p0puBHc$PjKPtNX=zhfgDu> zY1RqZ7G;%fO?O)LQq@ttZrDMrMn7EWth((SvI^8ABlX;NHbFry_E@Yfjl7#J$kHAbwpa_G)Xfws`V7fP0!IufEDXnPrJr zbO8Cxk+LZ`dl6OUWg*7RQX{nRS8h+4gLnib88=j5U2O z+FNBmDfw#}rlO7V(2qv8cx->#6nuWUM-5u@4z@IW~kC71{KLy-PF$3bWwa|#g{ zOYn?-hr@7y{rl>ky|kV;G!^TRX@cE4NuB+M11xb2`HReTQKm0$6-8X8A&#uWjrn9a zB>fG}ocf2Nc3}nKesnfr+T)GaMrUK z!91RXg}cF2xiB@ZRfXa`rFGsfE1yoA+3(Kl+xgXzPHY12*1|S#=24HBmpOG8$5Abr z=+v}41()p9)^3~)5(Q08i?%6_0ycSYW%HcF}OoZfR5!h7c57u;%N zCzV^~QCrcw)3#ox0S~(Xa^N{kWqw{&9i1lck_F@%DpWFu0~`epG*CwiVi@Ef`RUgW z`eQq5Xku+$6OEuw8Jj1MnjPk*M(U5`J_E}j=3I;jOFAXSrbImw(xsRlc>1HYM)70FdW-z=GH?0YJtdJmf4(>Od>O6-r(ARfX4 zw9n8>I*CJ&ga~cdzyioXuC>rPoM8^M4VQT>&}g&??xxTSjOlkqBh*7Z$Kh0?P)jbd z43i$u!X4=(q16GE%2$wD`O2zJOe`HIr?NBSp81D2pi$r%v--S0b2gx=ezg1MA8%0HOT#@3=tpq}*Ott7C* zj~X;QXwZO72C$2s-fgPqE)B->F-k8~qpnv>5=>7dJQfwM)Ep8eKnt23X_QjcMaD(e z?9Ui;Nz)h)?t+$bL0G^Ymaj#6VC)kvuEZmdOidv`ui$c@8Tdz|8X0o*2t0uWDNUvY z-0dtB_MmNydZ24G{iPjw@N0EhJ4$7gTYeIC!i5p?DR+cfa?A#8H4l7Lm%QW;g)C*1m2oP}G}b!2+x?Sy42R!vYl9 z^K6rRcQ_m|PUU!#?=$_mzT>pYV|w>}5)$oSRY1V`(tv|g>k()Kf}c?lW9g6cSOkK5 zf%#I8h12{INSIssmc=Y&qr%I_eDtLGT8~TtOw;S95xEH-g=C6)@VvaCe-t+*eDnmZn2F}@)wf0*xAee?t&K~=Z5Wn-_ljVMIh&Cfb~^Q@U?A$dx^ zVY^DA7}&Q$DN)&DUHitpmZCZJZ$N7cmG0p|F!aPZg2aj$EZqnrs`XdHDx92fVBgwpS5 zNIul4BXa=NE(Dn1Q=bC$9>yf{AY@(%zIscavS@fld9I6{L(e8aW6?0ALT*%P7!?Qw z_%x!%3%_+lh3fTlrJlAraFapGoF0f~n&rgKpPPJ})}8XQw5rbIi$+-hx=r+w@m#9( zdJ~w!+vsu02+}EO(#X6P&p&$kG8WW1mR^QSly{R1)JXf-~PY}@27(RiI3Rp|E zqfl!SRFe7RX0QGoToi5R+cmG76Xf}UgyF9ddx$R5sI{f!UFEpXRtHPM(7RWyy)5W$ zX}&u(DbG*Zgp&!AM)+bat#U)x6)stjT55Gs-iTS`k2#CzALQ4cglcVt-p&_K9T%{z z&fl@+wsSI=nqr?M0d=G883!}0el92OINXlrqHt25EpO9MfE6D2J`D1lP?T zwvZ)1Z@c)5PJ}sJ}Zkpfod1!g5%nS7C^5XxXfK4!skk)a7MWX3O=U)eZ zA&6CkBvZZFZ1h?uuE}FXpZa?hiL8(_>kfMmN8*1cBypdoFVNd$I3ygYH)-m-Fa}FY z7hQ<3qyrtsKds&V?rw&+0_f?n*W#V; zbRoQ9=o-c;jbOn@i0U%G1&Y~blj3ML* z9BXibv_TN9-D)4*5Q6@5=fB{5;VGsec7~Sun%RJ)BPz$q0J2Y-jCdN8?Lo)}+uGu0 z`;7U?ghV>KtIcTGp9H0`RfRlkS`0;g`g3}$+pVcdn_0|sQ=UW!2LS}Z$Dxh=)j}K7 z1wYt3IOuIUOQx&jbe)A^<*=xrmxbywEX;uE$VLH|p~EqxUu7sfCoe>r7Q*H*424}a zJ-WWnWxjQ0(AeJip3Dke+uRlaLNvn2<-sWMNtI)*^xx^M`7*GqxzRg90>Z)QDBBUW zr^njsXpUGoQ9U)IY|NS<*aQGZVEWW|qPC|-LApYPZB#vm=+Dd!pf3IujjpV~u zydU|e`BunfR^Ec;>|~`1c#;LOG~lin3mstx*i1lUw>vE}sW6D?2(Wr4inh5+>an5= zJKg0TCRp5;FWAOzK45X*e&IT+a(R_1s^!Qa-u*W%8@D6MqPZwG+i~gOK>#ieKVwNA@T|ru zVS3;hmx+up7C= zlkBl_YV-M|kxRALAb7NA{&0OGiL+`_ZAVt}hrj`~HZt zB({|XOA;hpk(lS-_~9r7NXp?0%V~Wb_sSh+;{jk?pQmqQ^3;R2LVZ9$eRff0i6; z+M6D0$^IQr!pbUtqKHNTi6q*qXK}uEKK50YIr9HUEFd(Zay!6e!XiOre}*SvdmqjD z|91`#cJ~YU{||PKj@J4AS5XQ_%C51?C3v1^k_4Z@!ru^?%OQ;8SZq&s>k|iSB~Cajre1RIKB8z~+bFG=>gn>B)E`Ms~6*dy~xCHagunKOWchEIFN2 zBT$+UFkQbmJGObx>~EJuJ}`ct`yKK|P&qpdu@IM*xwe_!Osb=Pu2v7dgnRsliYY8Y zLp@_x1PkGF3R#}*OS5u@An4Xr5{5TAPimsUc@EIY#ej zNIr5%{X)`@nn-+hoCnRPG@_X^A)cvT-v4GAE0-C*^vcVsBc&DGe+z4JRd(FVx9`Vk ztvm=p`~)@)izN9h-3f#JIi(>Pks!BivlRq`5|MATKAVY8fxU_#zV%nS2_5c!;uo2-D{QxudxsDbph2Q=Ci<6iYw&#(UQXT`7P?8PB^ z*;m_E^nWH2^+3SCo$^2mc?iDfsSysa822`FCv|V9S-P2SB?xpXuSuE|_}64WLLy7k z#mS9i@e(F05+st4?4|t8^CadYBH!%Re1W{J+}FXyMfUVXf{yuG_Rx&0-F9z@(bM%!`{Z>Pj5%Vg-(eSvOnPp)r2UESTB zUSC|@+BiJI=QNg(0hH;WerUj$6q4h(4<3~{AnCUl!bIx)j9TVG|Iiw7(3oqmCjXJ? zg9=2WDZ7V&fEh@ghRN&;NYX1WGJY;iR+~X}8YY795JH18 z7K;B_F~#|*shZ*9uIREKOnlU;{jhuR7k~OendALu^#|K`V-m)Mi@uCIy#89>e|txJ z#rNO-;nC~$`)?IR?SIIQpYcqNo`@wu4|(R8`~ZKW<2R@WDPE|beXF_gy;Nmo8oxn3 z{2;P+MZ?&9=)}tAszw8Vs(^x(aGZ(`xF{%&xA$8g9JWHfS_ zKH-YwsE=xnRBgl3p-e&8N&B1d{wDq=j@5r^XOEMZ2`U+%S!`=6iexyXpXy1NuA>f> zD;MSi?DugZ$Bdf{AE4T%Y1#BFq_X8^7iMeT+iFu7$=W_w#=EkL&)&RaU{Yt5ei19 zmsfgejYLtP-)U5W-PRve1EyHhBZ;#ypa7k76_X6OC>YoFw3CdnkvtXa3L`e8Cu3s%mwN<4|&TzHxJgd+CM_*U$6Id+XS^)nQfxXDvY zOKy)a7J&;t)(+)hqDS7Yki3c@q%ly;3PftvU!W67?+OkfB#GnEj853JgCyw&hTbG@ zW(iA5U5oRZhiyi4eD=*zi9nbuqiQaMpFPo4Cmi|;$3S#MXk?-~-T$*bSHB6|@%OZo zDPb2t{e)rr$vz0B$4P5MEcJY^w0dk~{BL+^c47aF@c{HYcd_z1%Eu3=I%iD0`-&XD_dc5S zh_i;K)T~?4Zlb?0GVM*9LBq0>R}TZfR)$S_JfCo8N6*Dx3P52~OFb~m`0)-~^ zL7e{_daEfcDdf*$maMT@=li+h7XLqO>+b9=) zzv)ki?lPB{)Hy?@OOofGaVOIrMLLEvj7E>g5@VhvI(oCBS=&+-UqG9zFsUv-{$~aU zV)!uwYRHP#{`jCs6TC*s(?qh<-Ty90xvD0L+3`&l`$|SLdXmLens1jNTbVaM|CwMO{;V`xt4Eyp z=(|_-?en)?;3-0 z8_fkZbH4MSF|I_s7>3FmEO95ZW)u0b`4?`qH&l!tcb=?U%IZy{X=mf5DYtjg#h4JN z*8QB2{2h?mTycwOcY`pt84RDYhjceZKyhG?YMB_j@p^fEyA2sE$MLZ_a1n!aEpJT+ z6Az(N^H63zcYjvUbB{3aMh8KT_Rp_(mY-ldwMTj^)oE_s#5XH!P+`+)W~7H38d=*I zw1kDpu2^d3eree0gmv5&AIligT?L<9gFL+4I}mbC+1AuZYXt|)?pE;Ji%Ycsd8t_s zqutAtcH5q#u+2|@Idj$H46AMbV9fF@bcgfov#^GXU~1>{sh%42Z2x@s_V#su|9t5N z1n%T_pl*O;{w%VxR&W_skri9UP9AY)9^et=7Z`LRu8*~-vhF?bdiuIPS`JHjUOEsn z4d^n$T4@dB{bw{)z_a44b=L4e?4q`jx0c%jJRY4M-DicV>R_?f<>?BFY}Qb9T~k-1M|28Q*0=nKP0YIv3g{38cRt1UhX8>5S=Z>z9?Gi-ZK#@$kOZB7#c?eAHsb`FWd=0LayxHfoOjmbZ-Z zFq?f=(cA;^fpK{S#!5iOp{_U!@4{^rQ8D*CSq*d0tVVZGJ7Y83Euv>w{N}uC@4-w9 zhS!L;G={S@=@5$jd*=Ie9a5!lsl9<)AK6*fYMW%S&5zz4S2Zis@^NNITZfeKE>CfF zh;-WDhVr`NgfzbEn9>km$yl z_Df=Eyc+|T7L*|N^}_!J_38T@H382Kcx|KOfUM=1U-%tu-a2l+ObEZMoX~lyc<}x0 zYTe790aFFB^YYEAz&~BgJ(LLMg5t*Yjr(%N*!Hh@+>F{>PfXMt5LpJLz>DBmte$Fh-nx1>cw z$b(AFc~OeL#^0D>ADYcyS$Y#~m+{g&-{pLXep76+(%d=6FXUCXp z><6a-1a}K9SN*_;CB`JTa!5U$wInS?@D;6Yxrt#SsgH$4?)dV+6RB1DSJZeKLc9*t z9uw%&(fQQ7H^ZX^D72})<2?P^Zxd_xi1(!lNq@x94+qQ1)7UXRhq*>DAjwG@KFf?+ zinrg_$xNj4OXm#applb3k|1N=@(DWfjD6$aR28A7xqX@JjUWH5p};_Qk&HQ;WKT4F zoy%FSozjDro?;sFk{@2`Y@k+5gz(0kja49PdPc7Zl|sP*`t=1`W*-vcm6wS{%+@Kbh?ue5WIG6y%Jz9Qo316cX`C7Vpl~K{g5se;4dno9 zbd%>HAsgv9`o{IX`3+8CUY_vwtHqy)wv>>x8*t~%bA>Au#|LNeev^es=_lZWb|`&1*L9C$&M0f7GXB?kcbky<|v z{3=;;WF(7w7TpQAGcchaK^dW&_~L`vTwtv~@Poa}3YLKAWcpoee3{ekvgF@iD@C;LS$ zkFjO`?$-}XK3YrMsE`B!(g@E_X*Vdrc7?!;9BQNtP+ttWdjY*K{cT_7aH?siZS%4) zR3ARDA`l~+$gVvn=rGAgr{Qbk*tHUoA*+T*%&VTIDj@vd2}_S zZ8Y9T6PUHYV_V8QiFU_;I7G_pu>%;e1rax`LWVypt#C1HJ^pnK0iVEf&otN>ir^ z{8W68Gh&Yv9&N~^VT=tNdo(@P459?X7M>D4Su<)BEF}MvcsE{>i1a%N#99KyEob<2 zreS&ndBRE~#L#}%MK$6(rL2*9A0UMwLnR_64uNpm@N_f#dymERyJ`VuN18|ry~w>M z-u`Rhd^DjWVR6-VG~K&J&v&nn$HRn;4GDWd2NIlJ9N?xN12p=#bnXK>8q6Dj6;*?( zXU2k&0upZemZ2XeF6tw9QLyFb&$tN12ZX4Wg*Re02oEkx_09#jX$`}ebG9?@yuw0|09G% zNfZk`;``=itXk7|zN?TLrso;pr14F5gh@(U`NdD$4-GZR0@R(}b0<|4`LJ1Lt zQfA7ru>qZ?TflpA=*Or5LdNpH)CBV<+P{9KDkRwNg#=7ci@9V8U!d(X>eH(=Uq2;z z4rktC9R=x=;KvJ3O^DH;WN6_uwkrdWO(6NCRGz`O9q!&#M}?Q)69}%32>8ac(5{rCHkwu(FRE(4iTJNBw6>cQ?glqYlQ+Zzx z1*jt8jH5IEQpKD}2%oO0$UXOXN6uU6pC^vr*&98|8g)w5sf>Z0^_78-rf`o$kc+L} zF9N`7uL01U%$*M9dog#68adkgVXJ}X6@>$|dP$r7EOhz~&g!TTMxHYA(889jEo-@b z*Ths1+8jP->scIT1AFC)(R;pmve{;IJ=pvDCS%ZD9@p5cI2WYDS2j|g?u1>VFr^$= ze@R-J_Beb<#~g_CB#mxuEvkjv|DSTUT;I{Z*1;5{om*zIUiNCA)J7RE8Y3d5nKQCF zrBU@VuW6v9Cn6SOC|!G}U0Y?p*S93Bxta6tZgkr8jqxg1j?|$6V~IbJd+~djv1eIn zIqbE1g3l**R=S(8fzQH+%^Y|dgENqi(iQc+N&SvkO^I+N61oXY53<6!9#qt zLbe=9o)#N&wJ-5EE+VGFt#Iugx8>fjsveeW{#xGM-wFW~74!5O7b?V@a^Pa#Kk=eCg@_GJ`N5pOM8 zRvW&I-3O2C6Q}`WK8AB`?l-(P|NI_ytzGu(w-YPTLqUO$ z9pZrL1!dh1sJ0{k=N8=S*8WVUS9IfQg*xs^Q@{8*30YG_4O@Rh_v)HUI(r z$wlx!fsMOM?jPSINLfxsw&#}x)d_)YP3`w*Ma?`ick?0W4z<2ADQ+_4U1^wy@wJ0Q z$G$xlZWSIS=SMhQh!fb|iS8#sZyRk+!hKd+P_VFC?wee^b*E@ywLd4> zW5!X!YTb$QyGM@6CVf&@)~r?mUER55n8F*YAc)VdFMkF;dnHY-J^6T;)<61Xk!bsw z4~rJWxxU(xJ=zq)b@JJMBr_}@29i-3HG+Dp=FcK0F6*USAju3q>R>=93) zEq;u@NU7x`Zvs5GA*lDzzgN(BsI>Z@o0;<&mvagN(8M$j8PPL=cPWR|Z!P>f&dg*! zDGCe=o47DIzsX+CxPrc@9eKZ)$S}XXF|wBgb{q((?mwo=stg@=4iR4WIm~UcnCm82lzyEn{?V=k8+j~D z#2pc^F9h;V2BsSE;0ROuOOYk>{lG3+6+M43+Am~w#Zs~Spy+fyT2njPz4PmA;Rdb9 z^UP&AAN2KzB0}XcElh7p(bG-@)gkGkH81H=RUsrVoN@H(MLyXgJ6-oUNy|DK$r^8^ zs6z2Zbs{A*bVZ0J%u*{?V(I3e1?0`VCRyNzU`_}Os6)!LS8q;)TFLot!p$&5GpN2B zBWyiV^e{1Odvy_dr8=(GTu--)v{8r7m)_`dSM$I5GnrczJQphTXb?Vz4&;+jlD+NG z@guX&Fv-a^-7r~$zO0YFJW#8tIdh1bYy>`j{n=#KQV1tZQPqhbwHJ%5wARbz2&^e7ZvkNQckTG`H1dvSvP3@&~KPe)s1?8y8sU7rOj5> zI^ZM^`R5;KH3jhEYV%-L3mD2|Dgk_8goZ=-OCCZ{u3h~4@=d9(<2+d3OCv3_g8+qF z#V}V_@Mrw|s8n^cbEykx>0j6@!5zCkT%C{8lmv0y=*KB2;oh|V2v8hbyEj#{ zgws*R|M_;Q@%@Urwh>jXpW!y;HT~N!S2r9|@EppN^D!=)aS9{^?9bfnxS>C9K<$Pj zKm)kBc@h9;74Z`41y+}Pl(K%2rbBRJTQL9L)4UtVEM4Th(zK-U$AbNBV2(VBxTq}+ zG2BiTW;4X(vcU+Kh$3A*V@_yRC$Hd8VP?uv$ZOm>Z+@;HB1;))KXyF{P7|=o8bT{8PTRDoN8SXB}sT|o&CUU5c%co`tJ>642 zkX1-b=B97nmx7}5z1*@)el!ztX)B>{U(U5zz6t~D?1F&BaXAgXovIB^hyiHgclQVR z_N14fr%>2Fc>>biVB{StKLLgPq8Z>fEmlQNE@_nQh1tzZLE)ymJ{5!y1&xqcoE);b zzR58QctHWeA2E;AH#1O|%qF2B=}lI9hd;#6!xKfmagu zBFe`m>*uA?O4bDEL9FLN5m1k#cnx$zcp#<-X9yfGj;hl81LnpU`vX(bq`YQiCrGG0#?zjn=M9EvZv)W1U zeg-x8cDi1|5~j!$nb^Zv@T1oLE!5@XUP=Kf3oggu}y(&X-)MrGuVPF%Sfb3 z_8O}sOV&MR+}|1}PfG9JHd>K2@8hz|4X9AgukU^4GyY_#TIcIfmy=_Y6X}-;D!}zQ`%1Yh;HWPv>ir%i2QYr!zGB)Gw*-HJ*Lr=Ogd2 zD+(L?874NHSHIe0*V|kOv}$^#n#b>rVUq3-PuabExQ$^lbkN@u&{>VP=LBMe;;2O$ zVvJYJR?-P@yr}EmwPb+Wop<)I+t_QT&9Q^hWZ74{>q*a-Vq|nK|GtuR_kU7u&yr-4 zYQ|uc8hN7B;9`*2`=-fJnKHF-b&%t z6adBbs>2rfD#s}39((aR|3|7z4%El-gXiLbX3kSi!NBR(sXxx0He#{Bbf9++nPO3i z)k`z6zkG9HcB6OK`|Fz&f3-)}Yl2CI-6>X6ApQy->C1C2mhlgs|S%(1r6|oi5IY9frPebhf8`OH0_Q;Qi1j#Dv(S3_Se}wQw6*pHI zzfy2b5}fE7N@Yt@L|aB1(|9{9`253OGLqa~x#0cvFh3by2#T~QE@5GJgu1 z@%TWONy95mlnEWGmBhPTw9qz%tEwywR?+Vm$qAra%!gYfu8{DH-eW zsJPyCWtA3WdJ*36w#B6+ zdrY#Z#Ae3UKW)RxU%eW_UuJ-55cGFh{{^Tkt2qKOK8xAJ^di@X3|`~^WTa<}j!DbT zZ!mcW`Fk3Eay@S)a0?b7GOLFAfa>LegvBdU-OteDThOu_3bovugYVq7u!k%c%F^Cb z+VBhjtA1D^)GBtxK)vZj>aLgrP`~gtF%NJYoNv2u`CYZvE{~3@m)*5Q{Z?b+Z+kce zzTi8=S#w)vO_qRg?QGas@%Gnu??sf})HJvW=@_F4#xTSLD?|jnY@PE-%UJJnb5;eT zhSG50$TzcH!sVLKkkQ7<(vttfh3u;Zypm^`t1fuWZ?+>eb$vr1f_zBY{kWi@HmyK0 zyH$hQzpmM@rIq!5Ha7n=5cDRAX{))W8Ow%!22n}!8>Qx77GWE-;{V3Esta@S`1@{u z33Fq7+>;%O7$LC_cYZvj4yZ{hUJ7G!YP@vflpXu$w*1Ggs^dunHkuq%->=1LJF~kT zJ460S-j*bXL9z*bU?eyRPV{`jQbPKsR*qg!q|)#m&;0xgR(C+`=6HUTtoz3VO>4jG zTn-8P}^?`Yra2|7m^0i*^p~Aa}#2_bap8qt-~tdYF6hC=%t@Gw2y~TC zbMY2gbDQ0#=(X8?P5GtlSP`V!&hM=;C3)0i)Ao$hYOpsAGTY_Zs@ ztnY@z#%cduhgjCEBH$DAx_MF@)(RO`9J`4D+G8R`P8VJB52vWR+*NLuO11v~p|U{2 zea!u4eS%5-f9=BJ1#s+8^nT)tH|Q`pMD%+At4fwH<3s^A*Iz4DG6akcxk!W!myJR zp!urnck{cZ7CmTBJ_hX4P?Zf6+J548mUmor8KzG)4Za0vx zig-J}6u!VY2~y!_Bko|B5F>79Xi7VA*d}K)J`_s|`q!A@%1YX%knJwEqQ$o024{FC zrU-KcdBg5(u&!pzXlx1ft=G_~S%|vAkaia=8)R^@vGD?9>z^=EM#Vj%Oj95%dLuAj zg%@LM%TuKp7>FRS_=A#nqpUXhrgMKHp3b{wLce)kL0Pj(ThGwN$a26TLNy)EcRJs?Mm?3n0u1|R7d@J>gkx)Ptu~5qhx! z@AW0BV78C;F2}!!w#j7At5Gjj_`%#h92`6Sm6LB%p0n$HE)W|$Ne$dw{;L=O&Q5FY z02U^XOVIJpsrXC%j_qH?Cqp9T6MCi2Qnxp+5}yglCci``7&kX~;7866ZPyzm|E@i+v+M^7eijvr2M0MTIuyt{c4$`##h;A5xe2 z%cV0?PrB5pswz=-?Kmc@6^WG4V`9GSriC8z0C;4^Uj#%|kCeqq!RzW>&tFk&>qz>~ zM*=(e4QZXxOQx&j&ibFuqM=Kp<*Nxk<*5KQ9R@kEt8nXy{5-_2|wMx>`5~*N8nV87vm>byS|KH6>os74N)$?V2gA zFOKQyky{u_-T=kH|6bh{iv-F-t9f7^8Oz*m`F|oRO28 zb~d%N&Yq?KiWsraE4QGR$ideOIl20!D_D)vsRaDZ2lJs{U?VN`lTe)+f*l#GnS}bF z0P{gpD;%t6zNscNl)Dd6qzlg6Z~Pfm{-+7V7NfSvULxqM3>ERK?Uir%;~u z=W{FUXB_l=^z>)nk=2`^mDy(~$3Czrw6?522mE-;w^}0b@0fJhT=cDO401Us zRF4o-u|pl==|dQxNA=!H+GuqXCEt-B$I!Ookl{?hJx&|cjil-|?QJSH^c{Gb`eREV z^mhn2qa?ZkD9+An&tR+5{uQ{AcVqZ=Q(1SaPq~vmJ&_3}XRM6(?=N4W*%}nI(|L4s zxyR5z>%h(E_`1EI<)(l>fO+{TVBf+$qSXeodW2X<`j@!MN0YV0xfNRV^fhm^rlRSNRkVbUU^z@p*Ao7PkNW(9ew=>Rv;E$K3S5cks5FhlElEuV2^YDfWP_q1)rKLQ0Sr| zX+PC&;zPD8H#)Rr3uauxr~rl_I)&f{aS|A-V0ai(K=LMJH{&o-N;2?M_kQp<`xJ9g z{3uyTdepWaVk+Djmw^BSrw!lkQugrn~sK0L&hXbzpX$& zZDzeXZHuH0Yd55d)D!fleQ1sn?Z1s)VJh5dI{#Cl{5U<{%BH7{3^OMgotMtz%zxSWy~gsRRoP9XbR9)-ZC;iFZ9uz*$n5ZX;ZMCyakpwg$#xPJq2IcTk4U?`)VwQPnQm4S8^JBoE5le z9-)Vp$?^;RM9<&C32w#vak03tydGVhoC>n0w<0JAY@=Vf;$@`^;FEB|rK22T*q;y6 zXoX=yKBDSnxAr6BRn$(f_+b&-tvE01l{5)E>L*JI=BoH1*qd>dK}j@1Q1lYv8s*8c zW1~SF$>`=%mPto0!I`jqc(CZBBJAy%3X(}n77#R;e#c5{*nUi{#cH+xB+0#%6oPm| zONx=9K#w`CM*=6Uy;(I~Ie#n>OLrZtC;d!b|Fibn)c@FwS`q9}|H!YEA&F!+D%=`p zpY=d=Ttohma`x=7F>S`A1aBYa9R|#KZflM<0q6hNjFtxh{D=v+|FIcILhT=jO910O z(ehGlpiQ?05EWiC9sdt$;Xy#LuQp5qk!iFNm7HC+=Vbx~USW7c?%Uc^zR+R%98a8A zYejOvM=J*S336?KxeYXfcb=Dm)IXcitt(9GO}LiQq4WcbxFZpL~3B04%6aVt1# zN~UJ{uRy{Y5DZu{bix< zUAL+U^xcv6R;Pd)G%et1{_%ZYc?5SiL6&A2#CxbuG!;TyZ|KMWK^x2Gdj2MQrS;yAtOe{yH40&0_+Z%%}N3MCP>55o~%H zm#h@Ss^z$&lGQLOVYo{=lMI&Y;}GH3i@BiPgrux%K!0u}F_)=8NdT;)GvI$`cC8$7?6{Qiq2G69AtnYiqO;E?2HN`JP@nSG zj+R*f0yCihySx*Gt|}@bL+S%wKo%~Kgh)x%U<4|)SFlqPnBj3#^}pk>|64$i&COM& z1CXHJf9#{p7$7F`uZ{65>8^P}VCQ!6VCdgkh5HBf{Stu7<}+EM89U|wP-7}^^3RnL z@a5UdJOs#^y-HnA;(B`g+9PDY$M|z+zpLn1#6ltx0d5Ze!}Yn{nouxI1z)lsD}Dq! zm;Y30eTdaIVT;_@Gqo4ch%0tpFuT)QF3`0OS$Vc=uB)=2mU3V}<}jd=13DE#4Ua%f z(50EJlm8I|OJ#tE@W1><413ata8lO?|2{j;DUmN(USP&1loS8$PL}VpfUjq;(*>{; zDf6<~A6DG@>hstJP;sZ%&2#6YSL$w)VUWIp zz6kJuRF!*Bb*Gn8M(;_rEb+@*$ZE9B?j3vSii6JO%ZK$NaFC+Yi6uD!1qT~+d}Bjn z6z~CoaskkLE9d9UtYon_?Px-Ki1CJ{?donO>zJQHRldeTk@Ckget$>mI!n;NpP3q7 zU9}ox%mAtF5~f+4)R1b@D(rr7f|Y@Q#k-&{FxGWv-$0l3CI;&Rwuk~__PDauQTAqv{?g)uW!g`6VIj`nxGLf? zY?_ua&=Gh-lKEsZ2~rHkHu-PVZg)?PoC9{_Jw-zY`^t9NR4RG zQu&R^lChd$Q8}8_d`9~}QMgGzOKmF+sU%CVLattntb32onfoBSf-}8GF7(66v9WfM zoFHxKhmha4p0gx-of1}!HoFE2cM?P&}nr{!j<(Y))%kQWgSKQ=G3)1(qXl9hpi<=-J))nm<^ za2l<{q2JQJs3K8wVw^SjINqZ#kBdMPuX;mwvUxG}bBnvrpCr9cZ5Kon>;@5BE-^D% z8d~qykTzzXoO(WGF?_c!3}hlTpJ->jt6>ZnumCr7&)#X^^!{WlebJl$MnEwgh2}Q6 z9K7rQBPamTLH*IcmDV#lnnq5=+Ha~`d8MoeK1c#Adr@t@Fk8v)mFWj`$ zG-W1v|90zCDqAYc>*;Z`;($(pX;SO@ey=nRJHR zcv{aHmWe1LO6qtp@Cnbl7Cp9g-8YU+m131<>a>EUvFOO~C~%X%6R_7)8f{%h z!eC79P2De6-DvX1r!1z${+7$F@E9)pTl;mQQLPTGoRyQ5Jz++5-6}adI|_MVqnH%` zyuOuBaVwa|nDr08JQ2RhZhQ`PdPs=qvT8^9SlFK7RgwQ=cFFgj>Iw|VG4K=-?=&WI zLr5l-o*c*vHF6MgTI1+yo^0cF1adX7m4rR4Yv0LK6rph0fC)^K*J@u7WN^nc;?Xg- z5XcI}&}?iaUFkh@`afi1qRDB&81#K5imEmu#!%@j2T@u0un*xm%70U7j`!EGM{pSn zUwYYDmjxT25(sb5T0?yz;{=N$C5rqFb=x zKC1D`DF`Pa<_Uz2?ft*!WkLz?r+%MtVnO|Z)l@Sc1q;e@V67*Ux%0~C+0$}iXSV~~ zo1~wD@9&omU{=y00Gx?J-@-v3k3i8BHDPgRC~S@HWh*UU=X`((#**#fjr6D0_!UV< zM@<4QpZPGpnw_Fku5C`FnIBs8@sE_VN20%(FbeSX_bhe#ONiwm@^6@3hLtYqE&jMP zoNWOPS8>ujs5Eurbrj*IJ_Grg+M1Vm;LUJqKpH(ltKr$($3)v+D4IUghiUMjpo;du zUY=jQU#^*`uHv&(+P5Q+|H?y4%N3~JXY9%p=Jo<$7|`a~Wv+$efK1O1`yrhDy^Fsj z*t+RnU9}{Q)si($!B&(hqaPXB&C*dXZkKqp}=(VXJg*d%C_zJ1KO z{RqJ{qE6g+nG!Rc;92j)?6;4dcLzp3DQZ9Bx1!g&O|@bqlw9O3JG<3-Sg#6w9Z$gn^$X(0%>1b$m|#T z?DX2|9W;JS|H$|(LjA_dA?nj^;;5*6;gmyW&UDW=4VV12Ucp~TB06`F7Z z`%62sZ%#ltrklorT|Hh{;o5w|6%TWhn?8PQe2&BxOshwo57fYab0Wvv=ewt;9Ys>Q zrhWmg4Vx?>?SUWri=U2!mcr({DuPYD~qysO19j?W<$o8lGKaWtlA!7?ehz8>C zxs=Yio0HW}AL5HCmob{}y#2==jK`yiZ3E-0Bigsu(Cyc2-V?j{cxKi^`z^o^dhsUI z=WJwbG@N)HU5wECOUOZGAs6zySNymqe?~G3wZEbC*3M*~ZSsJ}IbHJZ!88ngCbIod*6GKWOO(xB~D5jrJhD_p~lW>NK9SzgcurxQCJJg0!j2izD_(40tJ^N ze;Ud5^dIp63T6^p9apXw=WxnGOTW&H7Z*2%wT1Xd+Z^H@)XyDN zgBnxAk-aWT%F4`SYdT&~C$tcW4QQ4&lWP4%mZg-qJ?p#r-z4^g=Dw_Cyx5HeT$_@` z@#CG5=3kfof!Y8Kwm@4OI38%oYBGSh+z+0YWQpUO_LR(io^SSQ#t@mGvK%9RzF`g@ zjx*AT*}twqsTFRxw{8toWbsS=B10YbC(A;G;70#=D+_-8DA-?k{lX#O0_~wXp?1ENVhCmyj?&kkc zPF@mZb2d<#=x5EzKbqv}i+-V!@u&RlL=?SA|FiPay;thfbK)J~jH31iCe#KzH9;_z zk$HXc@K}m;SFIg%grWovI+<|;u#)84L@A46blyLh2gXn1&f(q#%{&HnG{BEaTfFcU zh&u>6<;pH86bPitw+6lbp__VsD!?0Cv75CLHDOU!4oC8QfuiUu&oa#`P}+XV!pVeL z)%R-+>_aFuH;)pZW1K(a>}KeRe2mebwqjf1lZKqOo|20YdKs4Alr4`?lX>tIpntEh zH2O1ibeCBnBFbe$KsQY9hR?*WTYs}G4lRIB|Cxp5zqC;jaB6a|<`#?ksU#VHM(kGy zr%(MM5Q=B(ovumMwiC4$ZUU$rbf$*JWi?buSr9x!hxa3z!6vVJl&nDPqgN1YDfaVI@;m!+x7Jkhv%n{hQ8U_ac_3C zz@4-x?^C{nL|yGH+QVBKq@6o>@Se<;&ffqKm@@u$yHm6&LFZ{Rs2A{mu)VPT-`rzJ zU4vGOR>d1Vjy7IeYWhz|Wt>A$5h}cy&95QO!&)>+12ni&=E{Azagw~#yjP#doM;Cd z6a?SXjQRu(YcyOT$XFtASl)8)Tgr>2h<~gGJem_kWw$Vy?s*nJ6lS=-orU=po^AMi z_>$e4t`KsYM#E(esmu936c{<)%4s?GgLt0FA-&WAj zT22_R$=#q-*Hx9+?+5bwXZIrLAAU-wu4fRRNdd@ARiAEpaQWBYL-NkhI8iLLjl~6l zm%w5%LeV!P_if?`CsV-7_qm(#?3?$uGXc;Cn7`#|)91gb6xaq#nqw#=-`w#nK+4np z$0_oO7-4ZO8K_7rCl`)|ph1n$C(N_6Q;KGuBp^Y$6z-5a>S zXT{B|juN1Lv$>D&j%m4uzMxr)T^eZ{CBj9_*=Q6P_8RixS-v?1=_NiMAFv@RE?`w8 z=3vvj3iKgJlpx_3^kS~#nj$XCxKHSFlNE#C@y;{I!ru^Fmb3gD{EE(%Klo8q&LaA+ zlr+CNMUuRxfYf3b>2tF|R1A@O?E4~wIR3?Y@66hoFgVgJ++4&%e0+rx6tuqt;eo;C zjZp~UQVuyoyBQ=%On4m*`7+7Pu5Z4mo>J4&beGB&2dNYVyEZ&pB<;xk)~~og4=xru zE%u2;q;l)CV2B#A<}r5dlodfNwK?rHnN?X&6~XN(WyjxE`i2yD3vQbaJlv7S)t(Zc z$u~pcpN(xb5MHR4e{Ga-R5C8$eC<`XNPzz-^btqvjA3X-Ns;gFI*Kcfu!NR!EVJV! z0Qq@uYjTsfP{`}!NpxEC++rMU@5e8 zgLSfM2W{U{F-*F5dt{v&1@1|?U5)mOnKJ(_wiY?neWoZ<18ZrmH=?zxh*uZGU@lRZ zUT}&y2-%LHN7qoU?B(rc2pmR2EQf z8`Q*)qF)8Oy%6tsXRgm#2AAs8alVj<#Ok9(A~2a` z$nw|d-EfQi^t8_qf*Mxv2U_3HJO8v6#kmwx#$+T=p1V;npZHQ<;T!Tr8I5sES>)~c zmu-|!p@H~Y=*unNRo^K*;=Z^lI12b!3Rb=^nLowlozQ`3CAoVH>(+g}!Yq+nJmSa| z_xN{eoV8sTytjyS?~1GL6Jn;NcdQe;L>pIT{5qoh_1*|K$e+iCt}@zi0{n&O zWrg+>vp_<38{oV;bRBtM10k$vvaxtznMq~^+vQC**PZbOCG$g9&OIM2{VAf5-p4Y9 zBFnGZCj$_Hc49b*nB={`M~*(n0&{=yeXoMtOvQBfs&-6aiP@SSKbkYI_4#$H%$_mO zx8gsk{kuNN#wjIaba+bHxcVz^Mf|n7_JD1hnYDqHvxOfq$ZlXHKV;{JEiY=9HN`z;mo?koJrmo; zEkV?c&^Ik-Y|{b@$`7F4W5%{E9P=r2ht*-js)L9j zbt=_&k$mlIy!7j`SHMRr+RrhH*ySJ7gmd-cB7T`uLwh&Xvyr+l`#uCWH!?xY&;8i{ z9{{jGPrvIg*a4x2Yi`?I7$L9PIn%_QUJ85H1>`i=>+f_SmGfNhX}2gjH+EM#q55lJ zaz=6AC@(B0TT7u-7bZ*(1A?BI#J_n;C`ss@DtNAkny?980yKA>FJ*!nS6s#5;7-7f zE2C9fqda5g%Ck}x-VU~KkKHR&S%D3G z|G4?w>~aNqVuY+<7?2C*TZRH?dImuVhO^bVP$)8PWt$2=S|R1Zl4!A!MZB1Ga35)j zhUZh^Zse-kj92&)PSz<^A()VIYt0zLRgOiHh&#OBE$cSNIjW76wY;eyD2_e}!w*wmJ6NM8i!fN^3nz>+fjPk$MYBG2^M;C#XI8 zxpbPvxh<_}YSn!LlfjTqwdK%jS+bn+v}5IFPlX5VAe}D^&TH5;SZ;`pK4InU*fG1i zquFA_wA|G3gbCQ9d3oH-*w6&g(4RU>tx9glJuMCBoXL00nAF46(}^ce=H38PA@Q@)knyi%Ul zEYV8v$aa(3K9+M`&QN7nsg-^BtIy0Uo6JAgRRa{^ami=&l{qPIz(x8(b{1!uT3OGt zav9yAVV2_BNdW=kmPuT!e9C3i)q|Y7wMm7XX@yw}7L3Y(Tuo66V`*g@npyGI8-xc` zrJa$FCZ6)DC6sD+%-I5tHLuv_-L*lZNdGRizT@vmkBaTOnW1$~LI-DG@u;$OK%b(i zZj_}_F|%T8Wye^?g8H9b&N@$n3ARQInlv9KuvU>VLpeYe_5Ftvv&?VNI7Ova0b(l{ z>rnux8NR%w&_v8Q{4NVgBCe&@ij>Dd5*~7`{sKkMLE`Ki^STu28M8by)>6||De3DL>xLW@^~S#S`7x@Q5woD1-iARE zD7r@0`-tzKiCn+ryf<*aj0GxX`q)lDz0=nSbWIf*lZr(Q9YOjScuQg$Lg@kxq&X{9 zqKRa<@#p4*fJVlkShG7~z4`TEH56a08-vc6@+2D7DT8Y9Pa%of!}ze>w6@2c(&}W?R9mqc_Jm|q35e&zB?VA> zD(BD}o|1^EQ1Y=^3a51N3176&+S6p$&D;hJR{+k`UOUo*FL*TkP zo}&T_nzvT5N;Uwi2+B)o1?!XxX3oAUySkzK%4j&PtEm3dJXh7l-6R4$e(l3ca(dY& z-ydF{UfRk1`Sj}5yPvMe&xaQmhi6x(Czs^ih3}Ss_X9aR`!DkP^z67p7)K8<*7hz( z!hx?uo|&{fL0~7PmQT&e9ZnS}L~@bEikMuTUcEW#kh6DZ-P5xlE>6#WJb8O^cGV$o zPcDvL9iCkset-Jr^yaE$q$2jo=WyoBBAy{r3yG*UqlFm~os zCgj{RwOCJ9E@bYT3{o~p_=Ke)+w3@Rcc)^?b(Wt8_xlD43W`K5;bRc!pmP%`lyZIx z+hk5?m@Dv(H=hsWo|WrENHVrdmT+j;SOj2c>5NXQHhlfI4GAcN10a63G_vtDy+U(IhU?Qn-Ojupts86tkJ$ zy#9P(!%S^|A$y>5szG@LP=MzP#Lu)z(6Jf47qfE1MZaWc1Yi+~Z=e5@I1$wr~SAnBA|l#-*DmLhK(7@M%xnRtx+Ss!>j z?=Uy9o12KmERFDusYs#*(>awh;6zrqcC%O>=R(TTTV^cBR4FF)@i9i!&Z6CTJU7Bd zIiR_ofpSirFn{OmMo(;XeZdWUa(1lm)uu2w`2O(x{N(KT^gl;>3Bg*BWy#!xFZiK* z`a9^#o%1CTLax?)p<}`*s@4Q6RtugmiD)gT&2>smKISZm6k%zY2!%|4ENOVdaz)x7 zKetOIC843c?dEnf0arCzpQlL&WaC(*FI~KVcSbGoZ#D^N>!7BpsVI_2i};|T}-R2L4nwnte?jY#FE9*$+%VZ7{Yu56ula=|h-Q%kA zz%t4EiDI`ExMA8Z8LM=`Zf;Bm;vq?BIw|Ock%_ovGOb7S87oOCr>n(r1+70q;QOCH z@UuMr|KjBE`0YtBi=N!Z%J~2Oa5(Js>hb@>{-5|Czst`HQxKxn`sTeu-{=SZe$fAA z!{+1i*(6X?xW@x7w#GD?ur2d+7a#6c%-sL4%I69DE>39PRlgQgvQ6^M`@<}ITodIB z>$cKr;Z>!1tH@Ytqo-T|aO}(TW+Gy;IviUM-3^Dl zy1F{=kjcgQ5w!Z6#y2!*wGK(j?#LUS7Wd?a$&@7|XW=vziI~huNFmmreSiLgUL9)P z$VD1C^8`*o&^pb_B(rFq(ism4PqpxE9t0}mdCnj#j;GF|>$OdDa*O#|EiFJzOdL0s z*tBCA*(oHa?>d!XD*<9;$8M64nc|%KzMo|Y+End~cj`-V%bjAHhzSn^H}WZ;Op|$w z#W4@LwZ6m&yXRxD8GiHL?1Y%n9JK6Py_)Q@o&fVrl_iRbA>Wbj05hwaPWX97%H`!`^B5!%h zZ;CM^pU5Rk;_h1$%=mg=kx%4sMt>72IeC3aK9L`Vm?Vt+`1*wC_d+T3*(Znk%hsn+ zceL>T)+h4*oA$~Yq=y(?H;{T&p(yrCV6W2CP1khCZdR* zzn_);`{bGYt&q>WEnBU3vV&F>@@v7v8)6YHwE`|$7{BPe-|uTokNjAGgGKA?t7aPjw(|OHZwA0fO&G|4#!v zN@ehWtFYf!EXi7}t0^O6rgCye!Av}1xt_(0a4<~4-zqQk%0X}xRX4DfOxeive9Bt( zM!HOBcmvT;DND+6nITP?6gLIUGU(c7Kz`Pnz}ODF_&r4^#23QMO%gF?9W17?|2RVkUZHP@*KAHck*j&8?}%fw=k#x-#pP4$Q&<1sf9*e& z-{7y-CqiS$D9|KLD%B_Q;bS`$5j!+rwMQS@);w?wBI9K^Wl@pvbaD!L=H}xQaI|uf z>Not-QddmQRD1OPV;hp>Pf%mmIyHQF!{+T#`^NEky<>!GciI-qrafw(rtMA}ijC-Z z+KCo_+P{4M<#T5x(J{+u@P(9r`TV)lh9Yb^f683E|JVk^PCFZ##;SQhSk9H5#BGS< zZ|5Qdx$||yG){%eHJfPb(R?7E$hnBhHP`G6NpsuX$H~drDe*;EpjYJL7@SdO zB4QT;f@YV~Gpx=@+UFuVIz7H15?{1xjFw=*3kcrfxcWEbn1ZPda1-7Pob0UFWLC}; z+%szoQ9rjZt}#ucJ09gz12@w|;9ZvU8UKxutD|#}o_{(%_p~nXd}AA0lj?%C3jD58 zFLH=%+sp8Ps)}%9og810jT0&pu6gD$%cukq{E9;^nMvOUn`U)OF#x6Ry56^OPr3X% zoSN|@tFaXQM3II}Z~s!WWb*X9J%aJVVbe=x{{Gx)o2j)Q=ovXOw<{yx|9Ebj3M}!U zN_oYa&?FH?|G`WcB;b;qO;pAkL8I>tJ#u=k7F#r(Ue#2Mw%%hT6A{7p48e!Dksh#7 z7WFRY5i?iLUkRIyncfeem%2K`aKQCj=4t<|qk|4Vu#5)#lEp!oi16lI3eZEAcIW&D z0uNf#LnZ|Tmc%xPyHxygEip-!OU`a-61awv@rl8=ayZ3JEgmL`xFZI+iC9Q1a5X8o z%*(f}J-~0{EzRE2d-6#iK}~meXJ>o2x|#GwpV50hD`vJBinj}xzR^pZKfTF_-DPA( zGp{v+s&+V;NDBb-iD<|97`fhFY&~JOECIKm_bN^$V$G$ZbaJRbO9VV3A~Swa z$w(?v)**?w>$v!MGo*#?{gBX!s&aH3MntCtZ+KbZDt-t%VpmTj4Sh*a@wma>dPTHgPZ7=8tJ8hJpuwra`^ifMId2-1@kwyx1 zlplD?)l{?i{(i4lwHAA-3@Phst=&^{< zoP01{vLpR~_+Y}q%0x^i;N_o!`UlBLa6K;w)|tS3w?Z)q_Cx5u*Rc-a`Ael$d8qn@ z>N`G-$%v*`4ShCNY2yxMQA4+}PMa|c>nYJM;D>HA*cMg{!8Ju^2$dH23ul|F-T;kT zqj_iOcQHS5^~#v}he_X148s~mZrJ6dZesTmM$_-J_!0uO8+i3m0)Plfg1kARIfZq` z$ZlsZ(VEtgb%a>AeMJyErfeqCOO^-Z=fjJ$)3YB(`kE~cc6JQ9UL`8ph==4YQ+D^6b`5O4xAlw}4|W@r`mXo%5#(zi zqbv{03c^0eeEh8oXueyTV0q}$81V^HnrmZ) z`_azc_8=aF?BJkxup9Nmy_Y%rpm$$i=Fbnt%(nfQ|L(% z%Nl&7l=5ZGEEL_1JjOrpz&~lw?ELwj`MVrN=aK{!^U-^_Af%h ztQe7guh*Nok5KW@pALp^iH&f?jxWBr_}=dDEnhKFwhk9vd#A6Sp&x_&w+d?MNC-()3Pst4(l2dqjEx{BNtb z#w2OpaV}(D?&Iyj_TGUtBw|{o{@$Dw6JcrWQ8Gux+07N2S5|Ff+i;HF2=A1hnXb6g z3Xgau6{mPTrajQ>q8YENuUhMAkJ{~yv7zG~IHrp24hc&`q50AI$y=-Wt==Qpg0Fn) z1DHV|JR>)39%!j2B0MH9wb=MliGdjY9BhU)S;s6#<$3b7#-+-xy=ksHu__Rm; z-oZ|%s#|s1sO+{!?I}xUbwx@yI-@xc9eTP`P)pT1Acsv#Fju%-;Kf=`&o!yZfWS`k zs!=}Yvz2%4YGC-q)9+)y12~k#?t*1%Eg*XzJ{~kKJr<`LbqFO#hnBR}e6XC;T8kYt zEuweX^bU6PIDT}A-IaO0H7}CLzR6P((fPwC#RvCaREK{?!yRJu=nYiv5lA*IS6YuA z%*B4Ua$#K$Grgm%MQ+KFN~6+jYyB6vD^f7lp2oH-=nKH($z*P23V&xQ~( z{KAJOCZx~AKTc}J8T3T0A7oru1n6ttLW^~V zp7|P*Y$o!$n)ke8Filv;&DR@?74eshh27_p9;cv9sP^dnFXp4u>@bQXM5W@V&oOAb zeqVX8L1j?n6QC&SfxrI+jGg*ha(s4a(#T7l%A7y) zJo0Sa5Q&jl7MlfS+<%}!BL_5&$bdc&tuz6?*7a_NaYPc^1W>#@&c5YW{1Q zto6;W7}R7~JO*8H3Gte;jl@$PjCp!a^J&edE3$kmO!?NBrw#r+FrJ#|=A*MyGUh3j zHX&Kaxo^M?Tub4ULVEgJz2=qXQjxN{$=Ey$qy&J3oBYeOQ<5dcgr_PX=a6ZeSdn4` zm2gGM^uMq*dDy*W`BeX{HMcP3P|jOu5i%=#Ceru^o-i;fH_S#p%k*q?D|>0hyr7NS zxh`OuoTJ|}zk99&zbg$rV0j4Zk+M99)>x6M^W~w1v3+}8zyHfYH?*mx1!LLOO_n1B zj7%E&KokxeW3h9w6f>_cfP$fEHSO@r8=g71)nyco!!@L-6GM3X;9DTaARs5oEoJC} z5w)#PTzAs}RyGLhZ|RMV_8__b-GjQnHCbsNsw?_oafwoZNtZ08GmxJFiaPBYx(nS0 z+55w{CXn-bOm9Azd0?r6c+pf~NRgSB(m!edA?l|~>o8C@(DxBV;x6@c!jywkNH5nh zm&=Zieq`+(Y|hRD``B|9tv*jSE_Zc|++tH&3@~gBG5TCOhwpuaR;(fKqJXKXyX#B0 zcYB1KuI@K=mOyDJxWvbb&%CLzpc1Lp$Wv{gLK9KEZx=eC0&~(1&h$GaS!d3(JKo@BnuYOm%bG%$ut6duY4hwhp=mqNl80na3!!6d09u{6 z#f0|Te$XG7QLu3_Sz{UCIg*G8fVje&=utm0u{uW=$JJQ?3NQ`F#`lgkEs7pToN4Gh*IR`KqnueA2J3YT0zNPBdf=L=Ri5zxc z&g?@*($O!v-KRI6?Jf8bAlAS}zo}Y-yI&Qd~uiS(hPb3Xtx4D`4U7m z?iFYNi($%Gq`u6~I;tenxo$N8a?OQ~=CjjYbx3 zV`+MskrlU4y1O=UBf2HE^#VLiT^w51a1uMUp_~J^SVzDp6T4laf=8fE&{c?Ou*;U0 zuHFkVy%i?pwR}5MEG%gtP;5!kbHkgLSY!`xl?!qM4a?$~VX!Vtv)2^(3;}r`JOkMB z!f2}fSrRO;ZU-BQ->|vXH+iFkyUx{uy~ z{ec3$dRF7tvWi*h6WiAjcQ z+`NTDC@oV#OroK___d5DV)#V2u9;35aeED+$lgWj_W)I^mC9qMjf#|WSh*u-I)YyZ z#Lz;~Wn@xSI%aM`T02!4|DV;Vksg03|f~a0$8wchN@hcrGR|N%4*pZQI>; z^y={J$CK{clhI&%@1PCt-#7XxeQ|5rzgcubOu2wu+W;1`MZ;?&E-TPe9LpfP= zFMD{pP2=~ho>Wdir&M*isIkvz_7+d@W1A@5Vju%9(0?Tq$ckS`erjG{LjBawB3Vhj z_9XBoo^zV;-;9ICsU^>s8sP(lR0me(2n>Q=uxH%nO*7!-13=Gi_LXJ34V(GYY&NdQ zm`!;a5eim9%R510^JF~}a7UD=0Iona0Tk!)J-rjX{+KISz^s2?L=#pI*{Vm-)&edD7BgdkjIq)_B4)&) zHf-rmZbgows!qsbQ!Lh)hNmY~G&SPruS#ZUeAB*QFQ|VnQym_$s|-ea*ER3WqXnze z%!l3Q4IR6*0D_@;+%kM{DQLhfgW)$*Vpur%W@L`o}XjBlj9Mu+YDVD?-fU#0>5{jDM!@Uj-~ zO)li78`Hxg5r#`Fmw`(0r{Pfg-x?>`9IF^%ph2bTP&Kw9qms^8Zo~{9XxxMonVo=d znU`lYTjM&o7}8} zgJi%6Jww?^I^pReG}5$U^Z7DcPvB9iCPf|W?*aPD)zNvG_Ed)Y7&?dNrxs-cZ4@|Q z^SIef_^fG4sQd>m*&T)kt$o^ER(fn+UL^PM+$v*XjD;+LhJY%Vdpz)(O1660l%AqB zme4-h%=PrQmllwBwe8Ab?Y2klJj^;pl+|OH7C?PUcPsaj`5g=*Lh$RGW^=JSYmSXb zM#HIb#QR7>6#X2QMA1z;U#-VbAzNnuI(8TT# zU1vUji!eeJyb`ld6Ng=c0D7jMwgTF#Yh%2Ego zt@^3ySZjgRJ~hphw~5MyH<%2y5D2?nZ9lXuEE27|L2?e8Wmw1sCfPlu7u!0;19Eat zXIa8VgxH)0{cD#*sT%!SFggD#2e8D$!^1=TLW&H2$wT}%PQ)Gj!owMUqNf#06w}m+ z15F)v<}L{4IeK#nZFjX2UYm{Y+8>*G)X}}^=)4j zS)s@~XB>nZ)kHxk6XfI`JGwY_-M12cP}M#>`*QiB6YU#68z*9H5rP@+%%9y^q}oK9ed4tsHRlW>PLnG>WBSxL9OYwf z0MhjLaBx9BvQ7wuhM8LEEKI({2*Z$R=8`d1DdS5vSTG4ld%LIF)$0Vi^YESO^L?`6 z*1dYQd75s8{5m)!gY9V88xQFI9^Dzo2Se7|-rX5T2fMx9y+J=b*p2u0$NSs8;dr;d zH`s|nI^3bX@jl({4fhAV?I+-nn1cm#wYRuX-((XP_S0{t(;JgLyEL!H#R#6W1=v;nj@$fLmaV z5fJVR2CJx{O(kUheG$h@9!tv86*Ka)jj7C->>7J3h*^qgB4i9ytg;(}bVpGR9p-+zt?N(W4@4B zf;6-mv6x4V$_A6wZ|myDqcfE;9z1Z3u}8?YCK)PME|MD=k75T!ivKHo(qW z=K9Q7N}aaNY;BL)J<=n6^6l1;e5<*7NSE>Z8p%fX|NQK}I!C_~*wpd~`tT(vR1ITz z7BHw~@X$|0e`@OL*MfUmb{{QThYyQfbR8g06$a<)U_VtaZT(h71X&O6$=k|?kas&j z9tEm-$*VjIwlD?-pqZ`&6rw98u_>K-3RU9l4~RI1SfTGHND!>!6jiBqiNQ4*Eulf1 zAleq7+3G)E2Gv&o!8HA@f67J+U4(DD_7M7`{dXcozBrLh>ty*!b)|gP0t;rJ0-u~e zM9DnF_zlS>R7Ozg7^C$$6b|MV1Ayji(;)j=YzH$Qu1MP~NE?|0PdW&Por2-4kkGq- zi18wGIK>$74uFU|({zHt_ z){An{sw?_zfNO>^tOK)FX?_U`+0~TQ0LaLOFvw(^jaXzk%90C!WUC7gJQ|v8IWpM_ zo#Z>zY-)pl(0w>7AQeJ0ay`uzMaC@-VKZtsJ zgT3Bvyce=Cq|xrqa2(Tv-rjhyH{7AagWZT89PIXcdwaVv+wQZd?OX5*PE2bJ#(Qs| zPX>B^X(+v11b2SvM*eb{Ew)&h|FQ_r;O*j{PV1Cn3AjsNY4w(@+K|zZ_F3598}@s{ z?JyqG-QMml?eFf4x5x2dr@wR13*#XTcXzk<`r$C%-HyjB8Vm+QHXaY_t7Zq$ylifW zPhU4n>WdeSrxO#aQ7@xb31O(4k~Ck$B7svX^R97tnmmqQI_*3G-sUU&1t+$#T0BFw zNBk)V><^SJLvDxoqn&k-S6-Bx5q;kv4h=^4cWLC?v7)+zjwg&S=?s( z+Xve_^^<6~95mg09C4gaKZ`);ix1)wSD9YAbkSWV;*x_B0N>Db7id1pSL8O>mpF$Xb=MY}%xN0YM5HSNL(wS(1_&!uL)@=bcWml(*_PI% zIxhdkCH5jd4@*N1=7rn?$>A}f4uX~@lF?`m#f@#DqS8(wOFIRW@Yi3>MM3^iKwaT9 zuP!YV!$SSdm{iJFZ#e~HK*t}-Pp2MaRwPmek0I(%kxe9x*av9zZjqQ*S}9Dp(L_Gj zLekhRbBlMo1^=*oJwPR5GFN}cT270n3dVv%^Mdz&Iwd?MC83V7b|=n4>l<$*hWhcm z;+N5)KWYPn+FDW==~ko;_Gr<0w6MLN&3omtFw0PxiV1ujFICOF^+isqMfb<=;<3_G z`3LcR6#Vyad=$Ly^}zYEnahW+EaM_-UMLZS@~tx;+Kb%fVtZ8`H$H?i`apyvA8u{| zBV{_|WqFM0 z>t$tB0+da_wSHG0@W$;2&_ol0_S z2pSHck{HIdybbEG2z+EVFOx8SHQTMP+3wd_v)u>QZ1>4)b~}97;trdmk~qb)+ub#y zsiBAU7ZbV`M&MMx{`WVBXC*M=M&wosqpxrFn{@1wOZgC27WsLxB<~GlS-A(CMP;F9 zuNlh_sj=KJ%9@vq9qF#BiI`i!t5UkyAk?j2yTJ^fexMy}rWmtxeK}vSETNcYhv-zl zeb3WK^X~==52gtIX1xLshwW!p0eqdi_rZ=}Xb0rV8D_0A?mRFr4WAtKdxM?bmsm;- z#Fg8jZ>)#fy6B3>}xiC zu)MI7Jy_Tkbm*K(vgbTh2%=?r#cx^4l!A>Hm|)?nsqVc<{F2+iplvX5?j8`aBZ1qo zfhx{|E!JJu_XCpLR?&AwxTY+;ape)3h>MUW7X}m+b$}JT;|&Bz+sDbdKXx&>1Z2}U zg04(Y#R2fp0dR|$m?F(kIZG3p(MiIZ@}^4;WF84cs=!Z~lPOhG3+QbUbRL%FF1`G* z@~YOyBBdbLTCsJ5!)c?pf=60No0R~@v5=caJjPQQ3MrY&V1;Z@afvu-g};zTGJs=x z22EXHOS%Iie-LZ(bd!i|N3M9pLTW&m7K^TY6|Cnk%zTs}b8#ljbSUgRu~~ z$|cPffnl*g4(@LESU2Z0MC7l&$(76GfSGquFbVUDf4FxbfJWtX21fHc$@840HV_J& zPr7%t>)&;Hz4-uiQ-_y;-C9QQk?0fl#U%g~Rk{x%Q8;QVASkLN*T`? zyFM_5BMbj=JgiRjIsMcsr!p_Ht_mg3a%cS79gO2K+uslSdwYBPltz1F79YfPXD^Nq z*dQ9xgE8$z`)Fe6x7>u9y9T~0W|!;q({a1}8L7|t z^B`!s7Jg6EEH{RgE|BHkjdCwG<#ae}35{d@P@OKYf}9_kZ}rx(POM`n^>gW_;uK&M z%*QA9EG$qWeE$)lG%SNd2TdMMPwq3Vequn&`;W$L$AvL+ZqY1jcl;GPP1~I|y209` z_vJUgeE#Kgr=5#TBw{ju4P>gbt}h`i=C(io^4UiRbHHHb@cl`7P|5VQ8*k7 z_jlr6JZ^W|rnYFE^1z5VTQZ_M@weKzRtFdFUjcOtsoJJ_cEUOc3GW6J13 zyx-g2>G$a%9E^uUI@sQMf}_{N%~eGl^Lq@eSjX*KKRlki>vqJKfzo~@JX+VQXTYRg z#0&MQuPghSc+SNrhTl*4^}GFLxU{RL;<;dHD~Plnc?T=>01_SGgzX*-2Va5*W<&t5 zH6OsM-a`{Q=a~fo8j9v*%VC-|58@HnOcwIf7+@S~(c`g~$cAc$_Wz#%y|l(8eKG#h z%AK_s4?0)^osx?RdP<#Y8FE^0;6Xs;-v>*%?9rOxs*R`qQ9-M&$!CLbUcrJav>Mj7 zSXwB^-GjQ-AA~fe13=fKDPdY=L^u(jTzxz@JUhBL2H>+v`J!f3Uic~Tr zo+(mSS}UJQ#th{O$n8w;%#rmYcL+`H=p4P?DZ6EI-QX!Cy~Wd9imey;SJ!I@FpJFi zGAZJe`ztUKrh|Z37<^YaU<9wZjyEJ9S?n&9!xdJ~US)!my*l=K?q z2etH)-U|J^Ms$4zy`UWm!iaz=deej?T`T5+S_!zdL4A)r?GKUp45l zHZ=_>8Bj%(Ldy6_V{w4Az8Sq?MA_(h0Gol&r}WkuyiJ_~2Z>?}cbL>Yoct*x(yfoJ zJo#*jGF16thZywn>oJAg8bg_spKh)zspDyei_anFvwOs0 z>MoguKTT&f)7jUvn3W;5nF*+^_>o<^m9v226CRxQLGNG(&{8py@l*?;7i_}r+aqI- z+2Sha;u;#L1I(T3uT0yfP;F3lCs-ibWbdia$0YMfkx)R4GOlU@u4~LY!z`}Ewr!dq zK*R)f*OJo=fQ#;y9Mdo`6+oAlxv|zD5xa!`-kBF49TyyzEw5yR;KXC z#(ca~kn1=nzZNtB6iFLiO^#X2Q&yv57((pFji{ihIh)TkV`>^QnFE^bYJeEzE|$we z{L85Ak?GQmV=%A-I_v^GfZ?r+4RYmB@;o|$qq7tSt!Y4*cm0&Hn9S{_&cCV<_xk++ zUK?~YVJth0b0$wyo;U5$V*yBtvT*6CxL06H+B8)VTf>CW)TDF%gs>EVIiPR#oF#Lj z6&y_5wUm@Y#8A1&?8hLAK`g3EBgV@^e-hI$cXhr%r^11V@J3{hszCVt`41MIw-mS< zQoT%6?8BKaJ4-JYLjrk!K>EEMa!&@zRm5U0nL>bsI;FQ<6mr?+vC$v&v<{KbIr%?i zyGQQHw%T0m?2-#>u*Q8==`m1V1S4L+{)LS7?+rlNsEu$;wOL=p_4N~#a5109--G+~ z_f&E7B28H>V(Ioip=rAzw>k}JrV0agxrlTeirK74EvklHBKr-4iiR(hT)Y@$h3zhg=AIu&=R5qtPrmFtX3tv9G9(7n+V ztN_H((EgWy@gI4^23>0ypHiu}E&g?Ja(MjqB$!3PMC7w9`SLb;yqTa=^KS0 zHeN7gG-9$%0`mEDtJUy;%@gJ#{h3OAov(QKmPxG|eovzb!^avP(yU?i6Ew^IzCfwf zD)BEw#!_O$b0y;Zj!I?}0CCG5ya?Q%8I>%}0b@0Ui0qb4V6Bu+1CcF_9(gnu*;$(LF#WKpYiCFgF}r+~)p0VhOUOF-ko z%6CN?F-iJ6WX97%_odbPMBeh0>*hf{P2%ob3v&Yi4Tm%On@GvY>r3*<7FGW7^$F4M zg;HpyKo0entxu!wXyN~@PvreK?`;#0nSH!A&Fq``o*6oUx}9v6#FiRxC&u@QleKlT zuewI{=^BY_Ym-0^t0Q+a_|y*H>?_z5&)U~=NuJt0dZ(U$D$7ms)b34yQWuIzXL~bfl&EG}4Mmya(jW^g7r%^&vG$8X{^&FKBL$|a+->&VGht6m^vBD3(?(7#5r&-IMn zuWag(v-?~#YwJcVc{&tzPT>ClH0`yJe8SUfw6tG8IErpLif@;X0!gEvOpVBoCs!SE z{?k>59G|>7xjN~P^LLk59rEt{>h#^&W3Y^OAiS{~Vo*cJ z$opN*3(7wvO;yZf7cjkfI_cbZX&ACB@2>F(;&dt2#eIa|c^$a#>K)U)W8)6|Vz$oG zQRyv7CwhhZ{aY%j#B$^GQP&_jFCQ6X>={c zn5XtjL8I$3#=M*))1B+aZV(5lP?^@QZmaPd{MLTev=j~UK>4#=W@sWo`hz`?Ao@!l ztVt8S%8Xap^coWmHa(iGJL7uQ2iMk;dTk=EM&#q?$1O?yI{9C;A_u*HRgLR^*3U!w zpGDZ&%Cv-+L+zxL2V<(HYq#-${?{LF*ZhBj!A^hoPyO%r_<8Zo)|jVTdOce$#d6XW zgh|Qnd2avAc*bJN6Z>~6id3<@)p~&yQ9R`N!=Eq7$=NCRl{#4XF5x!}s(jL%yrg#u zf*)RzDOIf(WJ)81p-)5RR~NWEJG`ou7_gN-LYe_P3dHpi$yAZ#trq~OFGZFyhs@t0 zO88OwdCq1T1g}Xp6BtxK3v|~Ri3H)f$y%o5rQYFSw|hyZLfjC=p;u7FmCjvl5m}_I z7Y_1Dk-I4mr(}j1cl4IIVmf06)oOVDl0{@(bUzV)?$8 z3y-;GUyz@LyuoO{qj#4bQjCieYAcfBUHa{XA-Vwry!WeN1|>cuaUk5}w}ZEB4N~-N61=t}QI6 z+@ne_p7-ESx*smn`J9uq^B`C@5_9prKxg}?Mn|%EE z(Bq#!1AUf8;1I*t%8gvz#;sfw;dI45cb#2mRWg^C_PQABDbelW3>{5r3J3@{=9_9v zXD&#$YYfL-yyU=_nXdH@pQp%wc>dq$`SopY{Lxr`FL^Y98+}1I8Oz>+RDvZc;5#ygR|8UNovY-NvFz1Z z;N!0S7y5P?kwd67Xe%5wUi?}c=P9VTGZC>b7Z}2nuPY0*TeF*pOVZ8A(q~r59aeI9 znn3c$l{?CSG7pL%7p53vwbG@C-QAopdTUGk>iyGcy&!kYnVT#qz@k)R4Mgmgr3ALV zS8%cQLU%;V&R%p|r2vN!Y3%nHMCBwSw7T##7p)hIZ3j5wJLXx{P?&AH6y`dJUV0rjgQH zbVBuLbw?Q#g4-d=WPn1|b%0xXiQ|K=^IU=D2TKWch~`6hdzK?=z3{S9A@vt>+NrcW zBSOP*Y1K*jR?6}q+UobZxJ-Ivkjwc??G``LyBo~*l{Kp_NOi^`%NQ?pbBDcDTW$Sm zd-UJx+cplbZ9i&zFSoZQFCXk9m@Hl(aHIaBSIQD(%yeH(jdU_&G*u-pzM~3CFtNx$ zrYDWYG5q*+zgS%tUG47j?rUY+Oe-3~&SE_(1Gsm-QFQjuQrE&>gqUt_O1xZ9Y zVbZ2SiPX<3hU#Xj1JuF21b}769perMA;u_mOXZd<(yg+M;2%nuNrhc7mWhe`C z7n`GoXRuZ|+Vo8GjB$}$*#mngNSqW3LikmsHrwJ{kkfNKfe8E#c4x?qv*5HiWYd2VYbTFDCT zW_TtD$Ocs5#N|sTa5b9+(*65p^QCUUQnUiW59Ivf#NO=oqHTW869MdlxVbAux@|Q| zKoG&A?TVbAT)aj8;n+tm?x>8EKQlnh7Ep!b3e^hHMOsH&!9~{d2cAy5%R2g=JiIv9 zN5P(IksxPK%+R8W6sn*}fE}}4f?ICPYA7ga4A2 z-ZGhAG-{i5oA!dy+H1fw<^5^L`&asDu>W}YDzP%_vVs1oz#4NScOICWBDSS~mOO0zV^f=vcMzqov!kO$dXA zyxHE+Wb4)ry${JK|Ln#1C;U9>{A1qSqZz-Jf7<_lpC1GXh3HQRRU&?yx3?k>5QxttbZ){Q~6ZWo6Yamdr{g=0isN5MF9{*@**phdFtR$BadA= zTKQCpVlvf=g&q|c4H5Z*MdY1L53$nSvcdhc_spL^fByXW^S|Tg{|^8F|Nk%19o+!n F1pspH05Sjo literal 0 HcmV?d00001 diff --git a/assets/rke2-cilium/rke2-cilium-1.11.102.tgz b/assets/rke2-cilium/rke2-cilium-1.11.102.tgz new file mode 100755 index 0000000000000000000000000000000000000000..b680aa7ea0bb19d97590cb159f5b3c88aeca2ce1 GIT binary patch literal 67421 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 literal 0 HcmV?d00001 diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/Chart.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/Chart.yaml new file mode 100755 index 0000000..b7e9999 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/Chart.yaml @@ -0,0 +1,13 @@ +apiVersion: v1 +description: eBPF-based Networking, Security, and Observability +home: https://cilium.io/ +keywords: +- cilium +kubeVersion: '>= 1.12.0-0' +maintainers: +- email: charts@rancher.com + name: Rancher Labs +name: rke2-cilium +sources: +- https://github.com/rancher/rke2-charts +version: 1.11.101 diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/.helmignore b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/.helmignore new file mode 100755 index 0000000..0e8a0eb --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/.helmignore @@ -0,0 +1,23 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*.orig +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/Chart.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/Chart.yaml new file mode 100755 index 0000000..4467531 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/Chart.yaml @@ -0,0 +1,88 @@ +annotations: + artifacthub.io/crds: | + - kind: CiliumNetworkPolicy + version: v2 + name: ciliumnetworkpolicies.cilium.io + displayName: Cilium Network Policy + description: | + Cilium Network Policies provide additional functionality beyond what + is provided by standard Kubernetes NetworkPolicy such as the ability + to allow traffic based on FQDNs, or to filter at Layer 7. + - kind: CiliumClusterwideNetworkPolicy + version: v2 + name: ciliumclusterwidenetworkpolicies.cilium.io + displayName: Cilium Clusterwide Network Policy + description: | + Cilium Clusterwide Network Policies support configuring network traffic + policiies across the entire cluster, including applying node firewalls. + - kind: CiliumExternalWorkload + version: v2 + name: ciliumexternalworkloads.cilium.io + displayName: Cilium External Workload + description: | + Cilium External Workload supports configuring the ability for external + non-Kubernetes workloads to join the cluster. + - kind: CiliumLocalRedirectPolicy + version: v2 + name: ciliumlocalredirectpolicies.cilium.io + displayName: Cilium Local Redirect Policy + description: | + Cilium Local Redirect Policy allows local redirects to be configured + within a node to support use cases like Node-Local DNS or KIAM. + - kind: CiliumNode + version: v2 + name: ciliumnodes.cilium.io + displayName: Cilium Node + description: | + Cilium Node represents a node managed by Cilium. It contains a + specification to control various node specific configuration aspects + and a status section to represent the status of the node. + - kind: CiliumIdentity + version: v2 + name: ciliumidentities.cilium.io + displayName: Cilium Identity + description: | + Cilium Identity allows introspection into security identities that + Cilium allocates which identify sets of labels that are assigned to + individual endpoints in the cluster. + - kind: CiliumEndpoint + version: v2 + name: ciliumendpoints.cilium.io + displayName: Cilium Endpoint + description: | + Cilium Endpoint represents the status of individual pods or nodes in + the cluster which are managed by Cilium, including enforcement status, + IP addressing and whether the networking is succesfully operational. + - kind: CiliumEndpointSlice + version: v2alpha1 + name: ciliumendpointslices.cilium.io + displayName: Cilium Endpoint Slice + description: | + Cilium Endpoint Slice represents the status of groups of pods or nodes + in the cluster which are managed by Cilium, including enforcement status, + IP addressing and whether the networking is succesfully operational. + - kind: CiliumEgressNATPolicy + version: v2alpha1 + name: ciliumegressnatpolicies.cilium.io + displayName: Cilium Egress NAT Policy + description: | + Cilium Egress NAT Policy provides control over the way that traffic + leaves the cluster and which source addresses to use for that traffic. +apiVersion: v2 +appVersion: 1.11.1 +description: eBPF-based Networking, Security, and Observability +home: https://cilium.io/ +icon: https://cdn.jsdelivr.net/gh/cilium/cilium@v1.11.1/Documentation/images/logo-solo.svg +keywords: +- BPF +- eBPF +- Kubernetes +- Networking +- Security +- Observability +- Troubleshooting +kubeVersion: '>= 1.16.0-0' +name: cilium +sources: +- https://github.com/cilium/cilium +version: 1.11.1 diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/LICENSE b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/LICENSE new file mode 100755 index 0000000..a2e486a --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/LICENSE @@ -0,0 +1,202 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} Authors of Cilium + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/README.md b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/README.md new file mode 100755 index 0000000..2775a38 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/README.md @@ -0,0 +1,388 @@ +# cilium + +![Version: 1.11.1](https://img.shields.io/badge/Version-1.11.1-informational?style=flat-square) ![AppVersion: 1.11.1](https://img.shields.io/badge/AppVersion-1.11.1-informational?style=flat-square) + +Cilium is open source software for providing and transparently securing +network connectivity and loadbalancing between application workloads such as +application containers or processes. Cilium operates at Layer 3/4 to provide +traditional networking and security services as well as Layer 7 to protect and +secure use of modern application protocols such as HTTP, gRPC and Kafka. + +A new Linux kernel technology called eBPF is at the foundation of Cilium. +It supports dynamic insertion of eBPF bytecode into the Linux kernel at various +integration points such as: network IO, application sockets, and tracepoints +to implement security, networking and visibility logic. eBPF is highly +efficient and flexible. + +![Cilium feature overview](https://raw.githubusercontent.com/cilium/cilium/master/Documentation/images/cilium_overview.png) + +## Prerequisites + +* Kubernetes: `>= 1.16.0-0` +* Helm: `>= 3.0` + +## Getting Started + +Try Cilium on any Kubernetes distribution in under 15 minutes: + +| Minikube | Self-Managed K8s | Amazon EKS | Google GKE | Microsoft AKS | +|:-:|:-:|:-:|:-:|:-:| +| [![Minikube](https://raw.githubusercontent.com/cilium/charts/master/images/minikube.svg)](https://docs.cilium.io/en/stable/gettingstarted/k8s-install-default/) | [![Self-Managed Kubernetes](https://raw.githubusercontent.com/cilium/charts/master/images/k8s.png)](https://docs.cilium.io/en/stable/gettingstarted/k8s-install-default/) | [![Amazon EKS](https://raw.githubusercontent.com/cilium/charts/master/images/aws.svg)](https://docs.cilium.io/en/stable/gettingstarted/k8s-install-default/) | [![Google GKE](https://raw.githubusercontent.com/cilium/charts/master/images/google-cloud.svg)](https://docs.cilium.io/en/stable/gettingstarted/k8s-install-default/) | [![Microsoft AKS](https://raw.githubusercontent.com/cilium/charts/master/images/azure.svg)](https://docs.cilium.io/en/stable/gettingstarted/k8s-install-default/) | + +Or, for a quick install with the default configuration: + +``` +$ helm repo add cilium https://helm.cilium.io/ +$ helm install cilium cilium/cilium --namespace=kube-system +``` + +After Cilium is installed, you can explore the features that Cilium has to +offer from the [Getting Started Guides page](https://docs.cilium.io/en/latest/gettingstarted/). + +## Source Code + +* + +## Getting Help + +The best way to get help if you get stuck is to ask a question on the +[Cilium Slack channel](https://cilium.herokuapp.com/). With Cilium +contributors across the globe, there is almost always someone available to help. + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| affinity | object | `{"nodeAffinity":{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchExpressions":[{"key":"kubernetes.io/os","operator":"In","values":["linux"]}]},{"matchExpressions":[{"key":"beta.kubernetes.io/os","operator":"In","values":["linux"]}]}]}},"podAntiAffinity":{"requiredDuringSchedulingIgnoredDuringExecution":[{"labelSelector":{"matchExpressions":[{"key":"k8s-app","operator":"In","values":["cilium"]}]},"topologyKey":"kubernetes.io/hostname"}]}}` | Pod affinity for cilium-agent. | +| agent | bool | `true` | Install the cilium agent resources. | +| alibabacloud.enabled | bool | `false` | Enable AlibabaCloud ENI integration | +| autoDirectNodeRoutes | bool | `false` | Enable installation of PodCIDR routes between worker nodes if worker nodes share a common L2 network segment. | +| azure.enabled | bool | `false` | Enable Azure integration | +| bandwidthManager | bool | `false` | Optimize TCP and UDP workloads and enable rate-limiting traffic from individual Pods with EDT (Earliest Departure Time) through the "kubernetes.io/egress-bandwidth" Pod annotation. | +| bgp | object | `{"announce":{"loadbalancerIP":false,"podCIDR":false},"enabled":false}` | Configure BGP | +| bgp.announce.loadbalancerIP | bool | `false` | Enable allocation and announcement of service LoadBalancer IPs | +| bgp.announce.podCIDR | bool | `false` | Enable announcement of node pod CIDR | +| bgp.enabled | bool | `false` | Enable BGP support inside Cilium; embeds a new ConfigMap for BGP inside cilium-agent and cilium-operator | +| bpf.clockProbe | bool | `false` | Enable BPF clock source probing for more efficient tick retrieval. | +| bpf.lbExternalClusterIP | bool | `false` | Allow cluster external access to ClusterIP services. | +| bpf.lbMapMax | int | `65536` | Configure the maximum number of service entries in the load balancer maps. | +| bpf.monitorAggregation | string | `"medium"` | Configure the level of aggregation for monitor notifications. Valid options are none, low, medium, maximum. | +| bpf.monitorFlags | string | `"all"` | Configure which TCP flags trigger notifications when seen for the first time in a connection. | +| bpf.monitorInterval | string | `"5s"` | Configure the typical time between monitor notifications for active connections. | +| bpf.policyMapMax | int | `16384` | Configure the maximum number of entries in endpoint policy map (per endpoint). | +| bpf.preallocateMaps | bool | `false` | Enables pre-allocation of eBPF map values. This increases memory usage but can reduce latency. | +| certgen | object | `{"image":{"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/certgen","tag":"v0.1.5"},"podLabels":{},"ttlSecondsAfterFinished":1800}` | Configure certificate generation for Hubble integration. If hubble.tls.auto.method=cronJob, these values are used for the Kubernetes CronJob which will be scheduled regularly to (re)generate any certificates not provided manually. | +| certgen.podLabels | object | `{}` | Labels to be added to hubble-certgen pods | +| certgen.ttlSecondsAfterFinished | int | `1800` | Seconds after which the completed job pod will be deleted | +| cgroup | object | `{"autoMount":{"enabled":true},"hostRoot":"/run/cilium/cgroupv2"}` | Configure cgroup related configuration | +| cgroup.autoMount.enabled | bool | `true` | Enable auto mount of cgroup2 filesystem. When `autoMount` is enabled, cgroup2 filesystem is mounted at `cgroup.hostRoot` path on the underlying host and inside the cilium agent pod. If users disable `autoMount`, it's expected that users have mounted cgroup2 filesystem at the specified `cgroup.hostRoot` volume, and then the volume will be mounted inside the cilium agent pod at the same path. | +| cgroup.hostRoot | string | `"/run/cilium/cgroupv2"` | Configure cgroup root where cgroup2 filesystem is mounted on the host (see also: `cgroup.autoMount`) | +| cleanBpfState | bool | `false` | Clean all eBPF datapath state from the initContainer of the cilium-agent DaemonSet. WARNING: Use with care! | +| cleanState | bool | `false` | Clean all local Cilium state from the initContainer of the cilium-agent DaemonSet. Implies cleanBpfState: true. WARNING: Use with care! | +| cluster.id | int | `nil` | Unique ID of the cluster. Must be unique across all connected clusters and in the range of 1 to 255. Only required for Cluster Mesh. | +| cluster.name | string | `"default"` | Name of the cluster. Only required for Cluster Mesh. | +| clustermesh.apiserver.etcd.image | object | `{"pullPolicy":"IfNotPresent","repository":"quay.io/coreos/etcd","tag":"v3.4.13"}` | Clustermesh API server etcd image. | +| clustermesh.apiserver.image | object | `{"digest":"sha256:5732f2ce99096d1c740f3805260dbcfefbe6d7d18d1ac07707ff4ef9536b0ec6","pullPolicy":"IfNotPresent","repository":"quay.io/cilium/clustermesh-apiserver","tag":"v1.11.1","useDigest":true}` | Clustermesh API server image. | +| clustermesh.apiserver.nodeSelector | object | `{}` | Node labels for pod assignment ref: https://kubernetes.io/docs/user-guide/node-selection/ | +| clustermesh.apiserver.podAnnotations | object | `{}` | Annotations to be added to clustermesh-apiserver pods | +| clustermesh.apiserver.podLabels | object | `{}` | Labels to be added to clustermesh-apiserver pods | +| clustermesh.apiserver.priorityClassName | string | `""` | The priority class to use for clustermesh-apiserver | +| clustermesh.apiserver.replicas | int | `1` | Number of replicas run for the clustermesh-apiserver deployment. | +| clustermesh.apiserver.resources | object | `{}` | Resource requests and limits for the clustermesh-apiserver container of the clustermesh-apiserver deployment, such as resources: limits: cpu: 1000m memory: 1024M requests: cpu: 100m memory: 64Mi | +| clustermesh.apiserver.service.annotations | object | `{}` | Annotations for the clustermesh-apiserver For GKE LoadBalancer, use annotation cloud.google.com/load-balancer-type: "Internal" For EKS LoadBalancer, use annotation service.beta.kubernetes.io/aws-load-balancer-internal: 0.0.0.0/0 | +| clustermesh.apiserver.service.nodePort | int | `32379` | Optional port to use as the node port for apiserver access. | +| clustermesh.apiserver.service.type | string | `"NodePort"` | The type of service used for apiserver access. | +| clustermesh.apiserver.tls.admin | object | `{"cert":"","key":""}` | base64 encoded PEM values for the clustermesh-apiserver admin certificate and private key. Used if 'auto' is not enabled. | +| clustermesh.apiserver.tls.auto | object | `{"certManagerIssuerRef":{},"certValidityDuration":1095,"enabled":true,"method":"helm"}` | Configure automatic TLS certificates generation. A Kubernetes CronJob is used the generate any certificates not provided by the user at installation time. | +| clustermesh.apiserver.tls.auto.certManagerIssuerRef | object | `{}` | certmanager issuer used when clustermesh.apiserver.tls.auto.method=certmanager. If not specified, a CA issuer will be created. | +| clustermesh.apiserver.tls.auto.certValidityDuration | int | `1095` | Generated certificates validity duration in days. | +| clustermesh.apiserver.tls.auto.enabled | bool | `true` | When set to true, automatically generate a CA and certificates to enable mTLS between clustermesh-apiserver and external workload instances. If set to false, the certs to be provided by setting appropriate values below. | +| clustermesh.apiserver.tls.ca | object | `{"cert":"","key":""}` | base64 encoded PEM values for the ExternalWorkload CA certificate and private key. | +| clustermesh.apiserver.tls.ca.cert | string | `""` | Optional CA cert. If it is provided, it will be used by the 'cronJob' method to generate all other certificates. Otherwise, an ephemeral CA is generated. | +| clustermesh.apiserver.tls.ca.key | string | `""` | Optional CA private key. If it is provided, it will be used by the 'cronJob' method to generate all other certificates. Otherwise, an ephemeral CA is generated. | +| clustermesh.apiserver.tls.client | object | `{"cert":"","key":""}` | base64 encoded PEM values for the clustermesh-apiserver client certificate and private key. Used if 'auto' is not enabled. | +| clustermesh.apiserver.tls.remote | object | `{"cert":"","key":""}` | base64 encoded PEM values for the clustermesh-apiserver remote cluster certificate and private key. Used if 'auto' is not enabled. | +| clustermesh.apiserver.tls.server | object | `{"cert":"","extraDnsNames":[],"extraIpAddresses":[],"key":""}` | base64 encoded PEM values for the clustermesh-apiserver server certificate and private key. Used if 'auto' is not enabled. | +| clustermesh.apiserver.tls.server.extraDnsNames | list | `[]` | Extra DNS names added to certificate when it's auto generated | +| clustermesh.apiserver.tls.server.extraIpAddresses | list | `[]` | Extra IP addresses added to certificate when it's auto generated | +| clustermesh.apiserver.tolerations | list | `[]` | Node tolerations for pod assignment on nodes with taints ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ | +| clustermesh.apiserver.updateStrategy | object | `{"rollingUpdate":{"maxUnavailable":1},"type":"RollingUpdate"}` | clustermesh-apiserver update strategy | +| clustermesh.useAPIServer | bool | `false` | Deploy clustermesh-apiserver for clustermesh | +| cni.binPath | string | `"/opt/cni/bin"` | Configure the path to the CNI binary directory on the host. | +| cni.chainingMode | string | `"none"` | Configure chaining on top of other CNI plugins. Possible values: - none - generic-veth - aws-cni - portmap | +| cni.confFileMountPath | string | `"/tmp/cni-configuration"` | Configure the path to where to mount the ConfigMap inside the agent pod. | +| cni.confPath | string | `"/etc/cni/net.d"` | Configure the path to the CNI configuration directory on the host. | +| cni.configMapKey | string | `"cni-config"` | Configure the key in the CNI ConfigMap to read the contents of the CNI configuration from. | +| cni.customConf | bool | `false` | Skip writing of the CNI configuration. This can be used if writing of the CNI configuration is performed by external automation. | +| cni.exclusive | bool | `true` | Make Cilium take ownership over the `/etc/cni/net.d` directory on the node, renaming all non-Cilium CNI configurations to `*.cilium_bak`. This ensures no Pods can be scheduled using other CNI plugins during Cilium agent downtime. | +| cni.hostConfDirMountPath | string | `"/host/etc/cni/net.d"` | Configure the path to where the CNI configuration directory is mounted inside the agent pod. | +| cni.install | bool | `true` | Install the CNI configuration and binary files into the filesystem. | +| containerRuntime | object | `{"integration":"none"}` | Configure container runtime specific integration. | +| containerRuntime.integration | string | `"none"` | Enables specific integrations for container runtimes. Supported values: - containerd - crio - docker - none - auto (automatically detect the container runtime) | +| customCalls | object | `{"enabled":false}` | Tail call hooks for custom eBPF programs. | +| customCalls.enabled | bool | `false` | Enable tail call hooks for custom eBPF programs. | +| daemon.runPath | string | `"/var/run/cilium"` | Configure where Cilium runtime state should be stored. | +| datapathMode | string | `"veth"` | Configure which datapath mode should be used for configuring container connectivity. Valid options are "veth" or "ipvlan". Deprecated, to be removed in v1.12. | +| debug.enabled | bool | `false` | Enable debug logging | +| disableEndpointCRD | string | `"false"` | Disable the usage of CiliumEndpoint CRD. | +| egressGateway | object | `{"enabled":false}` | Enables egress gateway (beta) to redirect and SNAT the traffic that leaves the cluster. | +| enableCiliumEndpointSlice | bool | `false` | Enable CiliumEndpointSlice feature. | +| enableCnpStatusUpdates | bool | `false` | Whether to enable CNP status updates. | +| enableCriticalPriorityClass | bool | `true` | Explicitly enable or disable priority class. .Capabilities.KubeVersion is unsettable in `helm template` calls, it depends on k8s libraries version that Helm was compiled against. This option allows to explicitly disable setting the priority class, which is useful for rendering charts for gke clusters in advance. | +| enableIPv4Masquerade | bool | `true` | Enables masquerading of IPv4 traffic leaving the node from endpoints. | +| enableIPv6Masquerade | bool | `true` | Enables masquerading of IPv6 traffic leaving the node from endpoints. | +| enableK8sEventHandover | bool | `false` | Configures the use of the KVStore to optimize Kubernetes event handling by mirroring it into the KVstore for reduced overhead in large clusters. | +| enableK8sTerminatingEndpoint | bool | `true` | Configure whether to enable auto detect of terminating state for endpoints in order to support graceful termination. | +| enableXTSocketFallback | bool | `true` | Enables the fallback compatibility solution for when the xt_socket kernel module is missing and it is needed for the datapath L7 redirection to work properly. See documentation for details on when this can be disabled: http://docs.cilium.io/en/stable/install/system_requirements/#admin-kernel-version. | +| encryption.enabled | bool | `false` | Enable transparent network encryption. | +| encryption.interface | string | `""` | Deprecated in favor of encryption.ipsec.interface. The interface to use for encrypted traffic. This option is only effective when encryption.type is set to ipsec. | +| encryption.ipsec.interface | string | `""` | The interface to use for encrypted traffic. | +| encryption.ipsec.keyFile | string | `""` | Name of the key file inside the Kubernetes secret configured via secretName. | +| encryption.ipsec.mountPath | string | `""` | Path to mount the secret inside the Cilium pod. | +| encryption.ipsec.secretName | string | `""` | Name of the Kubernetes secret containing the encryption keys. | +| encryption.keyFile | string | `"keys"` | Deprecated in favor of encryption.ipsec.keyFile. Name of the key file inside the Kubernetes secret configured via secretName. This option is only effective when encryption.type is set to ipsec. | +| encryption.mountPath | string | `"/etc/ipsec"` | Deprecated in favor of encryption.ipsec.mountPath. Path to mount the secret inside the Cilium pod. This option is only effective when encryption.type is set to ipsec. | +| encryption.nodeEncryption | bool | `false` | Enable encryption for pure node to node traffic. This option is only effective when encryption.type is set to ipsec. | +| encryption.secretName | string | `"cilium-ipsec-keys"` | Deprecated in favor of encryption.ipsec.secretName. Name of the Kubernetes secret containing the encryption keys. This option is only effective when encryption.type is set to ipsec. | +| encryption.type | string | `"ipsec"` | Encryption method. Can be either ipsec or wireguard. | +| encryption.wireguard.userspaceFallback | bool | `false` | Enables the fallback to the user-space implementation. | +| endpointHealthChecking.enabled | bool | `true` | Enable connectivity health checking between virtual endpoints. | +| endpointRoutes.enabled | bool | `false` | Enable use of per endpoint routes instead of routing via the cilium_host interface. | +| endpointStatus | object | `{"enabled":false,"status":""}` | Enable endpoint status. Status can be: policy, health, controllers, logs and / or state. For 2 or more options use a comma. | +| eni.awsReleaseExcessIPs | bool | `false` | Release IPs not used from the ENI | +| eni.ec2APIEndpoint | string | `""` | EC2 API endpoint to use | +| eni.enabled | bool | `false` | Enable Elastic Network Interface (ENI) integration. | +| eni.eniTags | object | `{}` | Tags to apply to the newly created ENIs | +| eni.iamRole | string | `""` | If using IAM role for Service Accounts will not try to inject identity values from cilium-aws kubernetes secret. Adds annotation to service account if managed by Helm. See https://github.com/aws/amazon-eks-pod-identity-webhook | +| eni.subnetIDsFilter | string | `""` | Filter via subnet IDs which will dictate which subnets are going to be used to create new ENIs | +| eni.subnetTagsFilter | string | `""` | Filter via tags (k=v) which will dictate which subnets are going to be used to create new ENIs | +| eni.updateEC2AdapterLimitViaAPI | bool | `false` | Update ENI Adapter limits from the EC2 API | +| etcd.clusterDomain | string | `"cluster.local"` | Cluster domain for cilium-etcd-operator. | +| etcd.enabled | bool | `false` | Enable etcd mode for the agent. | +| etcd.endpoints | list | `["https://CHANGE-ME:2379"]` | List of etcd endpoints (not needed when using managed=true). | +| etcd.extraArgs | list | `[]` | Additional cilium-etcd-operator container arguments. | +| etcd.extraConfigmapMounts | list | `[]` | Additional cilium-etcd-operator ConfigMap mounts. | +| etcd.extraHostPathMounts | list | `[]` | Additional cilium-etcd-operator hostPath mounts. | +| etcd.extraInitContainers | list | `[]` | Additional InitContainers to initialize the pod. | +| etcd.image | object | `{"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/cilium-etcd-operator","tag":"v2.0.7"}` | cilium-etcd-operator image. | +| etcd.k8sService | bool | `false` | If etcd is behind a k8s service set this option to true so that Cilium does the service translation automatically without requiring a DNS to be running. | +| etcd.nodeSelector | object | `{}` | Node labels for cilium-etcd-operator pod assignment ref: https://kubernetes.io/docs/user-guide/node-selection/ | +| etcd.podAnnotations | object | `{}` | Annotations to be added to cilium-etcd-operator pods | +| etcd.podDisruptionBudget | object | `{"enabled":true,"maxUnavailable":2}` | PodDisruptionBudget settings ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ | +| etcd.podLabels | object | `{}` | Labels to be added to cilium-etcd-operator pods | +| etcd.priorityClassName | string | `""` | The priority class to use for cilium-etcd-operator | +| etcd.resources | object | `{}` | cilium-etcd-operator resource limits & requests ref: https://kubernetes.io/docs/user-guide/compute-resources/ | +| etcd.securityContext | object | `{}` | Security context to be added to cilium-etcd-operator pods | +| etcd.ssl | bool | `false` | Enable use of TLS/SSL for connectivity to etcd. (auto-enabled if managed=true) | +| etcd.tolerations | list | `[{"operator":"Exists"}]` | Node tolerations for cilium-etcd-operator scheduling to nodes with taints ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ | +| etcd.updateStrategy | object | `{"rollingUpdate":{"maxSurge":1,"maxUnavailable":1},"type":"RollingUpdate"}` | cilium-etcd-operator update strategy | +| externalIPs.enabled | bool | `false` | Enable ExternalIPs service support. | +| externalWorkloads | object | `{"enabled":false}` | Configure external workloads support | +| externalWorkloads.enabled | bool | `false` | Enable support for external workloads, such as VMs (false by default). | +| extraArgs | list | `[]` | Additional agent container arguments. | +| extraConfig | object | `{}` | extraConfig allows you to specify additional configuration parameters to be included in the cilium-config configmap. | +| extraConfigmapMounts | list | `[]` | Additional agent ConfigMap mounts. | +| extraEnv | object | `{}` | Additional agent container environment variables. | +| extraHostPathMounts | list | `[]` | Additional agent hostPath mounts. | +| extraInitContainers | list | `[]` | Additional InitContainers to initialize the pod. | +| gke.enabled | bool | `false` | Enable Google Kubernetes Engine integration | +| healthChecking | bool | `true` | Enable connectivity health checking. | +| healthPort | int | `9876` | TCP port for the agent health API. This is not the port for cilium-health. | +| hostFirewall | object | `{"enabled":false}` | Configure the host firewall. | +| hostFirewall.enabled | bool | `false` | Enables the enforcement of host policies in the eBPF datapath. | +| hostPort.enabled | bool | `false` | Enable hostPort service support. | +| hostServices | object | `{"enabled":false,"protocols":"tcp,udp"}` | Configure ClusterIP service handling in the host namespace (the node). | +| hostServices.enabled | bool | `false` | Enable host reachable services. | +| hostServices.protocols | string | `"tcp,udp"` | Supported list of protocols to apply ClusterIP translation to. | +| hubble.enabled | bool | `true` | Enable Hubble (true by default). | +| hubble.listenAddress | string | `":4244"` | An additional address for Hubble to listen to. Set this field ":4244" if you are enabling Hubble Relay, as it assumes that Hubble is listening on port 4244. | +| hubble.metrics | object | `{"enabled":null,"port":9091,"serviceAnnotations":{},"serviceMonitor":{"enabled":false,"labels":{}}}` | Hubble metrics configuration. See https://docs.cilium.io/en/stable/configuration/metrics/#hubble-metrics for more comprehensive documentation about Hubble metrics. | +| hubble.metrics.enabled | string | `nil` | Configures the list of metrics to collect. If empty or null, metrics are disabled. Example: enabled: - dns:query;ignoreAAAA - drop - tcp - flow - icmp - http You can specify the list of metrics from the helm CLI: --set metrics.enabled="{dns:query;ignoreAAAA,drop,tcp,flow,icmp,http}" | +| hubble.metrics.port | int | `9091` | Configure the port the hubble metric server listens on. | +| hubble.metrics.serviceAnnotations | object | `{}` | Annotations to be added to hubble-metrics service. | +| hubble.metrics.serviceMonitor.enabled | bool | `false` | Create ServiceMonitor resources for Prometheus Operator. This requires the prometheus CRDs to be available. ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml) | +| hubble.metrics.serviceMonitor.labels | object | `{}` | Labels to add to ServiceMonitor hubble | +| hubble.relay.dialTimeout | string | `nil` | Dial timeout to connect to the local hubble instance to receive peer information (e.g. "30s"). | +| hubble.relay.enabled | bool | `false` | Enable Hubble Relay (requires hubble.enabled=true) | +| hubble.relay.image | object | `{"digest":"sha256:23d40b2a87a5bf94e0365bd9606721c96f78b8304b61725dca45a0b8a6048203","pullPolicy":"IfNotPresent","repository":"quay.io/cilium/hubble-relay","tag":"v1.11.1","useDigest":true}` | Hubble-relay container image. | +| hubble.relay.listenHost | string | `""` | Host to listen to. Specify an empty string to bind to all the interfaces. | +| hubble.relay.listenPort | string | `"4245"` | Port to listen to. | +| hubble.relay.nodeSelector | object | `{}` | Node labels for pod assignment ref: https://kubernetes.io/docs/user-guide/node-selection/ | +| hubble.relay.podAnnotations | object | `{}` | Annotations to be added to hubble-relay pods | +| hubble.relay.podLabels | object | `{}` | Labels to be added to hubble-relay pods | +| hubble.relay.priorityClassName | string | `""` | The priority class to use for hubble-relay | +| hubble.relay.replicas | int | `1` | Number of replicas run for the hubble-relay deployment. | +| hubble.relay.resources | object | `{}` | Specifies the resources for the hubble-relay pods | +| hubble.relay.retryTimeout | string | `nil` | Backoff duration to retry connecting to the local hubble instance in case of failure (e.g. "30s"). | +| hubble.relay.rollOutPods | bool | `false` | Roll out Hubble Relay pods automatically when configmap is updated. | +| hubble.relay.sortBufferDrainTimeout | string | `nil` | When the per-request flows sort buffer is not full, a flow is drained every time this timeout is reached (only affects requests in follow-mode) (e.g. "1s"). | +| hubble.relay.sortBufferLenMax | string | `nil` | Max number of flows that can be buffered for sorting before being sent to the client (per request) (e.g. 100). | +| hubble.relay.tls | object | `{"client":{"cert":"","key":""},"server":{"cert":"","enabled":false,"extraDnsNames":[],"extraIpAddresses":[],"key":""}}` | TLS configuration for Hubble Relay | +| hubble.relay.tls.client | object | `{"cert":"","key":""}` | base64 encoded PEM values for the hubble-relay client certificate and private key This keypair is presented to Hubble server instances for mTLS authentication and is required when hubble.tls.enabled is true. These values need to be set manually if hubble.tls.auto.enabled is false. | +| hubble.relay.tls.server | object | `{"cert":"","enabled":false,"extraDnsNames":[],"extraIpAddresses":[],"key":""}` | base64 encoded PEM values for the hubble-relay server certificate and private key | +| hubble.relay.tls.server.extraDnsNames | list | `[]` | extra DNS names added to certificate when its auto gen | +| hubble.relay.tls.server.extraIpAddresses | list | `[]` | extra IP addresses added to certificate when its auto gen | +| hubble.relay.tolerations | list | `[]` | Node tolerations for pod assignment on nodes with taints ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ | +| hubble.relay.updateStrategy | object | `{"rollingUpdate":{"maxUnavailable":1},"type":"RollingUpdate"}` | hubble-relay update strategy | +| hubble.socketPath | string | `"/var/run/cilium/hubble.sock"` | Unix domain socket path to listen to when Hubble is enabled. | +| hubble.tls | object | `{"auto":{"certManagerIssuerRef":{},"certValidityDuration":1095,"enabled":true,"method":"helm","schedule":"0 0 1 */4 *"},"ca":{"cert":"","key":""},"enabled":true,"server":{"cert":"","extraDnsNames":[],"extraIpAddresses":[],"key":""}}` | TLS configuration for Hubble | +| hubble.tls.auto | object | `{"certManagerIssuerRef":{},"certValidityDuration":1095,"enabled":true,"method":"helm","schedule":"0 0 1 */4 *"}` | Configure automatic TLS certificates generation. | +| hubble.tls.auto.certManagerIssuerRef | object | `{}` | certmanager issuer used when hubble.tls.auto.method=certmanager. If not specified, a CA issuer will be created. | +| hubble.tls.auto.certValidityDuration | int | `1095` | Generated certificates validity duration in days. | +| 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. | +| 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. | +| 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/tasks/job/automated-tasks-with-cron-jobs/#schedule | +| hubble.tls.ca | object | `{"cert":"","key":""}` | base64 encoded PEM values for the Hubble CA certificate and private key. | +| hubble.tls.ca.key | string | `""` | The CA private key (optional). If it is provided, then it will be used by hubble.tls.auto.method=cronJob to generate all other certificates. Otherwise, a ephemeral CA is generated if hubble.tls.auto.enabled=true. | +| hubble.tls.enabled | bool | `true` | Enable mutual TLS for listenAddress. Setting this value to false is highly discouraged as the Hubble API provides access to potentially sensitive network flow metadata and is exposed on the host network. | +| hubble.tls.server | object | `{"cert":"","extraDnsNames":[],"extraIpAddresses":[],"key":""}` | base64 encoded PEM values for the Hubble server certificate and private key | +| hubble.tls.server.extraDnsNames | list | `[]` | Extra DNS names added to certificate when it's auto generated | +| hubble.tls.server.extraIpAddresses | list | `[]` | Extra IP addresses added to certificate when it's auto generated | +| hubble.ui.backend.image | object | `{"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/hubble-ui-backend","tag":"v0.8.5@sha256:2bce50cf6c32719d072706f7ceccad654bfa907b2745a496da99610776fe31ed"}` | Hubble-ui backend image. | +| hubble.ui.backend.resources | object | `{}` | Resource requests and limits for the 'backend' container of the 'hubble-ui' deployment. | +| hubble.ui.enabled | bool | `false` | Whether to enable the Hubble UI. | +| hubble.ui.frontend.image | object | `{"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/hubble-ui","tag":"v0.8.5@sha256:4eaca1ec1741043cfba6066a165b3bf251590cf4ac66371c4f63fbed2224ebb4"}` | Hubble-ui frontend image. | +| hubble.ui.frontend.resources | object | `{}` | Resource requests and limits for the 'frontend' container of the 'hubble-ui' deployment. | +| hubble.ui.ingress | object | `{"annotations":{},"enabled":false,"hosts":["chart-example.local"],"tls":[]}` | hubble-ui ingress configuration. | +| hubble.ui.nodeSelector | object | `{}` | Node labels for pod assignment ref: https://kubernetes.io/docs/user-guide/node-selection/ | +| hubble.ui.podAnnotations | object | `{}` | Annotations to be added to hubble-ui pods | +| hubble.ui.podLabels | object | `{}` | Labels to be added to hubble-ui pods | +| hubble.ui.priorityClassName | string | `""` | The priority class to use for hubble-ui | +| hubble.ui.proxy.image | object | `{"pullPolicy":"IfNotPresent","repository":"docker.io/envoyproxy/envoy","tag":"v1.18.4@sha256:e5c2bb2870d0e59ce917a5100311813b4ede96ce4eb0c6bfa879e3fbe3e83935"}` | Hubble-ui ingress proxy image. | +| hubble.ui.proxy.resources | object | `{}` | Resource requests and limits for the 'proxy' container of the 'hubble-ui' deployment. | +| hubble.ui.replicas | int | `1` | The number of replicas of Hubble UI to deploy. | +| hubble.ui.rollOutPods | bool | `false` | Roll out Hubble-ui pods automatically when configmap is updated. | +| hubble.ui.securityContext.enabled | bool | `true` | Whether to set the security context on the Hubble UI pods. | +| hubble.ui.standalone.enabled | bool | `false` | When true, it will allow installing the Hubble UI only, without checking dependencies. It is useful if a cluster already has cilium and Hubble relay installed and you just want Hubble UI to be deployed. When installed via helm, installing UI should be done via `helm upgrade` and when installed via the cilium cli, then `cilium hubble enable --ui` | +| hubble.ui.standalone.tls.certsVolume | object | `{}` | When deploying Hubble UI in standalone, with tls enabled for Hubble relay, it is required to provide a volume for mounting the client certificates. | +| hubble.ui.tls.client | object | `{"cert":"","key":""}` | base64 encoded PEM values used to connect to hubble-relay This keypair is presented to Hubble Relay instances for mTLS authentication and is required when hubble.relay.tls.server.enabled is true. These values need to be set manually if hubble.tls.auto.enabled is false. | +| hubble.ui.tolerations | list | `[]` | Node tolerations for pod assignment on nodes with taints ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ | +| hubble.ui.updateStrategy | object | `{"rollingUpdate":{"maxUnavailable":1},"type":"RollingUpdate"}` | hubble-ui update strategy. | +| identityAllocationMode | string | `"crd"` | Method to use for identity allocation (`crd` or `kvstore`). | +| image | object | `{"digest":"sha256:251ff274acf22fd2067b29a31e9fda94253d2961c061577203621583d7e85bd2","pullPolicy":"IfNotPresent","repository":"quay.io/cilium/cilium","tag":"v1.11.1","useDigest":true}` | Agent container image. | +| imagePullSecrets | string | `nil` | Configure image pull secrets for pulling container images | +| installIptablesRules | bool | `true` | Configure whether to install iptables rules to allow for TPROXY (L7 proxy injection), iptables-based masquerading and compatibility with kube-proxy. | +| installNoConntrackIptablesRules | bool | `false` | Install Iptables rules to skip netfilter connection tracking on all pod traffic. This option is only effective when Cilium is running in direct routing and full KPR mode. Moreover, this option cannot be enabled when Cilium is running in a managed Kubernetes environment or in a chained CNI setup. | +| ipMasqAgent | object | `{"enabled":false}` | Configure the eBPF-based ip-masq-agent | +| ipam.mode | string | `"cluster-pool"` | Configure IP Address Management mode. ref: https://docs.cilium.io/en/stable/concepts/networking/ipam/ | +| ipam.operator.clusterPoolIPv4MaskSize | int | `24` | IPv4 CIDR mask size to delegate to individual nodes for IPAM. | +| ipam.operator.clusterPoolIPv4PodCIDR | string | `"10.0.0.0/8"` | Deprecated in favor of ipam.operator.clusterPoolIPv4PodCIDRList. IPv4 CIDR range to delegate to individual nodes for IPAM. | +| ipam.operator.clusterPoolIPv4PodCIDRList | list | `[]` | IPv4 CIDR list range to delegate to individual nodes for IPAM. | +| ipam.operator.clusterPoolIPv6MaskSize | int | `120` | IPv6 CIDR mask size to delegate to individual nodes for IPAM. | +| ipam.operator.clusterPoolIPv6PodCIDR | string | `"fd00::/104"` | Deprecated in favor of ipam.operator.clusterPoolIPv6PodCIDRList. IPv6 CIDR range to delegate to individual nodes for IPAM. | +| ipam.operator.clusterPoolIPv6PodCIDRList | list | `[]` | IPv6 CIDR list range to delegate to individual nodes for IPAM. | +| ipv4.enabled | bool | `true` | Enable IPv4 support. | +| ipv6.enabled | bool | `false` | Enable IPv6 support. | +| ipvlan.enabled | bool | `false` | Enable the IPVLAN datapath (deprecated) | +| k8s | object | `{}` | Configure Kubernetes specific configuration | +| keepDeprecatedLabels | bool | `false` | Keep the deprecated selector labels when deploying Cilium DaemonSet. | +| keepDeprecatedProbes | bool | `false` | Keep the deprecated probes when deploying Cilium DaemonSet | +| kubeProxyReplacementHealthzBindAddr | string | `""` | healthz server bind address for the kube-proxy replacement. To enable set the value to '0.0.0.0:10256' for all ipv4 addresses and this '[::]:10256' for all ipv6 addresses. By default it is disabled. | +| l2NeighDiscovery.arping-refresh-period | string | `"30s"` | Override the agent's default neighbor resolution refresh period. | +| l2NeighDiscovery.enabled | bool | `true` | Enable L2 neighbor discovery in the agent | +| l7Proxy | bool | `true` | Enable Layer 7 network policy. | +| livenessProbe.failureThreshold | int | `10` | failure threshold of liveness probe | +| livenessProbe.periodSeconds | int | `30` | interval between checks of the liveness probe | +| localRedirectPolicy | bool | `false` | Enable Local Redirect Policy. | +| logSystemLoad | bool | `false` | Enables periodic logging of system load | +| maglev | object | `{}` | Configure maglev consistent hashing | +| monitor | object | `{"enabled":false}` | Specify the IPv4 CIDR for native routing (ie to avoid IP masquerade for). This value corresponds to the configured cluster-cidr. ipv4NativeRoutingCIDR: | +| monitor.enabled | bool | `false` | Enable the cilium-monitor sidecar. | +| name | string | `"cilium"` | Agent container name. | +| nodePort | object | `{"autoProtectPortRange":true,"bindProtection":true,"enableHealthCheck":true,"enabled":false}` | Configure N-S k8s service loadbalancing | +| nodePort.autoProtectPortRange | bool | `true` | Append NodePort range to ip_local_reserved_ports if clash with ephemeral ports is detected. | +| nodePort.bindProtection | bool | `true` | Set to true to prevent applications binding to service ports. | +| nodePort.enableHealthCheck | bool | `true` | Enable healthcheck nodePort server for NodePort services | +| nodePort.enabled | bool | `false` | Enable the Cilium NodePort service implementation. | +| nodeinit.bootstrapFile | string | `"/tmp/cilium-bootstrap-time"` | bootstrapFile is the location of the file where the bootstrap timestamp is written by the node-init DaemonSet | +| nodeinit.enabled | bool | `false` | Enable the node initialization DaemonSet | +| nodeinit.extraConfigmapMounts | list | `[]` | Additional nodeinit ConfigMap mounts. | +| nodeinit.extraEnv | object | `{}` | Additional nodeinit environment variables. | +| nodeinit.extraHostPathMounts | list | `[]` | Additional nodeinit host path mounts. | +| nodeinit.extraInitContainers | list | `[]` | Additional nodeinit init containers. | +| nodeinit.image | object | `{"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/startup-script","tag":"62bfbe88c17778aad7bef9fa57ff9e2d4a9ba0d8"}` | node-init image. | +| nodeinit.nodeSelector | object | `{}` | Node labels for nodeinit pod assignment ref: https://kubernetes.io/docs/user-guide/node-selection/ | +| nodeinit.podAnnotations | object | `{}` | Annotations to be added to node-init pods. | +| nodeinit.podDisruptionBudget | object | `{"enabled":true,"maxUnavailable":2}` | PodDisruptionBudget settings ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ | +| nodeinit.podLabels | object | `{}` | Labels to be added to node-init pods. | +| nodeinit.priorityClassName | string | `""` | The priority class to use for the nodeinit pod. | +| nodeinit.resources | object | `{"requests":{"cpu":"100m","memory":"100Mi"}}` | nodeinit resource limits & requests ref: https://kubernetes.io/docs/user-guide/compute-resources/ | +| nodeinit.securityContext | object | `{}` | Security context to be added to nodeinit pods. | +| nodeinit.tolerations | list | `[{"operator":"Exists"}]` | Node tolerations for nodeinit scheduling to nodes with taints ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ | +| nodeinit.updateStrategy | object | `{"type":"RollingUpdate"}` | node-init update strategy | +| operator.affinity | object | `{"podAntiAffinity":{"requiredDuringSchedulingIgnoredDuringExecution":[{"labelSelector":{"matchExpressions":[{"key":"io.cilium/app","operator":"In","values":["operator"]}]},"topologyKey":"kubernetes.io/hostname"}]}}` | cilium-operator affinity | +| operator.enabled | bool | `true` | Enable the cilium-operator component (required). | +| operator.endpointGCInterval | string | `"5m0s"` | Interval for endpoint garbage collection. | +| operator.extraArgs | list | `[]` | Additional cilium-operator container arguments. | +| operator.extraConfigmapMounts | list | `[]` | Additional cilium-operator ConfigMap mounts. | +| operator.extraEnv | object | `{}` | Additional cilium-operator environment variables. | +| operator.extraHostPathMounts | list | `[]` | Additional cilium-operator hostPath mounts. | +| operator.extraInitContainers | list | `[]` | Additional InitContainers to initialize the pod. | +| operator.identityGCInterval | string | `"15m0s"` | Interval for identity garbage collection. | +| operator.identityHeartbeatTimeout | string | `"30m0s"` | Timeout for identity heartbeats. | +| operator.image | object | `{"alibabacloudDigest":"sha256:e4b52b5579167da21fd72ec596f72f9dd7a38963a9bccf855c58af33b1b984c4","awsDigest":"sha256:61895007b65fdc703614c92072d8e81fd0562c02dd605c411a088c355840ea50","azureDigest":"sha256:dbe0da6d8cd82d036bd8d1162140c203f1375ae5a6084a09f704ddc42485f0fb","genericDigest":"sha256:977240a4783c7be821e215ead515da3093a10f4a7baea9f803511a2c2b44a235","pullPolicy":"IfNotPresent","repository":"quay.io/cilium/operator","suffix":"","tag":"v1.11.1","useDigest":true}` | cilium-operator image. | +| operator.nodeSelector | object | `{}` | Node labels for cilium-operator pod assignment ref: https://kubernetes.io/docs/user-guide/node-selection/ | +| operator.podAnnotations | object | `{}` | Annotations to be added to cilium-operator pods | +| operator.podDisruptionBudget | object | `{"enabled":false,"maxUnavailable":1}` | PodDisruptionBudget settings ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ | +| operator.podLabels | object | `{}` | Labels to be added to cilium-operator pods | +| operator.priorityClassName | string | `""` | The priority class to use for cilium-operator | +| operator.prometheus | object | `{"enabled":false,"port":6942,"serviceMonitor":{"enabled":false,"labels":{}}}` | Enable prometheus metrics for cilium-operator on the configured port at /metrics | +| operator.prometheus.serviceMonitor.enabled | bool | `false` | Enable service monitors. This requires the prometheus CRDs to be available (see https://github.com/prometheus-operator/prometheus-operator/blob/master/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml) | +| operator.prometheus.serviceMonitor.labels | object | `{}` | Labels to add to ServiceMonitor cilium-operator | +| operator.replicas | int | `2` | Number of replicas to run for the cilium-operator deployment | +| operator.resources | object | `{}` | cilium-operator resource limits & requests ref: https://kubernetes.io/docs/user-guide/compute-resources/ | +| operator.rollOutPods | bool | `false` | Roll out cilium-operator pods automatically when configmap is updated. | +| operator.securityContext | object | `{}` | Security context to be added to cilium-operator pods | +| operator.serviceAccountName | string | `"cilium-operator"` | For using with an existing serviceAccount. | +| operator.skipCRDCreation | bool | `false` | Skip CRDs creation for cilium-operator | +| operator.tolerations | list | `[{"operator":"Exists"}]` | Node tolerations for cilium-operator scheduling to nodes with taints ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ | +| operator.updateStrategy | object | `{"rollingUpdate":{"maxSurge":1,"maxUnavailable":1},"type":"RollingUpdate"}` | cilium-operator update strategy | +| podAnnotations | object | `{}` | Annotations to be added to agent pods | +| podDisruptionBudget | object | `{"enabled":true,"maxUnavailable":2}` | PodDisruptionBudget settings ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ | +| podLabels | object | `{}` | Labels to be added to agent pods | +| policyEnforcementMode | string | `"default"` | The agent can be put into one of the three policy enforcement modes: default, always and never. ref: https://docs.cilium.io/en/stable/policy/intro/#policy-enforcement-modes | +| pprof.enabled | bool | `false` | Enable Go pprof debugging | +| preflight.enabled | bool | `false` | Enable Cilium pre-flight resources (required for upgrade) | +| preflight.extraConfigmapMounts | list | `[]` | Additional preflight ConfigMap mounts. | +| preflight.extraEnv | object | `{}` | Additional preflight environment variables. | +| preflight.extraHostPathMounts | list | `[]` | Additional preflight host path mounts. | +| preflight.extraInitContainers | list | `[]` | Additional preflight init containers. | +| preflight.image | object | `{"digest":"sha256:251ff274acf22fd2067b29a31e9fda94253d2961c061577203621583d7e85bd2","pullPolicy":"IfNotPresent","repository":"quay.io/cilium/cilium","tag":"v1.11.1","useDigest":true}` | Cilium pre-flight image. | +| preflight.nodeSelector | object | `{}` | Node labels for preflight pod assignment ref: https://kubernetes.io/docs/user-guide/node-selection/ | +| preflight.podAnnotations | object | `{}` | Annotations to be added to preflight pods | +| preflight.podDisruptionBudget | object | `{"enabled":true,"maxUnavailable":2}` | PodDisruptionBudget settings ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ | +| preflight.podLabels | object | `{}` | Labels to be added to the preflight pod. | +| preflight.priorityClassName | string | `""` | The priority class to use for the preflight pod. | +| preflight.resources | object | `{}` | preflight resource limits & requests ref: https://kubernetes.io/docs/user-guide/compute-resources/ | +| preflight.securityContext | object | `{}` | Security context to be added to preflight pods | +| preflight.tofqdnsPreCache | string | `""` | Path to write the `--tofqdns-pre-cache` file to. | +| preflight.tolerations | list | `[{"effect":"NoSchedule","key":"node.kubernetes.io/not-ready"},{"effect":"NoSchedule","key":"node-role.kubernetes.io/master"},{"effect":"NoSchedule","key":"node.cloudprovider.kubernetes.io/uninitialized","value":"true"},{"key":"CriticalAddonsOnly","operator":"Exists"}]` | Node tolerations for preflight scheduling to nodes with taints ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ | +| preflight.updateStrategy | object | `{"type":"RollingUpdate"}` | preflight update strategy | +| preflight.validateCNPs | bool | `true` | By default we should always validate the installed CNPs before upgrading Cilium. This will make sure the user will have the policies deployed in the cluster with the right schema. | +| priorityClassName | string | `""` | The priority class to use for cilium-agent. | +| prometheus | object | `{"enabled":false,"metrics":null,"port":9090,"serviceMonitor":{"enabled":false,"labels":{}}}` | Configure prometheus metrics on the configured port at /metrics | +| prometheus.metrics | string | `nil` | Metrics that should be enabled or disabled from the default metric list. (+metric_foo to enable metric_foo , -metric_bar to disable metric_bar). ref: https://docs.cilium.io/en/stable/operations/metrics/#exported-metrics | +| prometheus.serviceMonitor.enabled | bool | `false` | Enable service monitors. This requires the prometheus CRDs to be available (see https://github.com/prometheus-operator/prometheus-operator/blob/master/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml) | +| prometheus.serviceMonitor.labels | object | `{}` | Labels to add to ServiceMonitor cilium-agent | +| proxy | object | `{"prometheus":{"enabled":true,"port":"9095"},"sidecarImageRegex":"cilium/istio_proxy"}` | Configure Istio proxy options. | +| proxy.sidecarImageRegex | string | `"cilium/istio_proxy"` | Regular expression matching compatible Istio sidecar istio-proxy container image names | +| rbac.create | bool | `true` | Enable creation of Resource-Based Access Control configuration. | +| readinessProbe.failureThreshold | int | `3` | failure threshold of readiness probe | +| readinessProbe.periodSeconds | int | `30` | interval between checks of the readiness probe | +| remoteNodeIdentity | bool | `true` | Enable use of the remote node identity. ref: https://docs.cilium.io/en/v1.7/install/upgrade/#configmap-remote-node-identity | +| resourceQuotas | object | `{"cilium":{"hard":{"pods":"10k"}},"enabled":false,"operator":{"hard":{"pods":"15"}}}` | Enable resource quotas for priority classes used in the cluster. | +| resources | object | `{}` | Agent resource limits & requests ref: https://kubernetes.io/docs/user-guide/compute-resources/ | +| rollOutCiliumPods | bool | `false` | Roll out cilium agent pods automatically when configmap is updated. | +| securityContext | object | `{}` | Security context to be added to agent pods | +| serviceAccounts | object | Component's fully qualified name. | Define serviceAccount names for components. | +| serviceAccounts.clustermeshcertgen | object | `{"annotations":{},"create":true,"name":"clustermesh-apiserver-generate-certs"}` | Clustermeshcertgen is used if clustermesh.apiserver.tls.auto.method=cronJob | +| serviceAccounts.hubblecertgen | object | `{"annotations":{},"create":true,"name":"hubble-generate-certs"}` | Hubblecertgen is used if hubble.tls.auto.method=cronJob | +| 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. | +| sockops | object | `{"enabled":false}` | Configure BPF socket operations configuration | +| startupProbe.failureThreshold | int | `105` | failure threshold of startup probe. 105 x 2s translates to the old behaviour of the readiness probe (120s delay + 30 x 3s) | +| startupProbe.periodSeconds | int | `2` | interval between checks of the startup probe | +| tls | object | `{"enabled":true,"secretsBackend":"local"}` | Configure TLS configuration in the agent. | +| tolerations | list | `[{"operator":"Exists"}]` | Node tolerations for agent scheduling to nodes with taints ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ | +| tunnel | string | `"vxlan"` | Configure the encapsulation configuration for communication between nodes. Possible values: - disabled - vxlan (default) - geneve | +| updateStrategy | object | `{"rollingUpdate":{"maxUnavailable":2},"type":"RollingUpdate"}` | Cilium agent update strategy | +| wellKnownIdentities.enabled | bool | `false` | Enable the use of well-known identities. | diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/README.md.gotmpl b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/README.md.gotmpl new file mode 100755 index 0000000..1e777a2 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/README.md.gotmpl @@ -0,0 +1,54 @@ +{{ template "chart.header" . }} + +{{ template "chart.deprecationWarning" . }} + +{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} + +Cilium is open source software for providing and transparently securing +network connectivity and loadbalancing between application workloads such as +application containers or processes. Cilium operates at Layer 3/4 to provide +traditional networking and security services as well as Layer 7 to protect and +secure use of modern application protocols such as HTTP, gRPC and Kafka. + +A new Linux kernel technology called eBPF is at the foundation of Cilium. +It supports dynamic insertion of eBPF bytecode into the Linux kernel at various +integration points such as: network IO, application sockets, and tracepoints +to implement security, networking and visibility logic. eBPF is highly +efficient and flexible. + +![Cilium feature overview](https://raw.githubusercontent.com/cilium/cilium/master/Documentation/images/cilium_overview.png) + +## Prerequisites + +* Kubernetes: `{{ template "chart.kubeVersion" . }}` +* Helm: `>= 3.0` + +## Getting Started + +Try Cilium on any Kubernetes distribution in under 15 minutes: + +| Minikube | Self-Managed K8s | Amazon EKS | Google GKE | Microsoft AKS | +|:-:|:-:|:-:|:-:|:-:| +| [![Minikube](https://raw.githubusercontent.com/cilium/charts/master/images/minikube.svg)](https://docs.cilium.io/en/stable/gettingstarted/k8s-install-default/) | [![Self-Managed Kubernetes](https://raw.githubusercontent.com/cilium/charts/master/images/k8s.png)](https://docs.cilium.io/en/stable/gettingstarted/k8s-install-default/) | [![Amazon EKS](https://raw.githubusercontent.com/cilium/charts/master/images/aws.svg)](https://docs.cilium.io/en/stable/gettingstarted/k8s-install-default/) | [![Google GKE](https://raw.githubusercontent.com/cilium/charts/master/images/google-cloud.svg)](https://docs.cilium.io/en/stable/gettingstarted/k8s-install-default/) | [![Microsoft AKS](https://raw.githubusercontent.com/cilium/charts/master/images/azure.svg)](https://docs.cilium.io/en/stable/gettingstarted/k8s-install-default/) | + +Or, for a quick install with the default configuration: + +``` +$ helm repo add cilium https://helm.cilium.io/ +$ helm install cilium cilium/cilium --namespace=kube-system +``` + +After Cilium is installed, you can explore the features that Cilium has to +offer from the [Getting Started Guides page](https://docs.cilium.io/en/latest/gettingstarted/). + +{{ template "chart.maintainersSection" . }} + +{{ template "chart.sourcesSection" . }} + +## Getting Help + +The best way to get help if you get stuck is to ask a question on the +[Cilium Slack channel](https://cilium.herokuapp.com/). With Cilium +contributors across the globe, there is almost always someone available to help. + +{{ template "chart.valuesSection" . }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/files/envoy/envoy.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/files/envoy/envoy.yaml new file mode 100755 index 0000000..6d25613 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/files/envoy/envoy.yaml @@ -0,0 +1,71 @@ +static_resources: + listeners: + - name: listener_hubble_ui + address: + socket_address: + address: 0.0.0.0 + port_value: 8081 + filter_chains: + - filters: + - name: envoy.filters.network.http_connection_manager + typed_config: + "@type": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager + codec_type: auto + stat_prefix: ingress_http + route_config: + name: local_route + virtual_hosts: + - name: local_service + domains: ["*"] + routes: + - match: + prefix: "/api/" + route: + cluster: backend + prefix_rewrite: "/" + timeout: 0s + max_stream_duration: + grpc_timeout_header_max: 0s + - match: + prefix: "/" + route: + cluster: frontend + cors: + allow_origin_string_match: + - prefix: "*" + allow_methods: GET, PUT, DELETE, POST, OPTIONS + allow_headers: keep-alive,user-agent,cache-control,content-type,content-transfer-encoding,x-accept-content-transfer-encoding,x-accept-response-streaming,x-user-agent,x-grpc-web,grpc-timeout + max_age: "1728000" + expose_headers: grpc-status,grpc-message + http_filters: + - name: envoy.filters.http.grpc_web + - name: envoy.filters.http.cors + - name: envoy.filters.http.router + clusters: + - name: frontend + connect_timeout: 0.25s + type: strict_dns + lb_policy: round_robin + load_assignment: + cluster_name: frontend + endpoints: + - lb_endpoints: + - endpoint: + address: + socket_address: + address: 127.0.0.1 + port_value: 8080 + - name: backend + connect_timeout: 0.25s + type: logical_dns + lb_policy: round_robin + http2_protocol_options: {} + load_assignment: + cluster_name: backend + endpoints: + - lb_endpoints: + - endpoint: + address: + socket_address: + address: 127.0.0.1 + port_value: 8090 diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/files/nodeinit/poststart-eni.bash b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/files/nodeinit/poststart-eni.bash new file mode 100755 index 0000000..3c75f12 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/files/nodeinit/poststart-eni.bash @@ -0,0 +1,21 @@ +#!/bin/bash + +set -o errexit +set -o pipefail +set -o nounset + +# When running in AWS ENI mode, it's likely that 'aws-node' has +# had a chance to install SNAT iptables rules. These can result +# in dropped traffic, so we should attempt to remove them. +# We do it using a 'postStart' hook since this may need to run +# for nodes which might have already been init'ed but may still +# have dangling rules. This is safe because there are no +# dependencies on anything that is part of the startup script +# itself, and can be safely run multiple times per node (e.g. in +# case of a restart). +if [[ "$(iptables-save | grep -c AWS-SNAT-CHAIN)" != "0" ]]; +then + echo 'Deleting iptables rules created by the AWS CNI VPC plugin' + iptables-save | grep -v AWS-SNAT-CHAIN | iptables-restore +fi +echo 'Done!' diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/files/nodeinit/prestop.bash b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/files/nodeinit/prestop.bash new file mode 100755 index 0000000..b36080d --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/files/nodeinit/prestop.bash @@ -0,0 +1,46 @@ +#!/bin/bash + +set -o errexit +set -o pipefail +set -o nounset + +if stat /tmp/node-deinit.cilium.io > /dev/null 2>&1; then + exit 0 +fi + +echo "Waiting on pods to stop..." +if [ ! -f /etc/crictl.yaml ] || grep -q 'docker' /etc/crictl.yaml; then + # Works for COS, ubuntu + while docker ps | grep -v "node-init" | grep -q "POD_cilium"; do sleep 1; done +else + # COS-beta (with containerd). Some versions of COS have crictl in /home/kubernetes/bin. + while PATH="${PATH}:/home/kubernetes/bin" crictl ps | grep -v "node-init" | grep -q "POD_cilium"; do sleep 1; done +fi + +if ip link show cilium_host; then + echo "Deleting cilium_host interface..." + ip link del cilium_host +fi + +{{- if not (eq .Values.nodeinit.bootstrapFile "") }} +rm -f {{ .Values.nodeinit.bootstrapFile }} +{{- end }} + +rm -f /tmp/node-init.cilium.io +touch /tmp/node-deinit.cilium.io + +{{- if .Values.nodeinit.reconfigureKubelet }} +echo "Changing kubelet configuration to --network-plugin=kubenet" +sed -i "s:--network-plugin=cni\ --cni-bin-dir={{ .Values.cni.binPath }}:--network-plugin=kubenet:g" /etc/default/kubelet +echo "Restarting kubelet..." +systemctl restart kubelet +{{- end }} + +{{- if (and .Values.gke.enabled (or .Values.masquerade .Values.gke.disableDefaultSnat))}} +# If the IP-MASQ chain exists, add back default jump rule from the GKE instance configure script +if iptables -w -t nat -L IP-MASQ > /dev/null; then + iptables -w -t nat -A POSTROUTING -m comment --comment "ip-masq: ensure nat POSTROUTING directs all non-LOCAL destination traffic to our custom IP-MASQ chain" -m addrtype ! --dst-type LOCAL -j IP-MASQ +fi +{{- end }} + +echo "Node de-initialization complete" diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/files/nodeinit/startup.bash b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/files/nodeinit/startup.bash new file mode 100755 index 0000000..5061d68 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/files/nodeinit/startup.bash @@ -0,0 +1,91 @@ +#!/bin/bash + +set -o errexit +set -o pipefail +set -o nounset + +echo "Link information:" +ip link + +echo "Routing table:" +ip route + +echo "Addressing:" +ip -4 a +ip -6 a + +{{- if .Values.nodeinit.removeCbrBridge }} +if ip link show cbr0; then + echo "Detected cbr0 bridge. Deleting interface..." + ip link del cbr0 +fi +{{- end }} + +{{- if .Values.nodeinit.reconfigureKubelet }} +# GKE: Alter the kubelet configuration to run in CNI mode +echo "Changing kubelet configuration to --network-plugin=cni --cni-bin-dir={{ .Values.cni.binPath }}" +mkdir -p {{ .Values.cni.binPath }} +sed -i "s:--network-plugin=kubenet:--network-plugin=cni\ --cni-bin-dir={{ .Values.cni.binPath }}:g" /etc/default/kubelet +echo "Restarting kubelet..." +systemctl restart kubelet +{{- end }} + +{{- if (and .Values.gke.enabled (or .Values.masquerade .Values.gke.disableDefaultSnat))}} +# If Cilium is configured to manage masquerading of traffic leaving the node, +# we need to disable the IP-MASQ chain because even if ip-masq-agent +# is not installed, the node init script installs some default rules into +# the IP-MASQ chain. +# If we remove the jump to that ip-masq chain, then we ensure the ip masquerade +# configuration is solely managed by Cilium. +# Also, if Cilium is installed, it may be expected that it would be solely responsible +# for the networking configuration on that node. So provide the same functionality +# as the --disable-snat-flag for existing GKE clusters. +iptables -w -t nat -D POSTROUTING -m comment --comment "ip-masq: ensure nat POSTROUTING directs all non-LOCAL destination traffic to our custom IP-MASQ chain" -m addrtype ! --dst-type LOCAL -j IP-MASQ || true +{{- end }} + +{{- if not (eq .Values.nodeinit.bootstrapFile "") }} +date > {{ .Values.nodeinit.bootstrapFile }} +{{- end }} + +{{- if .Values.azure.enabled }} +# AKS: If azure-vnet is installed on the node, and (still) configured in bridge mode, +# configure it as 'transparent' to be consistent with Cilium's CNI chaining config. +# If the azure-vnet CNI config is not removed, kubelet will execute CNI CHECK commands +# against it every 5 seconds and write 'bridge' to its state file, causing inconsistent +# behaviour when Pods are removed. +if [ -f /etc/cni/net.d/10-azure.conflist ]; then + echo "Ensuring azure-vnet is configured in 'transparent' mode..." + sed -i 's/"mode":\s*"bridge"/"mode":"transparent"/g' /etc/cni/net.d/10-azure.conflist +fi + +# The azure0 interface being present means the node was booted with azure-vnet configured +# in bridge mode. This means there might be ebtables rules and neight entries interfering +# with pod connectivity if we deploy with Azure IPAM. +if ip l show dev azure0 >/dev/null 2>&1; then + + # In Azure IPAM mode, also remove the azure-vnet state file, otherwise ebtables rules get + # restored by the azure-vnet CNI plugin on every CNI CHECK, which can cause connectivity + # issues in Cilium-managed Pods. Since azure-vnet is no longer called on scheduling events, + # this file can be removed. + rm -f /var/run/azure-vnet.json + + # This breaks connectivity for existing workload Pods when Cilium is scheduled, but we need + # to flush these to prevent Cilium-managed Pod IPs conflicting with Pod IPs previously allocated + # by azure-vnet. These ebtables DNAT rules contain fixed MACs that are no longer bound on the node, + # causing packets for these Pods to be redirected back out to the gateway, where they are dropped. + echo 'Flushing ebtables pre/postrouting rules in nat table.. (disconnecting non-Cilium Pods!)' + ebtables -t nat -F PREROUTING || true + ebtables -t nat -F POSTROUTING || true + + # ip-masq-agent periodically injects PERM neigh entries towards the gateway + # for all other k8s nodes in the cluster. These are safe to flush, as ARP can + # resolve these nodes as usual. PERM entries will be automatically restored later. + echo 'Deleting all permanent neighbour entries on azure0...' + ip neigh show dev azure0 nud permanent | cut -d' ' -f1 | xargs -r -n1 ip neigh del dev azure0 to || true +fi +{{- end }} + +{{- if .Values.nodeinit.revertReconfigureKubelet }} +rm -f /tmp/node-deinit.cilium.io +{{- end }} +echo "Node initialization complete" diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/NOTES.txt b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/NOTES.txt new file mode 100755 index 0000000..f540507 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/NOTES.txt @@ -0,0 +1,22 @@ +{{- if (and (.Values.preflight.enabled) (not (.Values.agent)) (not (.Values.operator.enabled))) }} + You have successfully ran the preflight check. + Now make sure to check the number of READY pods is the same as the number of running cilium pods. + Then make sure the cilium preflight deployment is also marked READY 1/1. + If you have an issues please refer to the CNP Validation section in the upgrade guide. +{{- else if (and (.Values.hubble.enabled) (.Values.hubble.relay.enabled)) }} + {{- if (.Values.hubble.ui.enabled) }} + You have successfully installed {{ title .Chart.Name }} with Hubble Relay and Hubble UI. + {{- else }} + You have successfully installed {{ title .Chart.Name }} with Hubble Relay. + {{- end }} +{{- else if .Values.hubble.enabled }} + You have successfully installed {{ title .Chart.Name }} with Hubble. +{{- else if (and (.Values.hubble.ui.enabled) (.Values.hubble.ui.standalone.enabled)) }} + You have successfully installed {{ title .Chart.Name }} with standalone Hubble UI. +{{- else }} + You have successfully installed {{ title .Chart.Name }}. +{{- end }} + +Your release version is {{ .Chart.Version }}. + +For any further help, visit https://docs.cilium.io/en/v{{ (semver .Chart.Version).Major }}.{{ (semver .Chart.Version).Minor }}/gettinghelp diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/_helpers.tpl b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/_helpers.tpl new file mode 100755 index 0000000..ee05f86 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/_helpers.tpl @@ -0,0 +1,96 @@ +{{/* +Create chart name and version as used by the chart label. +*/}} +{{- define "cilium.chart" -}} +{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} +{{- end }} + +{{- define "system_default_registry" -}} +{{- if .Values.global.systemDefaultRegistry -}} +{{- printf "%s/" .Values.global.systemDefaultRegistry -}} +{{- else -}} +{{- "" -}} +{{- end }} +{{- end }} + +{{/* +Render full image name from given values, e.g: +``` +image: + repository: quay.io/cilium/cilium + tag: v1.10.1 + useDigest: true + digest: abcdefgh +``` +then `include "cilium.image" .Values.image` +will return `quay.io/cilium/cilium:v1.10.1@abcdefgh` +*/}} +{{- define "cilium.image" -}} +{{- $digest := (.useDigest | default false) | ternary (printf "@%s" .digest) "" -}} +{{- printf "%s:%s%s" .repository .tag $digest -}} +{{- end -}} + +{{/* +Return user specify priorityClass or default criticalPriorityClass +Usage: + include "cilium.priorityClass" (list $ ) +where: +* `priorityClass`: is user specify priorityClass e.g `.Values.operator.priorityClassName` +* `criticalPriorityClass`: default criticalPriorityClass, e.g `"system-cluster-critical"` + This value is used when `priorityClass` is `nil` and + `.Values.enableCriticalPriorityClass=true` and kubernetes supported it. +*/}} +{{- define "cilium.priorityClass" -}} +{{- $root := index . 0 -}} +{{- $priorityClass := index . 1 -}} +{{- $criticalPriorityClass := index . 2 -}} +{{- if $priorityClass }} + {{- $priorityClass }} +{{- else if and $root.Values.enableCriticalPriorityClass $criticalPriorityClass -}} + {{- if and (eq $root.Release.Namespace "kube-system") (semverCompare ">=1.10-0" $root.Capabilities.KubeVersion.Version) -}} + {{- $criticalPriorityClass }} + {{- else if semverCompare ">=1.17-0" $root.Capabilities.KubeVersion.Version -}} + {{- $criticalPriorityClass }} + {{- end -}} +{{- end -}} +{{- end -}} + +{{/* +Return the appropriate apiVersion for ingress. +*/}} +{{- define "ingress.apiVersion" -}} +{{- if semverCompare ">=1.16-0, <1.19-0" .Capabilities.KubeVersion.Version -}} +{{- print "networking.k8s.io/v1beta1" -}} +{{- else if semverCompare "^1.19-0" .Capabilities.KubeVersion.Version -}} +{{- print "networking.k8s.io/v1" -}} +{{- end -}} +{{- end -}} + +{{/* +Return the appropriate backend for Hubble UI ingress. +*/}} +{{- define "ingress.paths" -}} +{{ if semverCompare ">=1.4-0, <1.19-0" .Capabilities.KubeVersion.Version -}} +backend: + serviceName: hubble-ui + servicePort: http +{{- else if semverCompare "^1.19-0" .Capabilities.KubeVersion.Version -}} +pathType: Prefix +backend: + service: + name: hubble-ui + port: + name: http +{{- end -}} +{{- end -}} + +{{/* +Return the appropriate apiVersion for cronjob. +*/}} +{{- define "cronjob.apiVersion" -}} +{{- if semverCompare ">=1.21-0" .Capabilities.KubeVersion.Version -}} +{{- print "batch/v1" -}} +{{- else -}} +{{- print "batch/v1beta1" -}} +{{- end -}} +{{- end -}} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-agent/clusterrole.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-agent/clusterrole.yaml new file mode 100755 index 0000000..e3be780 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-agent/clusterrole.yaml @@ -0,0 +1,111 @@ +{{- if and .Values.agent (not .Values.preflight.enabled) }} +{{- /* +Keep file in sync with cilium-preflight/clusterrole.yaml +*/ -}} +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + name: cilium +rules: +- apiGroups: + - networking.k8s.io + resources: + - networkpolicies + verbs: + - get + - list + - watch +- apiGroups: + - discovery.k8s.io + resources: + - endpointslices + verbs: + - get + - list + - watch +- apiGroups: + - "" + resources: + - namespaces + - services + - nodes + - endpoints + verbs: + - get + - list + - watch +- apiGroups: + - "" + resources: + - pods + - pods/finalizers + verbs: + - get + - list + - watch + - update + - delete +- apiGroups: + - "" + resources: + - nodes + verbs: + - get + - list + - watch + - update +- apiGroups: + - "" + resources: + - nodes + - nodes/status + verbs: + - patch +- apiGroups: + - apiextensions.k8s.io + resources: + - customresourcedefinitions + verbs: + # Deprecated for removal in v1.10 + - create + - list + - watch + - update + + # This is used when validating policies in preflight. This will need to stay + # until we figure out how to avoid "get" inside the preflight, and then + # should be removed ideally. + - get +{{- if eq "k8s" .Values.tls.secretsBackend }} +- apiGroups: + - "" + resources: + - secrets + verbs: + - get +{{- end }} +- apiGroups: + - cilium.io + resources: + - ciliumnetworkpolicies + - ciliumnetworkpolicies/status + - ciliumnetworkpolicies/finalizers + - ciliumclusterwidenetworkpolicies + - ciliumclusterwidenetworkpolicies/status + - ciliumclusterwidenetworkpolicies/finalizers + - ciliumendpoints + - ciliumendpoints/status + - ciliumendpoints/finalizers + - ciliumnodes + - ciliumnodes/status + - ciliumnodes/finalizers + - ciliumidentities + - ciliumidentities/finalizers + - ciliumlocalredirectpolicies + - ciliumlocalredirectpolicies/status + - ciliumlocalredirectpolicies/finalizers + - ciliumegressnatpolicies + - ciliumendpointslices + verbs: + - '*' +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-agent/clusterrolebinding.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-agent/clusterrolebinding.yaml new file mode 100755 index 0000000..97ce2fb --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-agent/clusterrolebinding.yaml @@ -0,0 +1,14 @@ +{{- if and .Values.agent (not .Values.preflight.enabled) .Values.serviceAccounts.cilium.create }} +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + name: cilium +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: cilium +subjects: +- kind: ServiceAccount + name: {{ .Values.serviceAccounts.cilium.name | quote }} + namespace: {{ .Release.Namespace }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-agent/daemonset.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-agent/daemonset.yaml new file mode 100755 index 0000000..2936d16 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-agent/daemonset.yaml @@ -0,0 +1,589 @@ +{{- if and .Values.agent (not .Values.preflight.enabled) }} + +{{- /* Default values with backwards compatibility */ -}} +{{- $defaultKeepDeprecatedProbes := true -}} + +{{- /* Default values when 1.8 was initially deployed */ -}} +{{- if semverCompare ">=1.8" (default "1.8" .Values.upgradeCompatibility) -}} + {{- $defaultKeepDeprecatedProbes = false -}} +{{- end -}} +--- +apiVersion: apps/v1 +kind: DaemonSet +metadata: + name: cilium + namespace: {{ .Release.Namespace }} + labels: + k8s-app: cilium + {{- if .Values.keepDeprecatedLabels }} + kubernetes.io/cluster-service: "true" + {{- if and .Values.gke.enabled (eq .Release.Namespace "kube-system" ) }} + {{- fail "Invalid configuration: Installing Cilium on GKE with 'kubernetes.io/cluster-service' labels on 'kube-system' namespace causes Cilium DaemonSet to be removed by GKE. Either install Cilium on a different Namespace or install with '--set keepDeprecatedLabels=false'" }} + {{- end }} + {{- end }} +spec: + selector: + matchLabels: + k8s-app: cilium + {{- if .Values.keepDeprecatedLabels }} + kubernetes.io/cluster-service: "true" + {{- end }} + {{- with .Values.updateStrategy }} + updateStrategy: + {{- toYaml . | trim | nindent 4 }} + {{- end }} + template: + metadata: + annotations: + {{- if and .Values.prometheus.enabled (not .Values.prometheus.serviceMonitor.enabled) }} + prometheus.io/port: "{{ .Values.prometheus.port }}" + prometheus.io/scrape: "true" + {{- end }} + {{- if .Values.rollOutCiliumPods }} + # ensure pods roll when configmap updates + cilium.io/cilium-configmap-checksum: {{ include (print $.Template.BasePath "/cilium-configmap.yaml") . | sha256sum | quote }} + {{- end }} + # This annotation plus the CriticalAddonsOnly toleration makes + # cilium to be a critical pod in the cluster, which ensures cilium + # gets priority scheduling. + # https://kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/ + scheduler.alpha.kubernetes.io/critical-pod: "" + {{- with .Values.podAnnotations }} + {{- toYaml . | nindent 8 }} + {{- end }} + labels: + k8s-app: cilium + {{- if .Values.keepDeprecatedLabels }} + kubernetes.io/cluster-service: "true" + {{- end }} + {{- with .Values.podLabels }} + {{- toYaml . | nindent 8 }} + {{- end }} + spec: + {{- with .Values.affinity }} + affinity: + {{- toYaml . | nindent 8 }} + {{- end }} + {{- with .Values.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 8 }} + {{- end }} + containers: + - name: cilium-agent + image: "{{ template "system_default_registry" . }}{{ include "cilium.image" .Values.image }}" + imagePullPolicy: {{ .Values.image.pullPolicy }} + {{- if .Values.sleepAfterInit }} + command: + - /bin/bash + - -c + - -- + args: + - | + while true; do + sleep 30; + done + livenessProbe: + exec: + command: + - "true" + readinessProbe: + exec: + command: + - "true" + {{- else }} + command: + - cilium-agent + args: + - --config-dir=/tmp/cilium/config-map + {{- with .Values.extraArgs }} + {{- toYaml . | trim | nindent 8 }} + {{- end }} + {{- if semverCompare ">=1.20-0" .Capabilities.KubeVersion.Version }} + startupProbe: + httpGet: + host: {{ .Values.ipv4.enabled | ternary "127.0.0.1" "::1" | quote }} + path: /healthz + port: {{ .Values.healthPort }} + scheme: HTTP + httpHeaders: + - name: "brief" + value: "true" + failureThreshold: {{ .Values.startupProbe.failureThreshold }} + periodSeconds: {{ .Values.startupProbe.periodSeconds }} + successThreshold: 1 + {{- end }} + livenessProbe: + {{- if or .Values.keepDeprecatedProbes $defaultKeepDeprecatedProbes }} + exec: + command: + - cilium + - status + - --brief + {{- else }} + httpGet: + host: {{ .Values.ipv4.enabled | ternary "127.0.0.1" "::1" | quote }} + path: /healthz + port: {{ .Values.healthPort }} + scheme: HTTP + httpHeaders: + - name: "brief" + value: "true" + {{- end }} + {{- if semverCompare "<1.20-0" .Capabilities.KubeVersion.Version }} + # The initial delay for the liveness probe is intentionally large to + # avoid an endless kill & restart cycle if in the event that the initial + # bootstrapping takes longer than expected. + # Starting from Kubernetes 1.20, we are using startupProbe instead + # of this field. + initialDelaySeconds: 120 + {{- end }} + periodSeconds: {{ .Values.livenessProbe.periodSeconds }} + successThreshold: 1 + failureThreshold: {{ .Values.livenessProbe.failureThreshold }} + timeoutSeconds: 5 + readinessProbe: + {{- if or .Values.keepDeprecatedProbes $defaultKeepDeprecatedProbes }} + exec: + command: + - cilium + - status + - --brief + {{- else }} + httpGet: + host: {{ .Values.ipv4.enabled | ternary "127.0.0.1" "::1" | quote }} + path: /healthz + port: {{ .Values.healthPort }} + scheme: HTTP + httpHeaders: + - name: "brief" + value: "true" + {{- end }} + {{- if semverCompare "<1.20-0" .Capabilities.KubeVersion.Version }} + initialDelaySeconds: 5 + {{- end }} + periodSeconds: {{ .Values.readinessProbe.periodSeconds }} + successThreshold: 1 + failureThreshold: {{ .Values.readinessProbe.failureThreshold }} + timeoutSeconds: 5 + {{- end }} + env: + - name: K8S_NODE_NAME + valueFrom: + fieldRef: + apiVersion: v1 + fieldPath: spec.nodeName + - name: CILIUM_K8S_NAMESPACE + valueFrom: + fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + - name: CILIUM_CLUSTERMESH_CONFIG + value: /var/lib/cilium/clustermesh/ + - name: CILIUM_CNI_CHAINING_MODE + valueFrom: + configMapKeyRef: + name: cilium-config + key: cni-chaining-mode + optional: true + - name: CILIUM_CUSTOM_CNI_CONF + valueFrom: + configMapKeyRef: + name: cilium-config + key: custom-cni-conf + optional: true + {{- if .Values.k8sServiceHost }} + - name: KUBERNETES_SERVICE_HOST + value: {{ .Values.k8sServiceHost | quote }} + {{- end }} + {{- if .Values.k8sServicePort }} + - name: KUBERNETES_SERVICE_PORT + value: {{ .Values.k8sServicePort | quote }} + {{- end }} + {{- with .Values.extraEnv }} + {{- toYaml . | trim | nindent 8 }} + {{- end }} + {{- if .Values.cni.install }} + lifecycle: + postStart: + exec: + command: + - "/cni-install.sh" + - "--enable-debug={{ .Values.debug.enabled }}" + - "--cni-exclusive={{ .Values.cni.exclusive }}" + preStop: + exec: + command: + - /cni-uninstall.sh + {{- end }} + {{- with .Values.resources }} + resources: + {{- toYaml . | trim | nindent 10 }} + {{- end }} + {{- if or .Values.prometheus.enabled .Values.hubble.metrics.enabled }} + ports: + {{- if .Values.prometheus.enabled }} + - name: prometheus + containerPort: {{ .Values.prometheus.port }} + hostPort: {{ .Values.prometheus.port }} + protocol: TCP + {{- if .Values.proxy.prometheus.enabled }} + - name: envoy-metrics + containerPort: {{ .Values.proxy.prometheus.port }} + hostPort: {{ .Values.proxy.prometheus.port }} + protocol: TCP + {{- end }} + {{- end }} + {{- if .Values.hubble.metrics.enabled }} + - name: hubble-metrics + containerPort: {{ .Values.hubble.metrics.port }} + hostPort: {{ .Values.hubble.metrics.port }} + protocol: TCP + {{- end }} + {{- end }} + securityContext: + privileged: true + volumeMounts: + {{- /* CRI-O already mounts the BPF filesystem */ -}} + {{- if not (eq .Values.containerRuntime.integration "crio") }} + - name: bpf-maps + mountPath: /sys/fs/bpf + mountPropagation: Bidirectional + {{- end }} + {{- if not (contains "/run/cilium/cgroupv2" .Values.cgroup.hostRoot) }} + # Check for duplicate mounts before mounting + - name: cilium-cgroup + mountPath: {{ .Values.cgroup.hostRoot }} + {{- end}} + - name: cilium-run + mountPath: /var/run/cilium + - name: cni-path + mountPath: /host/opt/cni/bin + - name: etc-cni-netd + mountPath: {{ .Values.cni.hostConfDirMountPath }} + {{- if .Values.etcd.enabled }} + - name: etcd-config-path + mountPath: /var/lib/etcd-config + readOnly: true + {{- if or .Values.etcd.ssl .Values.etcd.managed }} + - name: etcd-secrets + mountPath: /var/lib/etcd-secrets + readOnly: true + {{- end }} + {{- end }} + - name: clustermesh-secrets + mountPath: /var/lib/cilium/clustermesh + readOnly: true + - name: cilium-config-path + mountPath: /tmp/cilium/config-map + readOnly: true + {{- if .Values.ipMasqAgent.enabled }} + - name: ip-masq-agent + mountPath: /etc/config + readOnly: true + {{- end }} + {{- if .Values.cni.configMap }} + - name: cni-configuration + mountPath: {{ .Values.cni.confFileMountPath }} + readOnly: true + {{- end }} + # Needed to be able to load kernel modules + - name: lib-modules + mountPath: /lib/modules + readOnly: true + - name: xtables-lock + mountPath: /run/xtables.lock + {{- if and .Values.encryption.enabled (eq .Values.encryption.type "ipsec") }} + - name: cilium-ipsec-secrets + mountPath: {{ .Values.encryption.ipsec.mountPath | default .Values.encryption.mountPath }} + {{- end }} + {{- if .Values.kubeConfigPath }} + - name: kube-config + mountPath: {{ .Values.kubeConfigPath }} + readOnly: true + {{- end }} + {{- if .Values.bgp.enabled }} + - name: bgp-config-path + mountPath: /var/lib/cilium/bgp + readOnly: true + {{- end }} + {{- if and .Values.hubble.enabled .Values.hubble.tls.enabled (hasKey .Values.hubble "listenAddress") }} + - name: hubble-tls + mountPath: /var/lib/cilium/tls/hubble + readOnly: true + {{- end }} + {{- range .Values.extraHostPathMounts }} + - name: {{ .name }} + mountPath: {{ .mountPath }} + readOnly: {{ .readOnly }} + {{- if .mountPropagation }} + mountPropagation: {{ .mountPropagation }} + {{- end }} + {{- end }} + {{- if .Values.monitor.enabled }} + - name: cilium-monitor + image: "{{ template "system_default_registry" . }}{{ include "cilium.image" .Values.image }}" + imagePullPolicy: {{ .Values.image.pullPolicy }} + command: ["cilium"] + args: + - monitor + {{- range $type := .Values.monitor.eventTypes }} + - --type={{ $type }} + {{- end }} + volumeMounts: + - name: cilium-run + mountPath: /var/run/cilium + {{- with .Values.monitor.resources }} + resources: + {{- toYaml . | trim | nindent 10 }} + {{- end }} + {{- end }} + {{- if and .Values.etcd.managed (not .Values.etcd.k8sService) }} + # In managed etcd mode, Cilium must be able to resolve the DNS name of + # the etcd service + dnsPolicy: ClusterFirstWithHostNet + {{- end }} + hostNetwork: true + initContainers: + {{- if .Values.cgroup.autoMount.enabled }} + # Required to mount cgroup2 filesystem on the underlying Kubernetes node. + # We use nsenter command with host's cgroup and mount namespaces enabled. + - name: mount-cgroup + image: "{{ template "system_default_registry" . }}{{ include "cilium.image" .Values.image }}" + imagePullPolicy: {{ .Values.image.pullPolicy }} + env: + - name: CGROUP_ROOT + value: {{ .Values.cgroup.hostRoot }} + - name: BIN_PATH + value: {{ .Values.cni.binPath }} + command: + - sh + - -ec + # The statically linked Go program binary is invoked to avoid any + # dependency on utilities like sh and mount that can be missing on certain + # distros installed on the underlying host. Copy the binary to the + # same directory where we install cilium cni plugin so that exec permissions + # are available. + - | + cp /usr/bin/cilium-mount /hostbin/cilium-mount; + nsenter --cgroup=/hostproc/1/ns/cgroup --mount=/hostproc/1/ns/mnt "${BIN_PATH}/cilium-mount" $CGROUP_ROOT; + rm /hostbin/cilium-mount + volumeMounts: + - name: hostproc + mountPath: /hostproc + - name: cni-path + mountPath: /hostbin + securityContext: + privileged: true + {{- end }} + {{- if and .Values.nodeinit.enabled .Values.nodeinit.bootstrapFile }} + - name: wait-for-node-init + image: "{{ template "system_default_registry" . }}{{ include "cilium.image" .Values.image }}" + imagePullPolicy: {{ .Values.image.pullPolicy }} + command: + - sh + - -c + - | + until test -f {{ .Values.nodeinit.bootstrapFile | quote }}; do + echo "Waiting on node-init to run..."; + sleep 1; + done + volumeMounts: + - name: cilium-bootstrap-file + mountPath: {{ .Values.nodeinit.bootstrapFile }} + securityContext: + privileged: true + {{- end }} + - name: clean-cilium-state + image: "{{ template "system_default_registry" . }}{{ include "cilium.image" .Values.image }}" + imagePullPolicy: {{ .Values.image.pullPolicy }} + command: + - /init-container.sh + env: + - name: CILIUM_ALL_STATE + valueFrom: + configMapKeyRef: + name: cilium-config + key: clean-cilium-state + optional: true + - name: CILIUM_BPF_STATE + valueFrom: + configMapKeyRef: + name: cilium-config + key: clean-cilium-bpf-state + optional: true + {{- if .Values.k8sServiceHost }} + - name: KUBERNETES_SERVICE_HOST + value: {{ .Values.k8sServiceHost | quote }} + {{- end }} + {{- if .Values.k8sServicePort }} + - name: KUBERNETES_SERVICE_PORT + value: {{ .Values.k8sServicePort | quote }} + {{- end }} + {{- with .Values.extraEnv }} + {{- toYaml . | nindent 8 }} + {{- end }} + securityContext: + privileged: true + volumeMounts: + {{- /* CRI-O already mounts the BPF filesystem */ -}} + {{- if not (eq .Values.containerRuntime.integration "crio") }} + - name: bpf-maps + mountPath: /sys/fs/bpf + {{- end }} + # Required to mount cgroup filesystem from the host to cilium agent pod + - name: cilium-cgroup + mountPath: {{ .Values.cgroup.hostRoot }} + mountPropagation: HostToContainer + - name: cilium-run + mountPath: /var/run/cilium + {{- with .Values.nodeinit.resources }} + resources: + {{- toYaml . | trim | nindent 10 }} + {{- end }} + restartPolicy: Always + priorityClassName: {{ include "cilium.priorityClass" (list $ .Values.priorityClassName "system-node-critical") }} + serviceAccount: {{ .Values.serviceAccounts.cilium.name | quote }} + serviceAccountName: {{ .Values.serviceAccounts.cilium.name | quote }} + terminationGracePeriodSeconds: 1 + {{- with .Values.tolerations }} + tolerations: + {{- toYaml . | trim | nindent 8 }} + {{- end }} + volumes: + # To keep state between restarts / upgrades + - name: cilium-run + hostPath: + path: {{ .Values.daemon.runPath }} + type: DirectoryOrCreate + {{- /* CRI-O already mounts the BPF filesystem */ -}} + {{- if not (eq .Values.containerRuntime.integration "crio") }} + # To keep state between restarts / upgrades for bpf maps + - name: bpf-maps + hostPath: + path: /sys/fs/bpf + type: DirectoryOrCreate + {{- end }} + {{- if .Values.cgroup.autoMount.enabled }} + # To mount cgroup2 filesystem on the host + - name: hostproc + hostPath: + path: /proc + type: Directory + {{- end }} + # To keep state between restarts / upgrades for cgroup2 filesystem + - name: cilium-cgroup + hostPath: + path: {{ .Values.cgroup.hostRoot}} + type: DirectoryOrCreate + # To install cilium cni plugin in the host + - name: cni-path + hostPath: + path: {{ .Values.cni.binPath }} + type: DirectoryOrCreate + # To install cilium cni configuration in the host + - name: etc-cni-netd + hostPath: + path: {{ .Values.cni.confPath }} + type: DirectoryOrCreate + # To be able to load kernel modules + - name: lib-modules + hostPath: + path: /lib/modules + # To access iptables concurrently with other processes (e.g. kube-proxy) + - name: xtables-lock + hostPath: + path: /run/xtables.lock + type: FileOrCreate + {{- if .Values.kubeConfigPath }} + - name: kube-config + hostPath: + path: {{ .Values.kubeConfigPath }} + type: FileOrCreate + {{- end }} + {{- if and .Values.nodeinit.enabled .Values.nodeinit.bootstrapFile }} + - name: cilium-bootstrap-file + hostPath: + path: {{ .Values.nodeinit.bootstrapFile }} + type: FileOrCreate + {{- end }} + {{- range .Values.extraHostPathMounts }} + - name: {{ .name }} + hostPath: + path: {{ .hostPath }} + {{- if .hostPathType }} + type: {{ .hostPathType }} + {{- end }} + {{- end }} + {{- if .Values.etcd.enabled }} + # To read the etcd config stored in config maps + - name: etcd-config-path + configMap: + name: cilium-config + # note: the leading zero means this number is in octal representation: do not remove it + defaultMode: 0400 + items: + - key: etcd-config + path: etcd.config + # To read the k8s etcd secrets in case the user might want to use TLS + {{- if or .Values.etcd.ssl .Values.etcd.managed }} + - name: etcd-secrets + secret: + secretName: cilium-etcd-secrets + # note: the leading zero means this number is in octal representation: do not remove it + defaultMode: 0400 + optional: true + {{- end }} + {{- end }} + # To read the clustermesh configuration + - name: clustermesh-secrets + secret: + secretName: cilium-clustermesh + # note: the leading zero means this number is in octal representation: do not remove it + defaultMode: 0400 + optional: true + # To read the configuration from the config map + - name: cilium-config-path + configMap: + name: cilium-config + {{- if and .Values.ipMasqAgent .Values.ipMasqAgent.enabled }} + - name: ip-masq-agent + configMap: + name: ip-masq-agent + optional: true + items: + - key: config + path: ip-masq-agent + {{- end }} + {{- if and .Values.encryption.enabled (eq .Values.encryption.type "ipsec") }} + - name: cilium-ipsec-secrets + secret: + secretName: {{ .Values.encryption.ipsec.secretName | default .Values.encryption.secretName }} + {{- end }} + {{- if .Values.cni.configMap }} + - name: cni-configuration + configMap: + name: {{ .Values.cni.configMap }} + {{- end }} + {{- if .Values.bgp.enabled }} + - name: bgp-config-path + configMap: + name: bgp-config + {{- end }} + {{- if and .Values.hubble.enabled .Values.hubble.tls.enabled (hasKey .Values.hubble "listenAddress") }} + - name: hubble-tls + projected: + # note: the leading zero means this number is in octal representation: do not remove it + defaultMode: 0400 + sources: + - secret: + name: hubble-server-certs + optional: true + items: + - key: ca.crt + path: client-ca.crt + - key: tls.crt + path: server.crt + - key: tls.key + path: server.key + {{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-agent/service.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-agent/service.yaml new file mode 100755 index 0000000..6a95ecf --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-agent/service.yaml @@ -0,0 +1,46 @@ +{{- if and .Values.agent (not .Values.preflight.enabled) .Values.prometheus.enabled }} +{{- if .Values.prometheus.serviceMonitor.enabled }} +apiVersion: v1 +kind: Service +metadata: + name: cilium-agent + namespace: {{ .Release.Namespace }} + labels: + k8s-app: cilium +spec: + clusterIP: None + type: ClusterIP + selector: + k8s-app: cilium + ports: + - name: metrics + port: {{ .Values.prometheus.port }} + protocol: TCP + targetPort: prometheus + - name: envoy-metrics + port: {{ .Values.proxy.prometheus.port }} + protocol: TCP + targetPort: envoy-metrics +{{- else if .Values.proxy.prometheus.enabled }} +apiVersion: v1 +kind: Service +metadata: + name: cilium-agent + namespace: {{ .Release.Namespace }} + annotations: + prometheus.io/scrape: "true" + prometheus.io/port: {{ .Values.proxy.prometheus.port | quote }} + labels: + k8s-app: cilium +spec: + clusterIP: None + type: ClusterIP + selector: + k8s-app: cilium + ports: + - name: envoy-metrics + port: {{ .Values.proxy.prometheus.port }} + protocol: TCP + targetPort: envoy-metrics +{{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-agent/serviceaccount.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-agent/serviceaccount.yaml new file mode 100755 index 0000000..605506f --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-agent/serviceaccount.yaml @@ -0,0 +1,11 @@ +{{- if and .Values.agent (not .Values.preflight.enabled) .Values.serviceAccounts.cilium.create }} +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ .Values.serviceAccounts.cilium.name | quote }} + namespace: {{ .Release.Namespace }} + {{- if .Values.serviceAccounts.cilium.annotations }} + annotations: + {{- toYaml .Values.serviceAccounts.cilium.annotations | nindent 4 }} + {{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-agent/servicemonitor.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-agent/servicemonitor.yaml new file mode 100755 index 0000000..4f12106 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-agent/servicemonitor.yaml @@ -0,0 +1,26 @@ +{{- if and .Values.agent (not .Values.preflight.enabled) .Values.prometheus.enabled .Values.prometheus.serviceMonitor.enabled }} +--- +apiVersion: monitoring.coreos.com/v1 +kind: ServiceMonitor +metadata: + name: cilium-agent + namespace: {{ .Values.prometheus.serviceMonitor.namespace | default .Release.Namespace }} + labels: + {{- with .Values.prometheus.serviceMonitor.labels }} + {{- toYaml . | nindent 4 }} + {{- end }} +spec: + selector: + matchLabels: + k8s-app: cilium + namespaceSelector: + matchNames: + - {{ .Release.Namespace }} + endpoints: + - port: metrics + interval: 10s + honorLabels: true + path: /metrics + targetLabels: + - k8s-app +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-configmap.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-configmap.yaml new file mode 100755 index 0000000..d3c05cf --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-configmap.yaml @@ -0,0 +1,798 @@ +{{- if and (.Values.agent) (not .Values.preflight.enabled) }} +{{- /* Default values with backwards compatibility */ -}} +{{- $defaultEnableCnpStatusUpdates := "true" -}} +{{- $defaultBpfMapDynamicSizeRatio := 0.0 -}} +{{- $defaultBpfMasquerade := "false" -}} +{{- $defaultBpfClockProbe := "false" -}} +{{- $defaultBpfTProxy := "false" -}} +{{- $defaultIPAM := "cluster-pool" -}} +{{- $defaultSessionAffinity := "false" -}} +{{- $defaultOperatorApiServeAddr := "localhost:9234" -}} +{{- $defaultBpfCtTcpMax := 524288 -}} +{{- $defaultBpfCtAnyMax := 262144 -}} +{{- $enableIdentityMark := "true" -}} +{{- $fragmentTracking := "true" -}} +{{- $crdWaitTimeout := "5m" -}} +{{- $defaultKubeProxyReplacement := "probe" -}} + +{{- /* Default values when 1.8 was initially deployed */ -}} +{{- if semverCompare ">=1.8" (default "1.8" .Values.upgradeCompatibility) -}} + {{- $defaultEnableCnpStatusUpdates = "false" -}} + {{- $defaultBpfMapDynamicSizeRatio = 0.0025 -}} + {{- $defaultBpfMasquerade = "true" -}} + {{- $defaultBpfClockProbe = "true" -}} + {{- $defaultIPAM = "cluster-pool" -}} + {{- $defaultSessionAffinity = "true" -}} + {{- if .Values.ipv4.enabled }} + {{- $defaultOperatorApiServeAddr = "127.0.0.1:9234" -}} + {{- else -}} + {{- $defaultOperatorApiServeAddr = "[::1]:9234" -}} + {{- end }} + {{- $defaultBpfCtTcpMax = 0 -}} + {{- $defaultBpfCtAnyMax = 0 -}} +{{- end -}} + +{{- /* Default values when 1.10 was initially deployed */ -}} +{{- if semverCompare ">=1.10" (default "1.10" .Values.upgradeCompatibility) -}} + {{- $defaultKubeProxyReplacement = "disabled" -}} + {{- /* Needs to be explicitly disabled because it was enabled on all versions >=v1.8 above. */ -}} + {{- $defaultBpfMasquerade = "false" -}} +{{- end -}} + +{{- $ipam := (coalesce .Values.ipam.mode $defaultIPAM) -}} +{{- $bpfCtTcpMax := (coalesce .Values.bpf.ctTcpMax $defaultBpfCtTcpMax) -}} +{{- $bpfCtAnyMax := (coalesce .Values.bpf.ctAnyMax $defaultBpfCtAnyMax) -}} +{{- $kubeProxyReplacement := (coalesce .Values.kubeProxyReplacement $defaultKubeProxyReplacement) -}} +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: cilium-config + namespace: {{ .Release.Namespace }} +data: +{{- if .Values.etcd.enabled }} + # The kvstore configuration is used to enable use of a kvstore for state + # storage. This can either be provided with an external kvstore or with the + # help of cilium-etcd-operator which operates an etcd cluster automatically. + kvstore: etcd + {{- if .Values.etcd.k8sService }} + kvstore-opt: '{"etcd.config": "/var/lib/etcd-config/etcd.config", "etcd.operator": "true"}' + {{- else }} + kvstore-opt: '{"etcd.config": "/var/lib/etcd-config/etcd.config"}' + {{- end }} + + # This etcd-config contains the etcd endpoints of your cluster. If you use + # TLS please make sure you follow the tutorial in https://cilium.link/etcd-config + etcd-config: |- + --- + endpoints: + {{- if .Values.etcd.managed }} + - https://cilium-etcd-client.{{ .Release.Namespace }}.svc:2379 + {{- else }} + {{- range .Values.etcd.endpoints }} + - {{ . }} + {{- end }} + {{- end }} + {{- if or .Values.etcd.ssl .Values.etcd.managed }} + trusted-ca-file: '/var/lib/etcd-secrets/etcd-client-ca.crt' + key-file: '/var/lib/etcd-secrets/etcd-client.key' + cert-file: '/var/lib/etcd-secrets/etcd-client.crt' + {{- end }} +{{- end }} + +{{- if hasKey .Values "conntrackGCInterval" }} + conntrack-gc-interval: {{ .Values.conntrackGCInterval | quote }} +{{- end }} + +{{- if hasKey .Values "disableEnvoyVersionCheck" }} + disable-envoy-version-check: {{ .Values.disableEnvoyVersionCheck | quote }} +{{- end }} + + # Identity allocation mode selects how identities are shared between cilium + # nodes by setting how they are stored. The options are "crd" or "kvstore". + # - "crd" stores identities in kubernetes as CRDs (custom resource definition). + # These can be queried with: + # kubectl get ciliumid + # - "kvstore" stores identities in an etcd kvstore, that is + # configured below. Cilium versions before 1.6 supported only the kvstore + # backend. Upgrades from these older cilium versions should continue using + # the kvstore by commenting out the identity-allocation-mode below, or + # setting it to "kvstore". + identity-allocation-mode: {{ .Values.identityAllocationMode }} +{{- if hasKey .Values "identityHeartbeatTimeout" }} + identity-heartbeat-timeout: "{{ .Values.identityHeartbeatTimeout }}" +{{- end }} +{{- if hasKey .Values "identityGCInterval" }} + identity-gc-interval: "{{ .Values.identityGCInterval }}" +{{- end }} +{{- if hasKey .Values.operator "endpointGCInterval" }} + cilium-endpoint-gc-interval: "{{ .Values.operator.endpointGCInterval }}" +{{- end }} + +{{- if hasKey .Values "disableEndpointCRD" }} + # Disable the usage of CiliumEndpoint CRD + disable-endpoint-crd: "{{ .Values.disableEndpointCRD }}" +{{- end }} + +{{- if hasKey .Values "identityChangeGracePeriod" }} + # identity-change-grace-period is the grace period that needs to pass + # before an endpoint that has changed its identity will start using + # that new identity. During the grace period, the new identity has + # already been allocated and other nodes in the cluster have a chance + # to whitelist the new upcoming identity of the endpoint. + identity-change-grace-period: {{ default "5s" .Values.identityChangeGracePeriod | quote }} +{{- end }} + +{{- if hasKey .Values "labels" }} + # To include or exclude matched resources from cilium identity evaluation + labels: {{ .Values.labels | quote }} +{{- end }} + + # If you want to run cilium in debug mode change this value to true + debug: {{ .Values.debug.enabled | quote }} + +{{- if hasKey .Values.debug "verbose" }} + debug-verbose: "{{ .Values.debug.verbose }}" +{{- end }} + +{{- if ne (int .Values.healthPort) 9876 }} + # Set the TCP port for the agent health status API. This is not the port used + # for cilium-health. + agent-health-port: "{{ .Values.healthPort }}" +{{- end }} + +{{- if hasKey .Values "clusterHealthPort" }} + # Set the TCP port for the agent health API. This port is used for cilium-health. + cluster-health-port: "{{ .Values.clusterHealthPort }}" +{{- end }} + +{{- if hasKey .Values "policyEnforcementMode" }} + # The agent can be put into the following three policy enforcement modes + # default, always and never. + # https://docs.cilium.io/en/latest/policy/intro/#policy-enforcement-modes + enable-policy: "{{ lower .Values.policyEnforcementMode }}" +{{- end }} + +{{- if .Values.prometheus.enabled }} + # If you want metrics enabled in all of your Cilium agents, set the port for + # which the Cilium agents will have their metrics exposed. + # This option deprecates the "prometheus-serve-addr" in the + # "cilium-metrics-config" ConfigMap + # NOTE that this will open the port on ALL nodes where Cilium pods are + # scheduled. + prometheus-serve-addr: ":{{ .Values.prometheus.port }}" + # Port to expose Envoy metrics (e.g. "9095"). Envoy metrics listener will be disabled if this + # field is not set. + {{- if .Values.proxy.prometheus.enabled }} + proxy-prometheus-port: "{{ .Values.proxy.prometheus.port }}" + {{- end }} + {{- if .Values.prometheus.metrics }} + # Metrics that should be enabled or disabled from the default metric + # list. (+metric_foo to enable metric_foo , -metric_bar to disable + # metric_bar). + metrics: {{- range .Values.prometheus.metrics }} + {{ . }} + {{- end }} + {{- end }} +{{- end }} + +{{- if .Values.operator.prometheus.enabled }} + # If you want metrics enabled in cilium-operator, set the port for + # which the Cilium Operator will have their metrics exposed. + # NOTE that this will open the port on the nodes where Cilium operator pod + # is scheduled. + operator-prometheus-serve-addr: ":{{ .Values.operator.prometheus.port }}" + enable-metrics: "true" +{{- end }} + +{{- if .Values.operator.skipCRDCreation }} + skip-crd-creation: "true" +{{- end }} + + # Enable IPv4 addressing. If enabled, all endpoints are allocated an IPv4 + # address. + enable-ipv4: {{ .Values.ipv4.enabled | quote }} + + # Enable IPv6 addressing. If enabled, all endpoints are allocated an IPv6 + # address. + enable-ipv6: {{ .Values.ipv6.enabled | quote }} + +{{- if .Values.cleanState }} + # If a serious issue occurs during Cilium startup, this + # invasive option may be set to true to remove all persistent + # state. Endpoints will not be restored using knowledge from a + # prior Cilium run, so they may receive new IP addresses upon + # restart. This also triggers clean-cilium-bpf-state. + clean-cilium-state: "true" +{{- end }} + +{{- if .Values.cleanBpfState }} + # If you want to clean cilium BPF state, set this to true; + # Removes all BPF maps from the filesystem. Upon restart, + # endpoints are restored with the same IP addresses, however + # any ongoing connections may be disrupted briefly. + # Loadbalancing decisions will be reset, so any ongoing + # connections via a service may be loadbalanced to a different + # backend after restart. + clean-cilium-bpf-state: "true" +{{- end }} + +{{- if hasKey .Values.cni "customConf" }} + # Users who wish to specify their own custom CNI configuration file must set + # custom-cni-conf to "true", otherwise Cilium may overwrite the configuration. + custom-cni-conf: "{{ .Values.cni.customConf }}" +{{- end }} + +{{- if hasKey .Values "bpfClockProbe" }} + enable-bpf-clock-probe: {{ .Values.bpfClockProbe | quote }} +{{- else if eq $defaultBpfClockProbe "true" }} + enable-bpf-clock-probe: {{ $defaultBpfClockProbe | quote }} +{{- end }} + +{{- if hasKey .Values.bpf "tproxy" }} + enable-bpf-tproxy: {{ .Values.bpf.tproxy | quote }} +{{- else if eq $defaultBpfTProxy "true" }} + enable-bpf-tproxy: {{ $defaultBpfTProxy | quote }} +{{- end }} + # If you want cilium monitor to aggregate tracing for packets, set this level + # to "low", "medium", or "maximum". The higher the level, the less packets + # that will be seen in monitor output. + monitor-aggregation: {{ .Values.bpf.monitorAggregation }} + + # The monitor aggregation interval governs the typical time between monitor + # notification events for each allowed connection. + # + # Only effective when monitor aggregation is set to "medium" or higher. + monitor-aggregation-interval: {{ .Values.bpf.monitorInterval }} + + # The monitor aggregation flags determine which TCP flags which, upon the + # first observation, cause monitor notifications to be generated. + # + # Only effective when monitor aggregation is set to "medium" or higher. + monitor-aggregation-flags: {{ .Values.bpf.monitorFlags }} + + + + +{{- if hasKey .Values.bpf "mapDynamicSizeRatio" }} + # Specifies the ratio (0.0-1.0) of total system memory to use for dynamic + # sizing of the TCP CT, non-TCP CT, NAT and policy BPF maps. + bpf-map-dynamic-size-ratio: {{ .Values.bpf.mapDynamicSizeRatio | quote }} +{{- else if ne $defaultBpfMapDynamicSizeRatio 0.0 }} + # Specifies the ratio (0.0-1.0) of total system memory to use for dynamic + # sizing of the TCP CT, non-TCP CT, NAT and policy BPF maps. + bpf-map-dynamic-size-ratio: {{ $defaultBpfMapDynamicSizeRatio | quote }} +{{- end }} + +{{- if hasKey .Values.bpf "hostRouting" }} + enable-host-legacy-routing: {{ .Values.bpf.hostRouting | quote }} +{{- end }} + +{{- if or $bpfCtTcpMax $bpfCtAnyMax }} + # bpf-ct-global-*-max specifies the maximum number of connections + # supported across all endpoints, split by protocol: tcp or other. One pair + # of maps uses these values for IPv4 connections, and another pair of maps + # use these values for IPv6 connections. + # + # If these values are modified, then during the next Cilium startup the + # tracking of ongoing connections may be disrupted. As a result, reply + # packets may be dropped and the load-balancing decisions for established + # connections may change. + # + # For users upgrading from Cilium 1.2 or earlier, to minimize disruption + # during the upgrade process, set bpf-ct-global-tcp-max to 1000000. +{{- if $bpfCtTcpMax }} + bpf-ct-global-tcp-max: {{ $bpfCtTcpMax | quote }} +{{- end }} +{{- if $bpfCtAnyMax }} + bpf-ct-global-any-max: {{ $bpfCtAnyMax | quote }} +{{- end }} +{{- end }} +{{- if hasKey .Values.bpf "natMax" }} + # bpf-nat-global-max specified the maximum number of entries in the + # BPF NAT table. + bpf-nat-global-max: "{{ .Values.bpf.natMax }}" +{{- end }} +{{- if hasKey .Values.bpf "neighMax" }} + # bpf-neigh-global-max specified the maximum number of entries in the + # BPF neighbor table. + bpf-neigh-global-max: "{{ .Values.bpf.neighMax }}" +{{- end }} +{{- if hasKey .Values.bpf "policyMapMax" }} + # bpf-policy-map-max specifies the maximum number of entries in endpoint + # policy map (per endpoint) + bpf-policy-map-max: "{{ .Values.bpf.policyMapMax }}" +{{- end }} +{{- if hasKey .Values.bpf "lbMapMax" }} + # bpf-lb-map-max specifies the maximum number of entries in bpf lb service, + # backend and affinity maps. + bpf-lb-map-max: "{{ .Values.bpf.lbMapMax }}" +{{- end }} + # bpf-lb-bypass-fib-lookup instructs Cilium to enable the FIB lookup bypass + # optimization for nodeport reverse NAT handling. +{{- if hasKey .Values.bpf "lbBypassFIBLookup" }} + bpf-lb-bypass-fib-lookup: {{ .Values.bpf.lbBypassFIBLookup | quote }} +{{- end }} +{{- if hasKey .Values.bpf "lbExternalClusterIP" }} + bpf-lb-external-clusterip: {{ .Values.bpf.lbExternalClusterIP | quote }} +{{- end }} + + # Pre-allocation of map entries allows per-packet latency to be reduced, at + # the expense of up-front memory allocation for the entries in the maps. The + # default value below will minimize memory usage in the default installation; + # users who are sensitive to latency may consider setting this to "true". + # + # This option was introduced in Cilium 1.4. Cilium 1.3 and earlier ignore + # this option and behave as though it is set to "true". + # + # If this value is modified, then during the next Cilium startup the restore + # of existing endpoints and tracking of ongoing connections may be disrupted. + # As a result, reply packets may be dropped and the load-balancing decisions + # for established connections may change. + # + # If this option is set to "false" during an upgrade from 1.3 or earlier to + # 1.4 or later, then it may cause one-time disruptions during the upgrade. + preallocate-bpf-maps: "{{ .Values.bpf.preallocateMaps }}" + + # Regular expression matching compatible Istio sidecar istio-proxy + # container image names + sidecar-istio-proxy-image: "{{ .Values.proxy.sidecarImageRegex }}" + + # Name of the cluster. Only relevant when building a mesh of clusters. + cluster-name: {{ .Values.cluster.name }} + +{{- if hasKey .Values.cluster "id" }} + # Unique ID of the cluster. Must be unique across all conneted clusters and + # in the range of 1 and 255. Only relevant when building a mesh of clusters. + cluster-id: "{{ .Values.cluster.id }}" +{{- end }} + + # Encapsulation mode for communication between nodes + # Possible values: + # - disabled + # - vxlan (default) + # - geneve +{{- if .Values.gke.enabled }} + tunnel: "disabled" + enable-endpoint-routes: "true" + enable-local-node-route: "false" +{{- else }} + tunnel: {{ .Values.tunnel }} +{{- end }} + +{{- if hasKey .Values "tunnelPort" }} + tunnel-port: "{{ .Values.tunnelPort }}" +{{- end }} + +{{- if .Values.eni.enabled }} + enable-endpoint-routes: "true" + auto-create-cilium-node-resource: "true" +{{- if .Values.eni.updateEC2AdapterLimitViaAPI }} + update-ec2-adapter-limit-via-api: "true" +{{- end }} +{{- if .Values.eni.awsReleaseExcessIPs }} + aws-release-excess-ips: "true" +{{- end }} + ec2-api-endpoint: {{ .Values.eni.ec2APIEndpoint | quote }} + eni-tags: {{ .Values.eni.eniTags | toRawJson | quote }} + subnet-ids-filter: {{ .Values.eni.subnetIDsFilter | quote }} + subnet-tags-filter: {{ .Values.eni.subnetTagsFilter | quote }} +{{- end }} + +{{- if .Values.azure.enabled }} + enable-endpoint-routes: "true" + auto-create-cilium-node-resource: "true" + enable-local-node-route: "false" +{{- if .Values.azure.userAssignedIdentityID }} + azure-user-assigned-identity-id: {{ .Values.azure.userAssignedIdentityID | quote }} +{{- end }} +{{- end }} + +{{- if .Values.alibabacloud.enabled }} + enable-endpoint-routes: "true" + auto-create-cilium-node-resource: "true" +{{- end }} + +{{- if hasKey .Values "l7Proxy" }} + # Enables L7 proxy for L7 policy enforcement and visibility + enable-l7-proxy: {{ .Values.l7Proxy | quote }} +{{- end }} + +{{- if ne .Values.cni.chainingMode "none" }} + # Enable chaining with another CNI plugin + # + # Supported modes: + # - none + # - aws-cni + # - flannel + # - portmap (Enables HostPort support for Cilium) + cni-chaining-mode: {{ .Values.cni.chainingMode }} + +{{- if hasKey .Values "enableIdentityMark" }} + enable-identity-mark: {{ .Values.enableIdentityMark | quote }} +{{- else if (ne $enableIdentityMark "true") }} + enable-identity-mark: "false" +{{- end }} +{{- if ne .Values.cni.chainingMode "portmap" }} + # Disable the PodCIDR route to the cilium_host interface as it is not + # required. While chaining, it is the responsibility of the underlying plugin + # to enable routing. + enable-local-node-route: "false" +{{- end }} +{{- end }} + + enable-ipv4-masquerade: {{ .Values.enableIPv4Masquerade | quote }} + enable-ipv6-masquerade: {{ .Values.enableIPv6Masquerade | quote }} + +{{- if hasKey .Values.bpf "masquerade" }} + enable-bpf-masquerade: {{ .Values.bpf.masquerade | quote }} +{{- else if eq $defaultBpfMasquerade "true" }} + enable-bpf-masquerade: {{ $defaultBpfMasquerade | quote }} +{{- end }} +{{- if hasKey .Values "egressMasqueradeInterfaces" }} + egress-masquerade-interfaces: {{ .Values.egressMasqueradeInterfaces }} +{{- end }} +{{- if and .Values.ipMasqAgent .Values.ipMasqAgent.enabled }} + enable-ip-masq-agent: "true" +{{- end }} + +{{- if .Values.encryption.enabled }} + {{- if eq .Values.encryption.type "ipsec" }} + enable-ipsec: {{ .Values.encryption.enabled | quote }} + + {{- if and .Values.encryption.ipsec.mountPath .Values.encryption.ipsec.keyFile }} + ipsec-key-file: {{ .Values.encryption.ipsec.mountPath }}/{{ .Values.encryption.ipsec.keyFile }} + {{- else }} + ipsec-key-file: {{ .Values.encryption.mountPath }}/{{ .Values.encryption.keyFile }} + {{- end }} + {{- if .Values.encryption.ipsec.interface }} + encrypt-interface: {{ .Values.encryption.ipsec.interface }} + {{- else if .Values.encryption.interface }} + encrypt-interface: {{ .Values.encryption.interface }} + {{- end }} + + {{- if .Values.encryption.nodeEncryption }} + encrypt-node: {{ .Values.encryption.nodeEncryption | quote }} + {{- end }} + {{- else if eq .Values.encryption.type "wireguard" }} + enable-wireguard: {{ .Values.encryption.enabled | quote }} + {{- if .Values.encryption.wireguard.userspaceFallback }} + enable-wireguard-userspace-fallback: {{ .Values.encryption.wireguard.userspaceFallback | quote }} + {{- end }} + {{- end }} +{{- end }} + +{{- if hasKey .Values "datapathMode" }} +{{- if eq .Values.datapathMode "ipvlan" }} + datapath-mode: ipvlan + ipvlan-master-device: {{ .Values.ipvlan.masterDevice }} +{{- end }} +{{- end }} + + enable-xt-socket-fallback: {{ .Values.enableXTSocketFallback | quote }} + install-iptables-rules: {{ .Values.installIptablesRules | quote }} +{{- if or (.Values.azure.enabled) (.Values.eni.enabled) (.Values.gke.enabled) (ne .Values.cni.chainingMode "none") }} + install-no-conntrack-iptables-rules: "false" +{{- else }} + install-no-conntrack-iptables-rules: {{ .Values.installNoConntrackIptablesRules | quote }} +{{- end}} + +{{- if hasKey .Values "iptablesRandomFully" }} + iptables-random-fully: {{ .Values.iptablesRandomFully | quote }} +{{- end }} + +{{- if hasKey .Values "iptablesLockTimeout" }} + iptables-lock-timeout: {{ .Values.iptablesLockTimeout | quote }} +{{- end }} + + auto-direct-node-routes: {{ .Values.autoDirectNodeRoutes | quote }} + enable-bandwidth-manager: {{ .Values.bandwidthManager | quote }} + +{{- if hasKey .Values "localRedirectPolicy" }} + enable-local-redirect-policy: {{ .Values.localRedirectPolicy | quote }} +{{- end }} + +{{- if hasKey .Values "nativeRoutingCIDR" }} + ipv4-native-routing-cidr: {{ .Values.nativeRoutingCIDR }} +{{- else if hasKey .Values "ipv4NativeRoutingCIDR" }} + ipv4-native-routing-cidr: {{ .Values.ipv4NativeRoutingCIDR }} +{{- end }} + +{{- if hasKey .Values "fragmentTracking" }} + enable-ipv4-fragment-tracking: {{ .Values.fragmentTracking | quote }} +{{- else if (ne $fragmentTracking "true") }} + enable-ipv4-fragment-tracking: "false" +{{- end }} + +{{- if and .Values.hostFirewall .Values.hostFirewall.enabled }} + enable-host-firewall: {{ .Values.hostFirewall.enabled | quote }} +{{- end}} + +{{- if hasKey .Values "devices" }} + # List of devices used to attach bpf_host.o (implements BPF NodePort, + # host-firewall and BPF masquerading) + devices: {{ join " " .Values.devices | quote }} +{{- end }} + + kube-proxy-replacement: {{ $kubeProxyReplacement | quote }} +{{- if ne $kubeProxyReplacement "disabled" }} + kube-proxy-replacement-healthz-bind-address: {{ default "" .Values.kubeProxyReplacementHealthzBindAddr | quote}} +{{- end }} + +{{- if hasKey .Values "hostServices" }} +{{- if .Values.hostServices.enabled }} + enable-host-reachable-services: {{ .Values.hostServices.enabled | quote }} +{{- end }} +{{- if ne .Values.hostServices.protocols "tcp,udp" }} + host-reachable-services-protos: {{ .Values.hostServices.protocols }} +{{- end }} +{{- if hasKey .Values.hostServices "hostNamespaceOnly" }} + bpf-lb-sock-hostns-only: {{ .Values.hostServices.hostNamespaceOnly | quote }} +{{- end }} +{{- end }} +{{- if hasKey .Values "hostPort" }} +{{- if eq $kubeProxyReplacement "partial" }} + enable-host-port: {{ .Values.hostPort.enabled | quote }} +{{- end }} +{{- end }} +{{- if hasKey .Values "externalIPs" }} +{{- if eq $kubeProxyReplacement "partial" }} + enable-external-ips: {{ .Values.externalIPs.enabled | quote }} +{{- end }} +{{- end }} +{{- if hasKey .Values "nodePort" }} +{{- if eq $kubeProxyReplacement "partial" }} + enable-node-port: {{ .Values.nodePort.enabled | quote }} +{{- end }} +{{- if hasKey .Values.nodePort "range" }} + node-port-range: {{ .Values.nodePort.range | quote }} +{{- end }} +{{- if hasKey .Values.nodePort "directRoutingDevice" }} + direct-routing-device: {{ .Values.nodePort.directRoutingDevice | quote }} +{{- end }} +{{- if hasKey .Values.nodePort "enableHealthCheck" }} + enable-health-check-nodeport: {{ .Values.nodePort.enableHealthCheck | quote}} +{{- end }} + node-port-bind-protection: {{ .Values.nodePort.bindProtection | quote }} + enable-auto-protect-node-port-range: {{ .Values.nodePort.autoProtectPortRange | quote }} +{{- end }} +{{- if hasKey .Values "loadBalancer" }} +{{- if .Values.loadBalancer.standalone }} + datapath-mode: lb-only +{{- end }} +{{- if hasKey .Values.loadBalancer "mode" }} + bpf-lb-mode: {{ .Values.loadBalancer.mode | quote }} +{{- end }} +{{- if hasKey .Values.loadBalancer "algorithm" }} + bpf-lb-algorithm: {{ .Values.loadBalancer.algorithm | quote }} +{{- end }} +{{- if hasKey .Values.loadBalancer "acceleration" }} + bpf-lb-acceleration: {{ .Values.loadBalancer.acceleration | quote }} +{{- end }} +{{- if hasKey .Values.loadBalancer "dsrDispatch" }} + bpf-lb-dsr-dispatch: {{ .Values.loadBalancer.dsrDispatch | quote }} +{{- end }} +{{- if hasKey .Values.loadBalancer "serviceTopology" }} + enable-service-topology: {{ .Values.loadBalancer.serviceTopology | quote }} +{{- end }} + +{{- end }} +{{- if hasKey .Values.maglev "tableSize" }} + bpf-lb-maglev-table-size: {{ .Values.maglev.tableSize | quote}} +{{- end }} +{{- if hasKey .Values.maglev "hashSeed" }} + bpf-lb-maglev-hash-seed: {{ .Values.maglev.hashSeed | quote}} +{{- end }} +{{- if .Values.sessionAffinity }} + enable-session-affinity: {{ .Values.sessionAffinity | quote }} +{{- else if eq $defaultSessionAffinity "true" }} + enable-session-affinity: {{ $defaultSessionAffinity | quote }} +{{- end }} +{{- if .Values.svcSourceRangeCheck }} + enable-svc-source-range-check: {{ .Values.svcSourceRangeCheck | quote }} +{{- end }} + +{{- if hasKey .Values "l2NeighDiscovery" }} +{{- if hasKey .Values.l2NeighDiscovery "enabled" }} + enable-l2-neigh-discovery: {{ .Values.l2NeighDiscovery.enabled | quote }} +{{- end }} +{{- if hasKey .Values.l2NeighDiscovery "refreshPeriod" }} + arping-refresh-period: {{ .Values.l2NeighDiscovery.refreshPeriod | quote }} +{{- end }} +{{- end }} + +{{- if and .Values.pprof .Values.pprof.enabled }} + pprof: {{ .Values.pprof.enabled | quote }} +{{- end }} +{{- if .Values.logSystemLoad }} + log-system-load: {{ .Values.logSystemLoad | quote }} +{{- end }} +{{- if .Values.logOptions }} + log-opt: {{ .Values.logOptions | toJson | quote }} +{{- end }} +{{- if and .Values.sockops .Values.sockops.enabled }} + sockops-enable: {{ .Values.sockops.enabled | quote }} +{{- end }} +{{- if hasKey .Values.k8s "requireIPv4PodCIDR" }} + k8s-require-ipv4-pod-cidr: {{ .Values.k8s.requireIPv4PodCIDR | quote }} +{{- end }} +{{- if hasKey .Values.k8s "requireIPv6PodCIDR" }} + k8s-require-ipv6-pod-cidr: {{ .Values.k8s.requireIPv6PodCIDR | quote }} +{{- end }} +{{- if .Values.endpointStatus.enabled }} + endpoint-status: {{ required "endpointStatus.status required: policy, health, controllers, logs and / or state. For 2 or more options use a comma: \"policy, health\"" .Values.endpointStatus.status | quote }} +{{- end }} +{{- if and .Values.endpointRoutes .Values.endpointRoutes.enabled }} + enable-endpoint-routes: {{ .Values.endpointRoutes.enabled | quote }} +{{- end }} +{{- if .Values.cni.configMap }} + read-cni-conf: {{ .Values.cni.confFileMountPath }}/{{ .Values.cni.configMapKey }} + write-cni-conf-when-ready: {{ .Values.cni.hostConfDirMountPath }}/05-cilium.conflist +{{- else if .Values.cni.readCniConf }} + read-cni-conf: {{ .Values.cni.readCniConf }} +{{- end }} +{{- if .Values.kubeConfigPath }} + k8s-kubeconfig-path: {{ .Values.kubeConfigPath | quote }} +{{- end }} +{{- if and ( .Values.endpointHealthChecking.enabled ) (or (eq .Values.cni.chainingMode "portmap") (eq .Values.cni.chainingMode "none")) }} + enable-endpoint-health-checking: "true" +{{- else}} + # Disable health checking, when chaining mode is not set to portmap or none + enable-endpoint-health-checking: "false" +{{- end }} +{{- if hasKey .Values "healthChecking" }} + enable-health-checking: {{ .Values.healthChecking | quote }} +{{- end }} +{{- if or .Values.wellKnownIdentities.enabled .Values.etcd.managed }} + enable-well-known-identities: "true" +{{- else }} + enable-well-known-identities: "false" +{{- end }} + enable-remote-node-identity: {{ .Values.remoteNodeIdentity | quote }} + +{{- if hasKey .Values "synchronizeK8sNodes" }} + synchronize-k8s-nodes: {{ .Values.synchronizeK8sNodes | quote }} +{{- end }} + +{{- if hasKey .Values "policyAuditMode" }} + policy-audit-mode: {{ .Values.policyAuditMode | quote }} +{{- end }} + +{{- if ne $defaultOperatorApiServeAddr "localhost:9234" }} + operator-api-serve-addr: {{ $defaultOperatorApiServeAddr | quote }} +{{- end }} + +{{- if .Values.hubble.enabled }} + # Enable Hubble gRPC service. + enable-hubble: {{ .Values.hubble.enabled | quote }} + # UNIX domain socket for Hubble server to listen to. + hubble-socket-path: {{ .Values.hubble.socketPath | quote }} +{{- if hasKey .Values.hubble "eventQueueSize" }} + # Buffer size of the channel for Hubble to receive monitor events. If this field is not set, + # the buffer size is set to the default monitor queue size. + hubble-event-queue-size: {{ .Values.hubble.eventQueueSize | quote }} +{{- end }} +{{- if hasKey .Values.hubble "flowBufferSize" }} + # DEPRECATED: this block should be removed in 1.11 + hubble-flow-buffer-size: {{ .Values.hubble.flowBufferSize | quote }} +{{- end }} +{{- if hasKey .Values.hubble "eventBufferCapacity" }} + # Capacity of the buffer to store recent events. + hubble-event-buffer-capacity: {{ .Values.hubble.eventBufferCapacity | quote }} +{{- end }} +{{- if .Values.hubble.metrics.enabled }} + # Address to expose Hubble metrics (e.g. ":7070"). Metrics server will be disabled if this + # field is not set. + hubble-metrics-server: ":{{ .Values.hubble.metrics.port }}" + # A space separated list of metrics to enable. See [0] for available metrics. + # + # https://github.com/cilium/hubble/blob/master/Documentation/metrics.md + hubble-metrics: {{- range .Values.hubble.metrics.enabled }} + {{.}} +{{- end }} +{{- end }} +{{- if hasKey .Values.hubble "listenAddress" }} + # An additional address for Hubble server to listen to (e.g. ":4244"). + hubble-listen-address: {{ .Values.hubble.listenAddress | quote }} +{{- if .Values.hubble.tls.enabled }} + hubble-disable-tls: "false" + hubble-tls-cert-file: /var/lib/cilium/tls/hubble/server.crt + hubble-tls-key-file: /var/lib/cilium/tls/hubble/server.key + hubble-tls-client-ca-files: /var/lib/cilium/tls/hubble/client-ca.crt +{{- else }} + hubble-disable-tls: "true" +{{- end }} +{{- end }} +{{- end }} +{{- if hasKey .Values "disableIptablesFeederRules" }} + # A space separated list of iptables chains to disable when installing feeder rules. + disable-iptables-feeder-rules: {{ .Values.disableIptablesFeederRules | join " " | quote }} +{{- end }} + ipam: {{ $ipam | quote }} + +{{- if eq $ipam "cluster-pool" }} +{{- if .Values.ipv4.enabled }} + {{- if .Values.ipam.operator.clusterPoolIPv4PodCIDRList }} + cluster-pool-ipv4-cidr: {{ .Values.ipam.operator.clusterPoolIPv4PodCIDRList | join " " | quote }} + {{- else }} + cluster-pool-ipv4-cidr: {{ .Values.ipam.operator.clusterPoolIPv4PodCIDR | quote }} + {{- end }} + cluster-pool-ipv4-mask-size: {{ .Values.ipam.operator.clusterPoolIPv4MaskSize | quote }} +{{- end }} +{{- if .Values.ipv6.enabled }} + {{- if .Values.ipam.operator.clusterPoolIPv6PodCIDRList }} + cluster-pool-ipv6-cidr: {{ .Values.ipam.operator.clusterPoolIPv6PodCIDRList | join " " | quote }} + {{- else }} + cluster-pool-ipv6-cidr: {{ .Values.ipam.operator.clusterPoolIPv6PodCIDR | quote }} + {{- end }} + cluster-pool-ipv6-mask-size: {{ .Values.ipam.operator.clusterPoolIPv6MaskSize | quote }} +{{- end }} +{{- end }} + +{{- if .Values.enableCnpStatusUpdates }} + disable-cnp-status-updates: {{ (not .Values.enableCnpStatusUpdates) | quote }} +{{- else if (eq $defaultEnableCnpStatusUpdates "false") }} + disable-cnp-status-updates: "true" +{{- end }} + +{{- if .Values.egressGateway.enabled }} + enable-ipv4-egress-gateway: "true" +{{- end }} + +{{- if .Values.enableK8sEventHandover }} + enable-k8s-event-handover: "true" +{{- end }} + +{{- if hasKey .Values "crdWaitTimeout" }} + crd-wait-timeout: {{ .Values.crdWaitTimeout | quote }} +{{- else if ( ne $crdWaitTimeout "5m" ) }} + crd-wait-timeout: {{ $crdWaitTimeout | quote }} +{{- end }} + +{{- if .Values.enableK8sEndpointSlice }} + enable-k8s-endpoint-slice: {{ .Values.enableK8sEndpointSlice | quote }} +{{- end }} + +{{- if hasKey .Values.k8s "serviceProxyName" }} + # Configure service proxy name for Cilium. + k8s-service-proxy-name: {{ .Values.k8s.serviceProxyName | quote }} +{{- end }} + +{{- if and .Values.customCalls .Values.customCalls.enabled }} + # Enable tail call hooks for custom eBPF programs. + enable-custom-calls: {{ .Values.customCalls.enabled | quote }} +{{- end }} + +{{- if and .Values.bgp.enabled (and (not .Values.bgp.announce.loadbalancerIP) (not .Values.bgp.announce.podCIDR)) }} + {{ fail "BGP was enabled, but no announcements were enabled. Please enable one or more announcements." }} +{{- end }} + +{{- if and .Values.bgp.enabled .Values.bgp.announce.loadbalancerIP }} + bgp-announce-lb-ip: {{ .Values.bgp.announce.loadbalancerIP | quote }} +{{- end }} + +{{- if and .Values.bgp.enabled .Values.bgp.announce.podCIDR }} + bgp-announce-pod-cidr: {{ .Values.bgp.announce.podCIDR | quote }} +{{- end}} + +{{- if hasKey .Values.cgroup "hostRoot" }} + cgroup-root: {{ .Values.cgroup.hostRoot | quote }} +{{- end }} + +{{- if hasKey .Values.bpf "vlanBypass" }} + # A space separated list of explicitly allowed vlan id's + vlan-bpf-bypass: {{ .Values.bpf.vlanBypass | join " " | quote }} +{{- end }} + +{{- if .Values.enableCiliumEndpointSlice }} + enable-cilium-endpoint-slice: "true" +{{- end }} + +{{- if hasKey .Values "enableK8sTerminatingEndpoint" }} + enable-k8s-terminating-endpoint: {{ .Values.enableK8sTerminatingEndpoint | quote }} +{{- end }} + +{{- if .Values.extraConfig }} + {{ toYaml .Values.extraConfig | nindent 2 }} +{{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-nodeinit/daemonset.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-nodeinit/daemonset.yaml new file mode 100755 index 0000000..f2411a0 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-nodeinit/daemonset.yaml @@ -0,0 +1,86 @@ +{{- if .Values.nodeinit.enabled }} +--- +kind: DaemonSet +apiVersion: apps/v1 +metadata: + name: cilium-node-init + namespace: {{ .Release.Namespace }} + labels: + app: cilium-node-init +spec: + selector: + matchLabels: + app: cilium-node-init + template: + metadata: + annotations: + {{- with .Values.nodeinit.podAnnotations }} + {{- toYaml . | nindent 8 }} + {{- end }} + labels: + app: cilium-node-init + {{- with .Values.nodeinit.podLabels }} + {{- toYaml . | nindent 8 }} + {{- end }} + spec: + {{- with .Values.tolerations }} + tolerations: + {{- toYaml . | trim | nindent 8 }} + {{- end }} + hostPID: true + hostNetwork: true + priorityClassName: {{ include "cilium.priorityClass" (list $ .Values.nodeinit.priorityClassName "system-node-critical") }} + {{- with .Values.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 8 }} + {{- end }} + volumes: + # To access iptables concurrently with other processes (e.g. kube-proxy) + - hostPath: + path: /run/xtables.lock + type: FileOrCreate + name: xtables-lock + containers: + - name: node-init + image: {{ include "cilium.image" .Values.nodeinit.image | quote }} + imagePullPolicy: {{ .Values.nodeinit.image.pullPolicy }} + securityContext: + privileged: true + volumeMounts: + # To access iptables concurrently with other processes (e.g. kube-proxy) + - mountPath: /run/xtables.lock + name: xtables-lock + lifecycle: +{{- if .Values.eni.enabled }} + postStart: + exec: + command: + - "/bin/sh" + - "-c" + - | + {{- tpl (.Files.Get "files/nodeinit/poststart-eni.bash") . | nindent 20 }} +{{- end }} +{{- if .Values.nodeinit.revertReconfigureKubelet }} + preStop: + exec: + command: + - nsenter + - --target=1 + - --mount + - -- + - /bin/sh + - -c + - | + {{- tpl (.Files.Get "files/nodeinit/prestop.bash") . | nindent 20 }} + {{- end }} + env: + - name: CHECKPOINT_PATH + value: /tmp/node-init.cilium.io + # STARTUP_SCRIPT is the script run on node bootstrap. Node + # bootstrapping can be customized in this script. This script is invoked + # using nsenter, so it runs in the host's network and mount namespace using + # the host's userland tools! + - name: STARTUP_SCRIPT + value: | + {{- tpl (.Files.Get "files/nodeinit/startup.bash") . | nindent 14 }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/_helpers.tpl b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/_helpers.tpl new file mode 100755 index 0000000..8334196 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/_helpers.tpl @@ -0,0 +1,32 @@ +{{- define "cilium.operator.cloud" -}} +{{- $cloud := "generic" -}} +{{- if .Values.eni.enabled -}} + {{- $cloud = "aws" -}} +{{- else if .Values.azure.enabled -}} + {{- $cloud = "azure" -}} +{{- else if .Values.alibabacloud.enabled -}} + {{- $cloud = "alibabacloud" -}} +{{- end -}} +{{- $cloud -}} +{{- end -}} + +{{- define "cilium.operator.imageDigestName" -}} +{{- $imageDigest := (.Values.operator.image.useDigest | default false) | ternary (printf "@%s" .Values.operator.image.genericDigest) "" -}} +{{- if .Values.eni.enabled -}} + {{- $imageDigest = (.Values.operator.image.useDigest | default false) | ternary (printf "@%s" .Values.operator.image.awsDigest) "" -}} +{{- else if .Values.azure.enabled -}} + {{- $imageDigest = (.Values.operator.image.useDigest | default false) | ternary (printf "@%s" .Values.operator.image.azureDigest) "" -}} +{{- else if .Values.alibabacloud.enabled -}} + {{- $imageDigest = (.Values.operator.image.useDigest | default false) | ternary (printf "@%s" .Values.operator.image.alibabacloudDigest) "" -}} +{{- end -}} +{{- $imageDigest -}} +{{- end -}} + +{{/* +Return cilium operator image +*/}} +{{- define "cilium.operator.image" -}} +{{- $cloud := include "cilium.operator.cloud" . }} +{{- $imageDigest := include "cilium.operator.imageDigestName" . }} +{{- printf "%s-%s%s:%s%s" .Values.operator.image.repository $cloud .Values.operator.image.suffix .Values.operator.image.tag $imageDigest -}} +{{- end -}} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/clusterrole.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/clusterrole.yaml new file mode 100755 index 0000000..9665c3f --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/clusterrole.yaml @@ -0,0 +1,101 @@ +{{- if and .Values.operator.enabled .Values.serviceAccounts.operator.create }} +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + name: cilium-operator +rules: +- apiGroups: + - "" + resources: + # to automatically delete [core|kube]dns pods so that are starting to being + # managed by Cilium + - pods + verbs: + - get + - list + - watch + - delete +- apiGroups: + - discovery.k8s.io + resources: + - endpointslices + verbs: + - get + - list + - watch +- apiGroups: + - "" + resources: + - services + verbs: + - get + - list + - watch +- apiGroups: + - "" + resources: + # to perform LB IP allocation for BGP + - services/status + verbs: + - update +- apiGroups: + - "" + resources: + # to perform the translation of a CNP that contains `ToGroup` to its endpoints + - services + - endpoints + # to check apiserver connectivity + - namespaces + verbs: + - get + - list + - watch +- apiGroups: + - cilium.io + resources: + - ciliumnetworkpolicies + - ciliumnetworkpolicies/status + - ciliumnetworkpolicies/finalizers + - ciliumclusterwidenetworkpolicies + - ciliumclusterwidenetworkpolicies/status + - ciliumclusterwidenetworkpolicies/finalizers + - ciliumendpoints + - ciliumendpoints/status + - ciliumendpoints/finalizers + - ciliumnodes + - ciliumnodes/status + - ciliumnodes/finalizers + - ciliumidentities + - ciliumendpointslices + - ciliumidentities/status + - ciliumidentities/finalizers + - ciliumlocalredirectpolicies + - ciliumlocalredirectpolicies/status + - ciliumlocalredirectpolicies/finalizers + verbs: + - '*' +- apiGroups: + - apiextensions.k8s.io + resources: + - customresourcedefinitions + verbs: + - create + - get + - list + - update + - watch +# For cilium-operator running in HA mode. +# +# Cilium operator running in HA mode requires the use of ResourceLock for Leader Election +# between multiple running instances. +# The preferred way of doing this is to use LeasesResourceLock as edits to Leases are less +# common and fewer objects in the cluster watch "all Leases". +- apiGroups: + - coordination.k8s.io + resources: + - leases + verbs: + - create + - get + - update +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/clusterrolebinding.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/clusterrolebinding.yaml new file mode 100755 index 0000000..4eb6c82 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/clusterrolebinding.yaml @@ -0,0 +1,14 @@ +{{- if and .Values.operator.enabled .Values.serviceAccounts.operator.create }} +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + name: cilium-operator +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: cilium-operator +subjects: +- kind: ServiceAccount + name: {{ .Values.serviceAccounts.operator.name | quote }} + namespace: {{ .Release.Namespace }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/deployment.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/deployment.yaml new file mode 100755 index 0000000..f6e77c8 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/deployment.yaml @@ -0,0 +1,265 @@ +{{- if .Values.operator.enabled }} +--- +apiVersion: apps/v1 +kind: Deployment +metadata: + name: cilium-operator + namespace: {{ .Release.Namespace }} + labels: + io.cilium/app: operator + name: cilium-operator +spec: + # See docs on ServerCapabilities.LeasesResourceLock in file pkg/k8s/version/version.go + # for more details. + replicas: {{ .Values.operator.replicas }} + selector: + matchLabels: + io.cilium/app: operator + name: cilium-operator + {{- with .Values.operator.updateStrategy }} + strategy: + {{- toYaml . | trim | nindent 4 }} + {{- end }} + template: + metadata: + annotations: + {{- if .Values.operator.rollOutPods }} + # ensure pods roll when configmap updates + cilium.io/cilium-configmap-checksum: {{ include (print $.Template.BasePath "/cilium-configmap.yaml") . | sha256sum | quote }} + {{- end }} + {{- if and .Values.operator.prometheus.enabled (not .Values.operator.prometheus.serviceMonitor.enabled) }} + prometheus.io/port: {{ .Values.operator.prometheus.port | quote }} + prometheus.io/scrape: "true" + {{- end }} + {{- with .Values.operator.podAnnotations }} + {{- toYaml . | nindent 8 }} + {{- end }} + labels: + io.cilium/app: operator + name: cilium-operator + {{- with .Values.operator.podLabels }} + {{- toYaml . | nindent 8 }} + {{- end }} + spec: + # In HA mode, cilium-operator pods must not be scheduled on the same + # node as they will clash with each other. + {{- with .Values.operator.affinity }} + affinity: + {{- toYaml . | trim | nindent 8 }} + {{- end }} + {{- with .Values.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 8 }} + {{- end }} + containers: + - name: cilium-operator + image: {{ include "cilium.operator.image" . }} + imagePullPolicy: {{ .Values.operator.image.pullPolicy }} + command: + - cilium-operator-{{ include "cilium.operator.cloud" . }} + args: + - --config-dir=/tmp/cilium/config-map + - --debug=$(CILIUM_DEBUG) + {{- with .Values.operator.extraArgs }} + {{- toYaml . | trim | nindent 8 }} + {{- end }} + env: + - name: K8S_NODE_NAME + valueFrom: + fieldRef: + apiVersion: v1 + fieldPath: spec.nodeName + - name: CILIUM_K8S_NAMESPACE + valueFrom: + fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + - name: CILIUM_DEBUG + valueFrom: + configMapKeyRef: + key: debug + name: cilium-config + optional: true + {{- if and .Values.eni.enabled (not .Values.eni.iamRole ) }} + - name: AWS_ACCESS_KEY_ID + valueFrom: + secretKeyRef: + name: cilium-aws + key: AWS_ACCESS_KEY_ID + optional: true + - name: AWS_SECRET_ACCESS_KEY + valueFrom: + secretKeyRef: + name: cilium-aws + key: AWS_SECRET_ACCESS_KEY + optional: true + - name: AWS_DEFAULT_REGION + valueFrom: + secretKeyRef: + name: cilium-aws + key: AWS_DEFAULT_REGION + optional: true + {{- end }} + {{- if .Values.alibabacloud.enabled }} + - name: ALIBABA_CLOUD_ACCESS_KEY_ID + valueFrom: + secretKeyRef: + name: cilium-alibabacloud + key: ALIBABA_CLOUD_ACCESS_KEY_ID + optional: true + - name: ALIBABA_CLOUD_ACCESS_KEY_SECRET + valueFrom: + secretKeyRef: + name: cilium-alibabacloud + key: ALIBABA_CLOUD_ACCESS_KEY_SECRET + optional: true + {{- end }} + {{- if .Values.k8sServiceHost }} + - name: KUBERNETES_SERVICE_HOST + value: {{ .Values.k8sServiceHost | quote }} + {{- end }} + {{- if .Values.k8sServicePort }} + - name: KUBERNETES_SERVICE_PORT + value: {{ .Values.k8sServicePort | quote }} + {{- end }} + {{- if .Values.azure.enabled }} + {{- if .Values.azure.subscriptionID }} + - name: AZURE_SUBSCRIPTION_ID + value: {{ .Values.azure.subscriptionID }} + {{- end }} + {{- if .Values.azure.tenantID }} + - name: AZURE_TENANT_ID + value: {{ .Values.azure.tenantID }} + {{- end }} + {{- if .Values.azure.resourceGroup }} + - name: AZURE_RESOURCE_GROUP + value: {{ .Values.azure.resourceGroup }} + {{- end }} + {{- if .Values.azure.clientID }} + - name: AZURE_CLIENT_ID + value: {{ .Values.azure.clientID }} + {{- end }} + {{- if .Values.azure.clientSecret }} + - name: AZURE_CLIENT_SECRET + value: {{ .Values.azure.clientSecret }} + {{- end }} + {{- end }} + {{- range $key, $value := .Values.operator.extraEnv }} + - name: {{ $key }} + value: {{ $value }} + {{- end }} + {{- if .Values.operator.prometheus.enabled }} + ports: + - name: prometheus + containerPort: {{ .Values.operator.prometheus.port }} + hostPort: {{ .Values.operator.prometheus.port }} + protocol: TCP + {{- end }} + livenessProbe: + httpGet: + host: {{ .Values.ipv4.enabled | ternary "127.0.0.1" "::1" | quote }} + path: /healthz + port: 9234 + scheme: HTTP + initialDelaySeconds: 60 + periodSeconds: 10 + timeoutSeconds: 3 + volumeMounts: + - name: cilium-config-path + mountPath: /tmp/cilium/config-map + readOnly: true + {{- if .Values.etcd.enabled }} + - name: etcd-config-path + mountPath: /var/lib/etcd-config + readOnly: true + {{- if or .Values.etcd.ssl .Values.etcd.managed }} + - name: etcd-secrets + mountPath: /var/lib/etcd-secrets + readOnly: true + {{- end }} + {{- end }} + {{- if .Values.kubeConfigPath }} + - name: kube-config + mountPath: {{ .Values.kubeConfigPath }} + readOnly: true + {{- end }} + {{- range .Values.operator.extraHostPathMounts }} + - name: {{ .name }} + mountPath: {{ .mountPath }} + readOnly: {{ .readOnly }} + {{- if .mountPropagation }} + mountPropagation: {{ .mountPropagation }} + {{- end }} + {{- end }} + {{- if .Values.bgp.enabled }} + - name: bgp-config-path + mountPath: /var/lib/cilium/bgp + readOnly: true + {{- end }} + {{- with .Values.operator.resources }} + resources: + {{- toYaml . | trim | nindent 10 }} + {{- end }} + hostNetwork: true + {{- if and .Values.etcd.managed (not .Values.etcd.k8sService) }} + # In managed etcd mode, Cilium must be able to resolve the DNS name of + # the etcd service + dnsPolicy: ClusterFirstWithHostNet + {{- end }} + restartPolicy: Always + priorityClassName: {{ include "cilium.priorityClass" (list $ .Values.operator.priorityClassName "system-cluster-critical") }} + serviceAccount: {{ .Values.serviceAccounts.operator.name | quote }} + serviceAccountName: {{ .Values.serviceAccounts.operator.name | quote }} + {{- with .Values.operator.nodeSelector }} + nodeSelector: + {{- toYaml . | trim | nindent 8 }} + {{- end }} + {{- with .Values.operator.tolerations }} + tolerations: + {{- toYaml . | trim | nindent 8 }} + {{- end }} + volumes: + # To read the configuration from the config map + - name: cilium-config-path + configMap: + name: cilium-config + {{- if .Values.etcd.enabled }} + # To read the etcd config stored in config maps + - name: etcd-config-path + configMap: + name: cilium-config + # note: the leading zero means this number is in octal representation: do not remove it + defaultMode: 0400 + items: + - key: etcd-config + path: etcd.config + {{- if or .Values.etcd.ssl .Values.etcd.managed }} + # To read the k8s etcd secrets in case the user might want to use TLS + - name: etcd-secrets + secret: + secretName: cilium-etcd-secrets + # note: the leading zero means this number is in octal representation: do not remove it + defaultMode: 0400 + optional: true + {{- end }} + {{- end }} + {{- if .Values.kubeConfigPath }} + - name: kube-config + hostPath: + path: {{ .Values.kubeConfigPath }} + type: FileOrCreate + {{- end }} + {{- range .Values.operator.extraHostPathMounts }} + - name: {{ .name }} + hostPath: + path: {{ .hostPath }} + {{- if .hostPathType }} + type: {{ .hostPathType }} + {{- end }} + {{- end }} + {{- if .Values.bgp.enabled }} + - name: bgp-config-path + configMap: + name: bgp-config + {{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/service.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/service.yaml new file mode 100755 index 0000000..01030ae --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/service.yaml @@ -0,0 +1,21 @@ +{{- if and .Values.operator.enabled .Values.operator.prometheus.enabled .Values.operator.prometheus.serviceMonitor.enabled }} +kind: Service +apiVersion: v1 +metadata: + name: cilium-operator + namespace: {{ .Release.Namespace }} + labels: + io.cilium/app: operator + name: cilium-operator +spec: + clusterIP: None + type: ClusterIP + ports: + - name: metrics + port: 6942 + protocol: TCP + targetPort: prometheus + selector: + io.cilium/app: operator + name: cilium-operator +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/serviceaccount.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/serviceaccount.yaml new file mode 100755 index 0000000..4bb3551 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/serviceaccount.yaml @@ -0,0 +1,15 @@ +{{- if and .Values.operator.enabled .Values.serviceAccounts.operator.create }} +{{- if and .Values.eni.enabled .Values.eni.iamRole }} + {{ $_ := set .Values.serviceAccounts.operator.annotations "eks.amazonaws.com/role-arn" .Values.eni.iamRole }} +{{- end}} +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ .Values.serviceAccounts.operator.name | quote }} + namespace: {{ .Release.Namespace }} + {{- if .Values.serviceAccounts.operator.annotations }} + annotations: + {{- toYaml .Values.serviceAccounts.operator.annotations | nindent 4 }} + {{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/servicemonitor.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/servicemonitor.yaml new file mode 100755 index 0000000..ff6aa6a --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-operator/servicemonitor.yaml @@ -0,0 +1,26 @@ +{{- if and .Values.operator.enabled .Values.operator.prometheus.enabled .Values.operator.prometheus.serviceMonitor.enabled }} +apiVersion: monitoring.coreos.com/v1 +kind: ServiceMonitor +metadata: + name: cilium-operator + namespace: {{ .Values.operator.prometheus.serviceMonitor.namespace | default .Release.Namespace }} + labels: + {{- with .Values.operator.prometheus.serviceMonitor.labels }} + {{- toYaml . | nindent 4 }} + {{- end }} +spec: + selector: + matchLabels: + io.cilium/app: operator + name: cilium-operator + namespaceSelector: + matchNames: + - {{ .Release.Namespace }} + endpoints: + - port: metrics + interval: 10s + honorLabels: true + path: /metrics + targetLabels: + - io.cilium/app +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-preflight/clusterrole.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-preflight/clusterrole.yaml new file mode 100755 index 0000000..3964d8b --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-preflight/clusterrole.yaml @@ -0,0 +1,111 @@ +{{- if .Values.preflight.enabled }} +{{- /* +Keep file in sync with cilium-agent/clusterrole.yaml +*/ -}} +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + name: cilium-pre-flight +rules: +- apiGroups: + - networking.k8s.io + resources: + - networkpolicies + verbs: + - get + - list + - watch +- apiGroups: + - discovery.k8s.io + resources: + - endpointslices + verbs: + - get + - list + - watch +- apiGroups: + - "" + resources: + - namespaces + - services + - nodes + - endpoints + verbs: + - get + - list + - watch +- apiGroups: + - "" + resources: + - pods + - pods/finalizers + verbs: + - get + - list + - watch + - update + - delete +- apiGroups: + - "" + resources: + - nodes + verbs: + - get + - list + - watch + - update +- apiGroups: + - "" + resources: + - nodes + - nodes/status + verbs: + - patch +- apiGroups: + - apiextensions.k8s.io + resources: + - customresourcedefinitions + verbs: + # Deprecated for removal in v1.10 + - create + - list + - watch + - update + + # This is used when validating policies in preflight. This will need to stay + # until we figure out how to avoid "get" inside the preflight, and then + # should be removed ideally. + - get +{{- if eq "k8s" .Values.tls.secretsBackend }} +- apiGroups: + - "" + resources: + - secrets + verbs: + - get +{{- end }} +- apiGroups: + - cilium.io + resources: + - ciliumnetworkpolicies + - ciliumnetworkpolicies/status + - ciliumnetworkpolicies/finalizers + - ciliumclusterwidenetworkpolicies + - ciliumclusterwidenetworkpolicies/status + - ciliumclusterwidenetworkpolicies/finalizers + - ciliumendpoints + - ciliumendpoints/status + - ciliumendpoints/finalizers + - ciliumnodes + - ciliumnodes/status + - ciliumnodes/finalizers + - ciliumidentities + - ciliumidentities/finalizers + - ciliumlocalredirectpolicies + - ciliumlocalredirectpolicies/status + - ciliumlocalredirectpolicies/finalizers + - ciliumegressnatpolicies + - ciliumendpointslices + verbs: + - '*' +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-preflight/clusterrolebinding.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-preflight/clusterrolebinding.yaml new file mode 100755 index 0000000..b4a6d54 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-preflight/clusterrolebinding.yaml @@ -0,0 +1,14 @@ +{{- if and .Values.preflight.enabled .Values.serviceAccounts.preflight.create }} +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + name: cilium-pre-flight +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: cilium-pre-flight +subjects: +- kind: ServiceAccount + name: {{ .Values.serviceAccounts.preflight.name | quote }} + namespace: {{ .Release.Namespace }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-preflight/daemonset.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-preflight/daemonset.yaml new file mode 100755 index 0000000..27c7611 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-preflight/daemonset.yaml @@ -0,0 +1,165 @@ +{{- if .Values.preflight.enabled }} +apiVersion: apps/v1 +kind: DaemonSet +metadata: + name: cilium-pre-flight-check + namespace: {{ .Release.Namespace }} +spec: + selector: + matchLabels: + k8s-app: cilium-pre-flight-check + kubernetes.io/cluster-service: "true" + template: + metadata: + {{- with .Values.preflight.podAnnotations }} + annotations: + {{- toYaml . | nindent 8 }} + {{- end }} + labels: + k8s-app: cilium-pre-flight-check + kubernetes.io/cluster-service: "true" + {{- with .Values.preflight.podLabels }} + {{- toYaml . | nindent 8 }} + {{- end }} + spec: + {{- with .Values.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 6 }} + {{- end }} + initContainers: + - name: clean-cilium-state + image: {{ include "cilium.image" .Values.preflight.image | quote }} + imagePullPolicy: {{ .Values.preflight.image.pullPolicy }} + command: ["/bin/echo"] + args: + - "hello" + containers: + - name: cilium-pre-flight-check + image: {{ include "cilium.image" .Values.preflight.image | quote }} + imagePullPolicy: {{ .Values.preflight.image.pullPolicy }} + command: ["/bin/sh"] + args: + - -c + - "touch /tmp/ready; sleep 1h" + livenessProbe: + exec: + command: + - cat + - /tmp/ready + initialDelaySeconds: 5 + periodSeconds: 5 + readinessProbe: + exec: + command: + - cat + - /tmp/ready + initialDelaySeconds: 5 + periodSeconds: 5 + volumeMounts: + - name: cilium-run + mountPath: /var/run/cilium + {{- if .Values.etcd.enabled }} + - name: etcd-config-path + mountPath: /var/lib/etcd-config + readOnly: true + {{- if or .Values.etcd.ssl .Values.etcd.managed }} + - name: etcd-secrets + mountPath: /var/lib/etcd-secrets + readOnly: true + {{- end }} + {{- end }} + {{- if ne .Values.preflight.tofqdnsPreCache "" }} + - name: cilium-pre-flight-fqdn-precache + image: {{ include "cilium.image" .Values.preflight.image | quote }} + imagePullPolicy: {{ .Values.preflight.image.pullPolicy }} + name: cilium-pre-flight-fqdn-precache + command: ["/bin/sh"] + args: + - -ec + - | + cilium preflight fqdn-poller --tofqdns-pre-cache {{ .Values.preflight.tofqdnsPreCache }}; + touch /tmp/ready-tofqdns-precache; + livenessProbe: + exec: + command: + - cat + - /tmp/read-tofqdns-precachey + initialDelaySeconds: 5 + periodSeconds: 5 + readinessProbe: + exec: + command: + - cat + - /tmp/read-tofqdns-precachey + initialDelaySeconds: 5 + periodSeconds: 5 + env: + {{- if .Values.k8sServiceHost }} + - name: KUBERNETES_SERVICE_HOST + value: {{ .Values.k8sServiceHost | quote }} + {{- end }} + {{- if .Values.k8sServicePort }} + - name: KUBERNETES_SERVICE_PORT + value: {{ .Values.k8sServicePort | quote }} + {{- end }} + volumeMounts: + - name: cilium-run + mountPath: /var/run/cilium + {{- if .Values.etcd.enabled }} + - name: etcd-config-path + mountPath: /var/lib/etcd-config + readOnly: true + {{- if or .Values.etcd.ssl .Values.etcd.managed }} + - name: etcd-secrets + mountPath: /var/lib/etcd-secrets + readOnly: true + {{- end }} + {{- end }} + {{- end }} + hostNetwork: true + # This is here to seamlessly allow migrate-identity to work with + # etcd-operator setups. The assumption is that other cases would also + # work since the cluster DNS would forward the request on. + # This differs from the cilium-agent daemonset, where this is only + # enabled when etcd.managed=true + dnsPolicy: ClusterFirstWithHostNet + restartPolicy: Always + priorityClassName: {{ include "cilium.priorityClass" (list $ .Values.preflight.priorityClassName "system-node-critical") }} + serviceAccount: {{ .Values.serviceAccounts.preflight.name | quote }} + serviceAccountName: {{ .Values.serviceAccounts.preflight.name | quote }} + terminationGracePeriodSeconds: 1 + {{- with .Values.tolerations }} + tolerations: + {{- toYaml . | trim | nindent 8 }} + {{- end }} + volumes: + # To keep state between restarts / upgrades + - name: cilium-run + hostPath: + path: /var/run/cilium + type: DirectoryOrCreate + - name: bpf-maps + hostPath: + path: /sys/fs/bpf + type: DirectoryOrCreate + {{- if .Values.etcd.enabled }} + # To read the etcd config stored in config maps + - name: etcd-config-path + configMap: + name: cilium-config + # note: the leading zero means this number is in octal representation: do not remove it + defaultMode: 0400 + items: + - key: etcd-config + path: etcd.config + # To read the k8s etcd secrets in case the user might want to use TLS + {{- if or .Values.etcd.ssl .Values.etcd.managed }} + - name: etcd-secrets + secret: + secretName: cilium-etcd-secrets + # note: the leading zero means this number is in octal representation: do not remove it + defaultMode: 0400 + optional: true + {{- end }} + {{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-preflight/deployment.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-preflight/deployment.yaml new file mode 100755 index 0000000..ef04145 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-preflight/deployment.yaml @@ -0,0 +1,87 @@ +{{- if and .Values.preflight.enabled .Values.preflight.validateCNPs }} +apiVersion: apps/v1 +kind: Deployment +metadata: + name: cilium-pre-flight-check + namespace: {{ .Release.Namespace }} +spec: + selector: + matchLabels: + k8s-app: cilium-pre-flight-check-deployment + kubernetes.io/cluster-service: "true" + template: + metadata: + {{- with .Values.preflight.podAnnotations }} + annotations: + {{- toYaml . | nindent 8 }} + {{- end }} + labels: + k8s-app: cilium-pre-flight-check-deployment + kubernetes.io/cluster-service: "true" + {{- with .Values.preflight.podLabels }} + {{- toYaml . | nindent 8 }} + {{- end }} + spec: + affinity: + podAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: "k8s-app" + operator: In + values: + - cilium + topologyKey: "kubernetes.io/hostname" + {{- with .Values.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 8 }} + {{- end }} + containers: + - name: cnp-validator + image: {{ include "cilium.image" .Values.preflight.image | quote }} + imagePullPolicy: {{ .Values.preflight.image.pullPolicy }} + command: ["/bin/sh"] + args: + - -ec + - | + cilium preflight validate-cnp; + touch /tmp/ready-validate-cnp; + sleep 1h; + livenessProbe: + exec: + command: + - cat + - /tmp/ready-validate-cnp + initialDelaySeconds: 5 + periodSeconds: 5 + readinessProbe: + exec: + command: + - cat + - /tmp/ready-validate-cnp + initialDelaySeconds: 5 + periodSeconds: 5 + env: + {{- if .Values.k8sServiceHost }} + - name: KUBERNETES_SERVICE_HOST + value: {{ .Values.k8sServiceHost | quote }} + {{- end }} + {{- if .Values.k8sServicePort }} + - name: KUBERNETES_SERVICE_PORT + value: {{ .Values.k8sServicePort | quote }} + {{- end }} + hostNetwork: true + restartPolicy: Always + priorityClassName: {{ include "cilium.priorityClass" (list $ .Values.preflight.priorityClassName "system-cluster-critical") }} + serviceAccount: {{ .Values.serviceAccounts.preflight.name | quote }} + serviceAccountName: {{ .Values.serviceAccounts.preflight.name | quote }} + terminationGracePeriodSeconds: 1 + {{- with .Values.preflight.nodeSelector }} + nodeSelector: + {{- toYaml . | trim | nindent 8 }} + {{- end }} + {{- with .Values.tolerations }} + tolerations: + {{- toYaml . | trim | nindent 8 }} + {{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-preflight/serviceaccount.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-preflight/serviceaccount.yaml new file mode 100755 index 0000000..a55aaa4 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-preflight/serviceaccount.yaml @@ -0,0 +1,11 @@ +{{- if and .Values.preflight.enabled .Values.serviceAccounts.preflight.create }} +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ .Values.serviceAccounts.preflight.name | quote }} + namespace: {{ .Release.Namespace }} + {{- if .Values.serviceAccounts.preflight.annotations }} + annotations: + {{ toYaml .Values.serviceAccounts.preflight.annotations | nindent 4 }} + {{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-resource-quota.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-resource-quota.yaml new file mode 100755 index 0000000..a985696 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/cilium-resource-quota.yaml @@ -0,0 +1,35 @@ +{{- if or .Values.resourceQuotas.enabled (and (ne .Release.Namespace "kube-system") .Values.gke.enabled) }} +{{- if .Values.agent }} +apiVersion: v1 +kind: ResourceQuota +metadata: + name: cilium-resource-quota + namespace: {{ .Release.Namespace }} +spec: + hard: + pods: {{ .Values.resourceQuotas.cilium.hard.pods | quote }} + scopeSelector: + matchExpressions: + - operator: In + scopeName: PriorityClass + values: + - system-node-critical +{{- end }} +{{- if .Values.operator.enabled }} +--- +apiVersion: v1 +kind: ResourceQuota +metadata: + name: cilium-operator-resource-quota + namespace: {{ .Release.Namespace }} +spec: + hard: + pods: {{ .Values.resourceQuotas.operator.hard.pods | quote }} + scopeSelector: + matchExpressions: + - operator: In + scopeName: PriorityClass + values: + - system-cluster-critical +{{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/clusterrole.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/clusterrole.yaml new file mode 100755 index 0000000..74bd961 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/clusterrole.yaml @@ -0,0 +1,44 @@ +{{- if and (or .Values.externalWorkloads.enabled .Values.clustermesh.useAPIServer) .Values.serviceAccounts.clustermeshApiserver.create }} +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + name: clustermesh-apiserver +rules: +- apiGroups: + - "" + resources: + - endpoints + - namespaces + - services + verbs: + - get + - list + - watch +- apiGroups: + - discovery.k8s.io + resources: + - endpointslices + verbs: + - get + - list + - watch +- apiGroups: + - apiextensions.k8s.io + resources: + - customresourcedefinitions + verbs: + - list +- apiGroups: + - cilium.io + resources: + - ciliumnodes + - ciliumnodes/status + - ciliumexternalworkloads + - ciliumexternalworkloads/status + - ciliumidentities + - ciliumidentities/status + - ciliumendpoints + - ciliumendpoints/status + verbs: + - '*' +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/clusterrolebinding.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/clusterrolebinding.yaml new file mode 100755 index 0000000..0b46c23 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/clusterrolebinding.yaml @@ -0,0 +1,14 @@ +{{- if and (or .Values.externalWorkloads.enabled .Values.clustermesh.useAPIServer) .Values.serviceAccounts.clustermeshApiserver.create }} +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + name: clustermesh-apiserver +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: clustermesh-apiserver +subjects: +- kind: ServiceAccount + name: {{ .Values.serviceAccounts.clustermeshApiserver.name | quote }} + namespace: {{ .Release.Namespace }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/deployment.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/deployment.yaml new file mode 100755 index 0000000..f47eb51 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/deployment.yaml @@ -0,0 +1,162 @@ +{{- if (or .Values.externalWorkloads.enabled .Values.clustermesh.useAPIServer) }} +apiVersion: apps/v1 +kind: Deployment +metadata: + name: clustermesh-apiserver + namespace: {{ .Release.Namespace }} + labels: + k8s-app: clustermesh-apiserver +spec: + replicas: {{ .Values.clustermesh.apiserver.replicas }} + selector: + matchLabels: + k8s-app: clustermesh-apiserver + {{- with .Values.clustermesh.apiserver.updateStrategy }} + strategy: + {{- toYaml . | nindent 4 }} + {{- end }} + template: + metadata: + annotations: + {{- with .Values.clustermesh.apiserver.podAnnotations }} + {{- toYaml . | nindent 8 }} + {{- end }} + labels: + k8s-app: clustermesh-apiserver + {{- with .Values.clustermesh.apiserver.podLabels }} + {{- toYaml . | nindent 8 }} + {{- end }} + spec: + {{- with .Values.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 8 }} + {{- end }} + initContainers: + - name: etcd-init + image: {{ include "cilium.image" .Values.clustermesh.apiserver.etcd.image | quote }} + imagePullPolicy: {{ .Values.clustermesh.apiserver.etcd.image.pullPolicy }} + command: ["/bin/sh", "-c"] + args: + - > + rm -rf /var/run/etcd/*; + /usr/local/bin/etcd --data-dir=/var/run/etcd --name=clustermesh-apiserver --listen-client-urls=http://127.0.0.1:2379 --advertise-client-urls=http://127.0.0.1:2379 --initial-cluster-token=clustermesh-apiserver --initial-cluster-state=new --auto-compaction-retention=1 & + export rootpw=`head /dev/urandom | tr -dc A-Za-z0-9 | head -c 16`; + echo $rootpw | etcdctl --interactive=false user add root; + etcdctl user grant-role root root; + export vmpw=`head /dev/urandom | tr -dc A-Za-z0-9 | head -c 16`; + echo $vmpw | etcdctl --interactive=false user add externalworkload; + etcdctl role add externalworkload; + etcdctl role grant-permission externalworkload --from-key read ''; + etcdctl role grant-permission externalworkload readwrite --prefix cilium/state/noderegister/v1/; + etcdctl role grant-permission externalworkload readwrite --prefix cilium/.initlock/; + etcdctl user grant-role externalworkload externalworkload; + export remotepw=`head /dev/urandom | tr -dc A-Za-z0-9 | head -c 16`; + echo $remotepw | etcdctl --interactive=false user add remote; + etcdctl role add remote; + etcdctl role grant-permission remote --from-key read ''; + etcdctl user grant-role remote remote; + etcdctl auth enable; + exit + env: + - name: ETCDCTL_API + value: "3" + - name: HOSTNAME_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + volumeMounts: + - name: etcd-data-dir + mountPath: /var/run/etcd + containers: + - name: etcd + image: {{ include "cilium.image" .Values.clustermesh.apiserver.etcd.image | quote }} + imagePullPolicy: {{ .Values.clustermesh.apiserver.etcd.image.pullPolicy }} + command: + - /usr/local/bin/etcd + args: + - --data-dir=/var/run/etcd + - --name=clustermesh-apiserver + - --client-cert-auth + - --trusted-ca-file=/var/lib/etcd-secrets/ca.crt + - --cert-file=/var/lib/etcd-secrets/tls.crt + - --key-file=/var/lib/etcd-secrets/tls.key + - --listen-client-urls=https://127.0.0.1:2379,https://$(HOSTNAME_IP):2379 + - --advertise-client-urls=https://$(HOSTNAME_IP):2379 + - --initial-cluster-token=clustermesh-apiserver + - --auto-compaction-retention=1 + env: + - name: ETCDCTL_API + value: "3" + - name: HOSTNAME_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + volumeMounts: + - name: etcd-server-secrets + mountPath: /var/lib/etcd-secrets + readOnly: true + - name: etcd-data-dir + mountPath: /var/run/etcd + - name: apiserver + image: {{ include "cilium.image" .Values.clustermesh.apiserver.image | quote }} + imagePullPolicy: {{ .Values.clustermesh.apiserver.image.pullPolicy }} + command: + - /usr/bin/clustermesh-apiserver + args: + {{- if .Values.debug.enabled }} + - --debug + {{- end }} + - --cluster-name=$(CLUSTER_NAME) + - --kvstore-opt + - etcd.config=/var/lib/cilium/etcd-config.yaml + env: + - name: CLUSTER_NAME + valueFrom: + configMapKeyRef: + name: cilium-config + key: cluster-name + - name: CLUSTER_ID + valueFrom: + configMapKeyRef: + name: cilium-config + key: cluster-id + optional: true + - name: IDENTITY_ALLOCATION_MODE + valueFrom: + configMapKeyRef: + name: cilium-config + key: identity-allocation-mode + {{- with .Values.clustermesh.apiserver.resources }} + resources: + {{- toYaml . | nindent 10 }} + {{- end }} + volumeMounts: + - name: etcd-admin-client + mountPath: /var/lib/cilium/etcd-secrets + readOnly: true + volumes: + - name: etcd-server-secrets + secret: + secretName: clustermesh-apiserver-server-cert + # note: the leading zero means this number is in octal representation: do not remove it + defaultMode: 0400 + - name: etcd-admin-client + secret: + secretName: clustermesh-apiserver-admin-cert + # note: the leading zero means this number is in octal representation: do not remove it + defaultMode: 0400 + - name: etcd-data-dir + emptyDir: {} + restartPolicy: Always + priorityClassName: {{ include "cilium.priorityClass" (list $ .Values.clustermesh.apiserver.priorityClassName "system-cluster-critical") }} + serviceAccount: {{ .Values.serviceAccounts.clustermeshApiserver.name | quote }} + serviceAccountName: {{ .Values.serviceAccounts.clustermeshApiserver.name | quote }} + {{- with .Values.clustermesh.apiserver.nodeSelector }} + nodeSelector: + {{- toYaml . | nindent 8 }} + {{- end }} + {{- with .Values.clustermesh.apiserver.tolerations }} + tolerations: + {{- toYaml . | nindent 8 }} + {{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/service.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/service.yaml new file mode 100755 index 0000000..968af37 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/service.yaml @@ -0,0 +1,25 @@ +{{- if (or .Values.externalWorkloads.enabled .Values.clustermesh.useAPIServer) }} +apiVersion: v1 +kind: Service +metadata: + name: clustermesh-apiserver + namespace: {{ .Release.Namespace }} + labels: + k8s-app: clustermesh-apiserver + {{- with .Values.clustermesh.apiserver.service.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} +spec: + type: {{ .Values.clustermesh.apiserver.service.type }} + selector: + k8s-app: clustermesh-apiserver + ports: + - port: 2379 + {{- if and (eq "NodePort" .Values.clustermesh.apiserver.service.type) .Values.clustermesh.apiserver.service.nodePort }} + nodePort: {{ .Values.clustermesh.apiserver.service.nodePort }} + {{- end }} + {{- if and (eq "LoadBalancer" .Values.clustermesh.apiserver.service.type) .Values.clustermesh.apiserver.service.loadBalancerIP }} + loadBalancerIP: {{ .Values.clustermesh.apiserver.service.loadBalancerIP }} + {{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/serviceaccount.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/serviceaccount.yaml new file mode 100755 index 0000000..b6153c3 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/serviceaccount.yaml @@ -0,0 +1,11 @@ +{{- if and (or .Values.externalWorkloads.enabled .Values.clustermesh.useAPIServer) .Values.serviceAccounts.clustermeshApiserver.create -}} +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ .Values.serviceAccounts.clustermeshApiserver.name | quote }} + namespace: {{ .Release.Namespace }} + {{- with .Values.serviceAccounts.clustermeshApiserver.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-certmanager/_helpers.tpl b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-certmanager/_helpers.tpl new file mode 100755 index 0000000..782f252 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-certmanager/_helpers.tpl @@ -0,0 +1,9 @@ +{{- define "clustermesh-apiserver-generate-certs.certmanager.issuer" }} +{{- if .Values.clustermesh.apiserver.tls.auto.certManagerIssuerRef }} + {{- toYaml .Values.clustermesh.apiserver.tls.auto.certManagerIssuerRef }} +{{- else }} + group: cert-manager.io + kind: Issuer + name: clustermesh-apiserver-issuer +{{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-certmanager/admin-secret.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-certmanager/admin-secret.yaml new file mode 100755 index 0000000..7f9bb8b --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-certmanager/admin-secret.yaml @@ -0,0 +1,16 @@ +{{- if and (or .Values.externalWorkloads.enabled .Values.clustermesh.useAPIServer) .Values.clustermesh.apiserver.tls.auto.enabled (eq .Values.clustermesh.apiserver.tls.auto.method "certmanager") }} +--- +apiVersion: cert-manager.io/v1 +kind: Certificate +metadata: + name: clustermesh-apiserver-admin-cert + namespace: {{ .Release.Namespace }} +spec: + issuerRef: + {{- include "clustermesh-apiserver-generate-certs.certmanager.issuer" . | nindent 4 }} + secretName: clustermesh-apiserver-admin-cert + commonName: root + dnsNames: + - localhost + duration: {{ printf "%dh" (mul .Values.clustermesh.apiserver.tls.auto.certValidityDuration 24) }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-certmanager/client-secret.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-certmanager/client-secret.yaml new file mode 100755 index 0000000..7906b85 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-certmanager/client-secret.yaml @@ -0,0 +1,14 @@ +{{- if and .Values.externalWorkloads.enabled .Values.clustermesh.apiserver.tls.auto.enabled (eq .Values.clustermesh.apiserver.tls.auto.method "certmanager") }} +--- +apiVersion: cert-manager.io/v1 +kind: Certificate +metadata: + name: clustermesh-apiserver-client-cert + namespace: {{ .Release.Namespace }} +spec: + issuerRef: + {{- include "clustermesh-apiserver-generate-certs.certmanager.issuer" . | nindent 4 }} + secretName: clustermesh-apiserver-client-cert + commonName: externalworkload + duration: {{ printf "%dh" (mul .Values.clustermesh.apiserver.tls.auto.certValidityDuration 24) }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-certmanager/clustermesh-apiserver-issuer.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-certmanager/clustermesh-apiserver-issuer.yaml new file mode 100755 index 0000000..5a8fa6a --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-certmanager/clustermesh-apiserver-issuer.yaml @@ -0,0 +1,21 @@ +{{- if and (or .Values.externalWorkloads.enabled .Values.clustermesh.useAPIServer) .Values.clustermesh.apiserver.tls.auto.enabled (eq .Values.clustermesh.apiserver.tls.auto.method "certmanager") (not .Values.clustermesh.apiserver.tls.auto.certManagerIssuerRef) }} +{{- $_ := include "clustermesh-apiserver-generate-certs.helm.setup-ca" . -}} +--- +apiVersion: v1 +kind: Secret +metadata: + name: clustermesh-apiserver-ca-cert + namespace: {{ .Release.Namespace }} +data: + ca.crt: {{ .cmca.Cert | b64enc }} + ca.key: {{ .cmca.Key | b64enc }} +--- +apiVersion: cert-manager.io/v1 +kind: Issuer +metadata: + name: clustermesh-apiserver-issuer + namespace: {{ .Release.Namespace }} +spec: + ca: + secretName: clustermesh-apiserver-ca-cert +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-certmanager/remote-secret.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-certmanager/remote-secret.yaml new file mode 100755 index 0000000..1d2babb --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-certmanager/remote-secret.yaml @@ -0,0 +1,14 @@ +{{- if and .Values.clustermesh.useAPIServer .Values.clustermesh.apiserver.tls.auto.enabled (eq .Values.clustermesh.apiserver.tls.auto.method "certmanager") }} +--- +apiVersion: cert-manager.io/v1 +kind: Certificate +metadata: + name: clustermesh-apiserver-remote-cert + namespace: {{ .Release.Namespace }} +spec: + issuerRef: + {{- include "clustermesh-apiserver-generate-certs.certmanager.issuer" . | nindent 4 }} + secretName: clustermesh-apiserver-remote-cert + commonName: remote + duration: {{ printf "%dh" (mul .Values.clustermesh.apiserver.tls.auto.certValidityDuration 24) }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-certmanager/server-secret.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-certmanager/server-secret.yaml new file mode 100755 index 0000000..9a35d41 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-certmanager/server-secret.yaml @@ -0,0 +1,26 @@ +{{- if and (or .Values.externalWorkloads.enabled .Values.clustermesh.useAPIServer) .Values.clustermesh.apiserver.tls.auto.enabled (eq .Values.clustermesh.apiserver.tls.auto.method "certmanager") }} +--- +apiVersion: cert-manager.io/v1 +kind: Certificate +metadata: + name: clustermesh-apiserver-server-cert + namespace: {{ .Release.Namespace }} +spec: + issuerRef: + {{- include "clustermesh-apiserver-generate-certs.certmanager.issuer" . | nindent 4 }} + secretName: clustermesh-apiserver-server-cert + commonName: clustermesh-apiserver.cilium.io + dnsNames: + - clustermesh-apiserver.cilium.io + - "*.mesh.cilium.io" + {{- range $dns := .Values.clustermesh.apiserver.tls.server.extraDnsNames }} + - {{ $dns | quote }} + {{- end }} + ipAddresses: + - "127.0.0.1" + - "::1" + {{- range $ip := .Values.clustermesh.apiserver.tls.server.extraIpAddresses }} + - {{ $ip | quote }} + {{- end }} + duration: {{ printf "%dh" (mul .Values.clustermesh.apiserver.tls.auto.certValidityDuration 24) }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/_job-spec.tpl b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/_job-spec.tpl new file mode 100755 index 0000000..b2b104f --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/_job-spec.tpl @@ -0,0 +1,47 @@ +{{- define "clustermesh-apiserver-generate-certs.job.spec" }} +{{- $certValiditySecondsStr := printf "%ds" (mul .Values.clustermesh.apiserver.tls.auto.certValidityDuration 24 60 60) -}} +spec: + template: + metadata: + labels: + k8s-app: clustermesh-apiserver-generate-certs + {{- with .Values.clustermesh.apiserver.podLabels }} + {{- toYaml . | nindent 8 }} + {{- end }} + spec: + containers: + - name: certgen + image: {{ include "cilium.image" .Values.certgen.image | quote }} + imagePullPolicy: {{ .Values.certgen.image.pullPolicy }} + command: + - "/usr/bin/cilium-certgen" + args: + - "--cilium-namespace={{ .Release.Namespace }}" + - "--clustermesh-apiserver-ca-cert-reuse-secret" + {{- if .Values.debug.enabled }} + - "--debug" + {{- end }} + - "--clustermesh-apiserver-ca-cert-generate" + - "--clustermesh-apiserver-ca-cert-reuse-secret" + - "--clustermesh-apiserver-server-cert-generate" + - "--clustermesh-apiserver-server-cert-validity-duration={{ $certValiditySecondsStr }}" + - "--clustermesh-apiserver-admin-cert-generate" + - "--clustermesh-apiserver-admin-cert-validity-duration={{ $certValiditySecondsStr }}" + {{- if .Values.externalWorkloads.enabled }} + - "--clustermesh-apiserver-client-cert-generate" + - "--clustermesh-apiserver-client-cert-validity-duration={{ $certValiditySecondsStr }}" + {{- end }} + {{- if .Values.clustermesh.useAPIServer }} + - "--clustermesh-apiserver-remote-cert-generate" + - "--clustermesh-apiserver-remote-cert-validity-duration={{ $certValiditySecondsStr }}" + {{- end }} + hostNetwork: true + serviceAccount: {{ .Values.serviceAccounts.clustermeshcertgen.name | quote }} + serviceAccountName: {{ .Values.serviceAccounts.clustermeshcertgen.name | quote }} + {{- with .Values.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 8 }} + {{- end }} + restartPolicy: OnFailure + ttlSecondsAfterFinished: {{ .Values.certgen.ttlSecondsAfterFinished }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/ca-secret.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/ca-secret.yaml new file mode 100755 index 0000000..58732f5 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/ca-secret.yaml @@ -0,0 +1,13 @@ +{{- if and (or .Values.externalWorkloads.enabled .Values.clustermesh.useAPIServer) .Values.clustermesh.apiserver.tls.auto.enabled (eq .Values.clustermesh.apiserver.tls.auto.method "cronJob") }} +{{- if .Values.clustermesh.apiserver.tls.ca.cert }} +--- +apiVersion: v1 +kind: Secret +metadata: + name: clustermesh-apiserver-ca-cert + namespace: {{ .Release.Namespace }} +data: + ca.crt: {{ .Values.clustermesh.apiserver.tls.ca.cert }} + ca.key: {{ .Values.clustermesh.apiserver.tls.ca.key | required "missing clustermesh.apiserver.tls.ca.key" }} +{{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/cronjob.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/cronjob.yaml new file mode 100755 index 0000000..4c613cc --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/cronjob.yaml @@ -0,0 +1,14 @@ +{{- if and (or .Values.externalWorkloads.enabled .Values.clustermesh.useAPIServer) .Values.clustermesh.apiserver.tls.auto.enabled (eq .Values.clustermesh.apiserver.tls.auto.method "cronJob") .Values.clustermesh.apiserver.tls.auto.schedule }} +apiVersion: {{ include "cronjob.apiVersion" . }} +kind: CronJob +metadata: + name: clustermesh-apiserver-generate-certs + namespace: {{ .Release.Namespace }} + labels: + k8s-app: clustermesh-apiserver-generate-certs +spec: + schedule: {{ .Values.clustermesh.apiserver.tls.auto.schedule | quote }} + concurrencyPolicy: Forbid + jobTemplate: +{{- include "clustermesh-apiserver-generate-certs.job.spec" . | nindent 4 }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/job.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/job.yaml new file mode 100755 index 0000000..d888738 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/job.yaml @@ -0,0 +1,20 @@ +{{- if and (or .Values.externalWorkloads.enabled .Values.clustermesh.useAPIServer) .Values.clustermesh.apiserver.tls.auto.enabled (eq .Values.clustermesh.apiserver.tls.auto.method "cronJob") }} +{{/* +Because Kubernetes job specs are immutable, Helm will fail patch this job if +the spec changes between releases. To avoid breaking the upgrade path, we +generate a name for the job here which is based on the checksum of the spec. +This will cause the name of the job to change if its content changes, +and in turn cause Helm to do delete the old job and replace it with a new one. +*/}} +{{- $jobSpec := include "clustermesh-apiserver-generate-certs.job.spec" . -}} +{{- $checkSum := $jobSpec | sha256sum | trunc 10 -}} +--- +apiVersion: batch/v1 +kind: Job +metadata: + name: clustermesh-apiserver-generate-certs-{{$checkSum}} + namespace: {{ .Release.Namespace }} + labels: + k8s-app: clustermesh-apiserver-generate-certs +{{ $jobSpec }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/role.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/role.yaml new file mode 100755 index 0000000..45e59c8 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/role.yaml @@ -0,0 +1,34 @@ +{{- if and (or .Values.externalWorkloads.enabled .Values.clustermesh.useAPIServer) .Values.clustermesh.apiserver.tls.auto.enabled (eq .Values.clustermesh.apiserver.tls.auto.method "cronJob") .Values.serviceAccounts.clustermeshcertgen.create }} +apiVersion: rbac.authorization.k8s.io/v1 +kind: Role +metadata: + name: clustermesh-apiserver-generate-certs + namespace: {{ .Release.Namespace }} +rules: + - apiGroups: + - "" + resources: + - secrets + verbs: + - create + - apiGroups: + - "" + resources: + - secrets + resourceNames: + - clustermesh-apiserver-ca-cert + verbs: + - get + - update + - apiGroups: + - "" + resources: + - secrets + resourceNames: + - clustermesh-apiserver-server-cert + - clustermesh-apiserver-admin-cert + - clustermesh-apiserver-remote-cert + - clustermesh-apiserver-client-cert + verbs: + - update +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/rolebinding.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/rolebinding.yaml new file mode 100755 index 0000000..61dba68 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/rolebinding.yaml @@ -0,0 +1,15 @@ +{{- if and (or .Values.externalWorkloads.enabled .Values.clustermesh.useAPIServer) .Values.clustermesh.apiserver.tls.auto.enabled (eq .Values.clustermesh.apiserver.tls.auto.method "cronJob") .Values.serviceAccounts.clustermeshcertgen.create }} +apiVersion: rbac.authorization.k8s.io/v1 +kind: RoleBinding +metadata: + name: clustermesh-apiserver-generate-certs + namespace: {{ .Release.Namespace }} +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: Role + name: clustermesh-apiserver-generate-certs +subjects: +- kind: ServiceAccount + name: {{ .Values.serviceAccounts.clustermeshcertgen.name | quote }} + namespace: {{ .Release.Namespace }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/serviceaccount.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/serviceaccount.yaml new file mode 100755 index 0000000..a6f79a6 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-cronjob/serviceaccount.yaml @@ -0,0 +1,11 @@ +{{- if and (or .Values.externalWorkloads.enabled .Values.clustermesh.useAPIServer) .Values.clustermesh.apiserver.tls.auto.enabled (eq .Values.clustermesh.apiserver.tls.auto.method "cronJob") .Values.serviceAccounts.clustermeshcertgen.create }} +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ .Values.serviceAccounts.clustermeshcertgen.name | quote }} + namespace: {{ .Release.Namespace }} + {{- with .Values.serviceAccounts.clustermeshcertgen.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-helm/_helpers.tpl b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-helm/_helpers.tpl new file mode 100755 index 0000000..d1d1cb6 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-helm/_helpers.tpl @@ -0,0 +1,24 @@ +{{/* +Generate TLS certificates for ClusterMesh. + +Note: Always use this template as follows: + + {{- $_ := include "clustermesh-apiserver-generate-certs.helm.setup-ca" . -}} + +The assignment to `$_` is required because we store the generated CI in a global `cmca` variable. +Please, don't try to "simplify" this, as without this trick, every generated +certificate would be signed by a different CA. +*/}} +{{- define "clustermesh-apiserver-generate-certs.helm.setup-ca" }} + {{- if not .cmca }} + {{- $ca := "" -}} + {{- if .Values.clustermesh.apiserver.tls.ca.cert }} + {{- $crt := .Values.clustermesh.apiserver.tls.ca.cert }} + {{- $key := .Values.clustermesh.apiserver.tls.ca.key | required "missing clustermesh.apiserver.tls.ca.key" }} + {{- $ca = buildCustomCert $crt $key -}} + {{- else }} + {{- $ca = genCA "clustermesh-apiserver-ca.cilium.io" (.Values.clustermesh.apiserver.tls.auto.certValidityDuration | int) -}} + {{- end }} + {{- $_ := set . "cmca" $ca -}} + {{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-helm/admin-secret.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-helm/admin-secret.yaml new file mode 100755 index 0000000..43ded27 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-helm/admin-secret.yaml @@ -0,0 +1,17 @@ +{{- if and (or .Values.externalWorkloads.enabled .Values.clustermesh.useAPIServer) .Values.clustermesh.apiserver.tls.auto.enabled (eq .Values.clustermesh.apiserver.tls.auto.method "helm") }} +{{- $_ := include "clustermesh-apiserver-generate-certs.helm.setup-ca" . -}} +{{- $cn := "root" }} +{{- $dns := list "localhost" }} +{{- $cert := genSignedCert $cn nil $dns (.Values.clustermesh.apiserver.tls.auto.certValidityDuration | int) .cmca -}} +--- +apiVersion: v1 +kind: Secret +metadata: + name: clustermesh-apiserver-admin-cert + namespace: {{ .Release.Namespace }} +type: kubernetes.io/tls +data: + ca.crt: {{ .cmca.Cert | b64enc }} + tls.crt: {{ $cert.Cert | b64enc }} + tls.key: {{ $cert.Key | b64enc }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-helm/ca-secret.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-helm/ca-secret.yaml new file mode 100755 index 0000000..832c6bb --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-helm/ca-secret.yaml @@ -0,0 +1,12 @@ +{{- if and (or .Values.externalWorkloads.enabled .Values.clustermesh.useAPIServer) .Values.clustermesh.apiserver.tls.auto.enabled (eq .Values.clustermesh.apiserver.tls.auto.method "helm") }} +{{- $_ := include "clustermesh-apiserver-generate-certs.helm.setup-ca" . -}} +--- +apiVersion: v1 +kind: Secret +metadata: + name: clustermesh-apiserver-ca-cert + namespace: {{ .Release.Namespace }} +data: + ca.crt: {{ .cmca.Cert | b64enc }} + ca.key: {{ .cmca.Key | b64enc }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-helm/client-secret.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-helm/client-secret.yaml new file mode 100755 index 0000000..fd94334 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-helm/client-secret.yaml @@ -0,0 +1,16 @@ +{{- if and .Values.externalWorkloads.enabled .Values.clustermesh.apiserver.tls.auto.enabled (eq .Values.clustermesh.apiserver.tls.auto.method "helm") }} +{{- $_ := include "clustermesh-apiserver-generate-certs.helm.setup-ca" . -}} +{{- $cn := "externalworkload" }} +{{- $cert := genSignedCert $cn nil nil (.Values.clustermesh.apiserver.tls.auto.certValidityDuration | int) .cmca -}} +--- +apiVersion: v1 +kind: Secret +metadata: + name: clustermesh-apiserver-client-cert + namespace: {{ .Release.Namespace }} +type: kubernetes.io/tls +data: + ca.crt: {{ .cmca.Cert | b64enc }} + tls.crt: {{ $cert.Cert | b64enc }} + tls.key: {{ $cert.Key | b64enc }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-helm/remote-secret.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-helm/remote-secret.yaml new file mode 100755 index 0000000..2c3bf96 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-helm/remote-secret.yaml @@ -0,0 +1,16 @@ +{{- if and .Values.clustermesh.useAPIServer .Values.clustermesh.apiserver.tls.auto.enabled (eq .Values.clustermesh.apiserver.tls.auto.method "helm") }} +{{- $_ := include "clustermesh-apiserver-generate-certs.helm.setup-ca" . -}} +{{- $cn := "remote" }} +{{- $cert := genSignedCert $cn nil nil (.Values.clustermesh.apiserver.tls.auto.certValidityDuration | int) .cmca -}} +--- +apiVersion: v1 +kind: Secret +metadata: + name: clustermesh-apiserver-remote-cert + namespace: {{ .Release.Namespace }} +type: kubernetes.io/tls +data: + ca.crt: {{ .cmca.Cert | b64enc }} + tls.crt: {{ $cert.Cert | b64enc }} + tls.key: {{ $cert.Key | b64enc }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-helm/server-secret.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-helm/server-secret.yaml new file mode 100755 index 0000000..75da3d5 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-helm/server-secret.yaml @@ -0,0 +1,18 @@ +{{- if and (or .Values.externalWorkloads.enabled .Values.clustermesh.useAPIServer) .Values.clustermesh.apiserver.tls.auto.enabled (eq .Values.clustermesh.apiserver.tls.auto.method "helm") }} +{{- $_ := include "clustermesh-apiserver-generate-certs.helm.setup-ca" . -}} +{{- $cn := "clustermesh-apiserver.cilium.io" }} +{{- $ip := concat (list "127.0.0.1" "::1") .Values.clustermesh.apiserver.tls.server.extraIpAddresses }} +{{- $dns := concat (list $cn "*.mesh.cilium.io") .Values.clustermesh.apiserver.tls.server.extraDnsNames }} +{{- $cert := genSignedCert $cn $ip $dns (.Values.clustermesh.apiserver.tls.auto.certValidityDuration | int) .cmca -}} +--- +apiVersion: v1 +kind: Secret +metadata: + name: clustermesh-apiserver-server-cert + namespace: {{ .Release.Namespace }} +type: kubernetes.io/tls +data: + ca.crt: {{ .cmca.Cert | b64enc }} + tls.crt: {{ $cert.Cert | b64enc }} + tls.key: {{ $cert.Key | b64enc }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-provided/admin-secret.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-provided/admin-secret.yaml new file mode 100755 index 0000000..ae30d89 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-provided/admin-secret.yaml @@ -0,0 +1,12 @@ +{{- if and (or .Values.externalWorkloads.enabled .Values.clustermesh.useAPIServer) (not .Values.clustermesh.apiserver.tls.auto.enabled) }} +apiVersion: v1 +kind: Secret +metadata: + name: clustermesh-apiserver-admin-cert + namespace: {{ .Release.Namespace }} +type: kubernetes.io/tls +data: + ca.crt: {{ .Values.clustermesh.apiserver.tls.ca.cert }} + tls.crt: {{ .Values.clustermesh.apiserver.tls.admin.cert | required "missing clustermesh.apiserver.tls.admin.cert" }} + tls.key: {{ .Values.clustermesh.apiserver.tls.admin.key | required "missing clustermesh.apiserver.tls.admin.key" }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-provided/ca-secret.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-provided/ca-secret.yaml new file mode 100755 index 0000000..3fb695e --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-provided/ca-secret.yaml @@ -0,0 +1,12 @@ +{{- if and (or .Values.externalWorkloads.enabled .Values.clustermesh.useAPIServer) (not .Values.clustermesh.apiserver.tls.auto.enabled) }} +apiVersion: v1 +kind: Secret +metadata: + name: clustermesh-apiserver-ca-cert + namespace: {{ .Release.Namespace }} +data: + ca.crt: {{ .Values.clustermesh.apiserver.tls.ca.cert }} + {{- if .Values.clustermesh.apiserver.tls.ca.key }} + ca.key: {{ .Values.clustermesh.apiserver.tls.ca.key }} + {{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-provided/client-secret.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-provided/client-secret.yaml new file mode 100755 index 0000000..b56035a --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-provided/client-secret.yaml @@ -0,0 +1,12 @@ +{{- if and .Values.externalWorkloads.enabled (not .Values.clustermesh.apiserver.tls.auto.enabled) }} +apiVersion: v1 +kind: Secret +metadata: + name: clustermesh-apiserver-client-cert + namespace: {{ .Release.Namespace }} +type: kubernetes.io/tls +data: + ca.crt: {{ .Values.clustermesh.apiserver.tls.ca.cert }} + tls.crt: {{ .Values.clustermesh.apiserver.tls.client.cert | required "missing clustermesh.apiserver.tls.client.cert" }} + tls.key: {{ .Values.clustermesh.apiserver.tls.client.key | required "missing clustermesh.apiserver.tls.client.key" }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-provided/remote-secret.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-provided/remote-secret.yaml new file mode 100755 index 0000000..4587374 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-provided/remote-secret.yaml @@ -0,0 +1,12 @@ +{{- if and .Values.clustermesh.useAPIServer (not .Values.clustermesh.apiserver.tls.auto.enabled) }} +apiVersion: v1 +kind: Secret +metadata: + name: clustermesh-apiserver-remote-cert + namespace: {{ .Release.Namespace }} +type: kubernetes.io/tls +data: + ca.crt: {{ .Values.clustermesh.apiserver.tls.ca.cert }} + tls.crt: {{ .Values.clustermesh.apiserver.tls.remote.cert | required "missing clustermesh.apiserver.tls.remote.cert" }} + tls.key: {{ .Values.clustermesh.apiserver.tls.remote.key | required "missing clustermesh.apiserver.tls.remote.key" }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-provided/server-secret.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-provided/server-secret.yaml new file mode 100755 index 0000000..018e4cf --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/clustermesh-apiserver/tls-provided/server-secret.yaml @@ -0,0 +1,12 @@ +{{- if and (or .Values.externalWorkloads.enabled .Values.clustermesh.useAPIServer) (not .Values.clustermesh.apiserver.tls.auto.enabled) }} +apiVersion: v1 +kind: Secret +metadata: + name: clustermesh-apiserver-server-cert + namespace: {{ .Release.Namespace }} +type: kubernetes.io/tls +data: + ca.crt: {{ .Values.clustermesh.apiserver.tls.ca.cert }} + tls.crt: {{ .Values.clustermesh.apiserver.tls.server.cert | required "missing clustermesh.apiserver.tls.server.cert" }} + tls.key: {{ .Values.clustermesh.apiserver.tls.server.key | required "missing clustermesh.apiserver.tls.server.key" }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/cilium-etcd-operator-clusterrole.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/cilium-etcd-operator-clusterrole.yaml new file mode 100755 index 0000000..d702793 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/cilium-etcd-operator-clusterrole.yaml @@ -0,0 +1,73 @@ +{{- if .Values.etcd.managed }} +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + name: cilium-etcd-operator +rules: +- apiGroups: + - etcd.database.coreos.com + resources: + - etcdclusters + verbs: + - get + - delete + - create + - update +- apiGroups: + - apiextensions.k8s.io + resources: + - customresourcedefinitions + verbs: + - delete + - get + - create +- apiGroups: + - "" + resources: + - deployments + verbs: + - delete + - create + - get + - update +- apiGroups: + - "" + resources: + - pods + verbs: + - list + - get + - delete +- apiGroups: + - apps + resources: + - deployments + verbs: + - delete + - create + - get + - update +- apiGroups: + - "" + resources: + - componentstatuses + verbs: + - get +- apiGroups: + - extensions + resources: + - deployments + verbs: + - delete + - create + - get + - update +- apiGroups: + - "" + resources: + - secrets + verbs: + - get + - create + - delete +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/cilium-etcd-operator-clusterrolebinding.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/cilium-etcd-operator-clusterrolebinding.yaml new file mode 100755 index 0000000..026df49 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/cilium-etcd-operator-clusterrolebinding.yaml @@ -0,0 +1,14 @@ +{{- if and .Values.etcd.managed .Values.serviceAccounts.etcd.create }} +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + name: cilium-etcd-operator +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: cilium-etcd-operator +subjects: +- kind: ServiceAccount + name: {{ .Values.serviceAccounts.etcd.name | quote }} + namespace: {{ .Release.Namespace }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/cilium-etcd-operator-deployment.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/cilium-etcd-operator-deployment.yaml new file mode 100755 index 0000000..8761494 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/cilium-etcd-operator-deployment.yaml @@ -0,0 +1,90 @@ +{{- if .Values.etcd.managed }} +apiVersion: apps/v1 +kind: Deployment +metadata: + labels: + io.cilium/app: etcd-operator + name: cilium-etcd-operator + name: cilium-etcd-operator + namespace: {{ .Release.Namespace }} +spec: + replicas: 1 + selector: + matchLabels: + io.cilium/app: etcd-operator + name: cilium-etcd-operator +{{- with .Values.etcd.updateStrategy }} + strategy: + {{- toYaml . | trim | nindent 4 }} +{{- end }} + template: + metadata: +{{- with .Values.etcd.podAnnotations }} + annotations: + {{- toYaml . | nindent 8 }} +{{- end }} + labels: + io.cilium/app: etcd-operator + name: cilium-etcd-operator +{{- with .Values.etcd.podLabels }} + {{- toYaml . | nindent 8 }} +{{- end }} + spec: +{{- if .Values.etcd.affinity }} + affinity: +{{ toYaml .Values.etcd.affinity | indent 8 }} +{{- end }} +{{- if .Values.imagePullSecrets }} + imagePullSecrets: + {{ toYaml .Values.imagePullSecrets | indent 8 }} +{{- end }} + containers: + - args: +{{- with .Values.etcd.extraArgs }} + {{- toYaml . | trim | nindent 8 }} +{{- end }} + #- --etcd-node-selector=disktype=ssd,cputype=high + command: + - /usr/bin/cilium-etcd-operator + env: + - name: CILIUM_ETCD_OPERATOR_CLUSTER_DOMAIN + value: "{{ .Values.etcd.clusterDomain }}" + - name: CILIUM_ETCD_OPERATOR_ETCD_CLUSTER_SIZE + value: "{{ .Values.etcd.clusterSize }}" + - name: CILIUM_ETCD_OPERATOR_NAMESPACE + valueFrom: + fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + - name: CILIUM_ETCD_OPERATOR_POD_NAME + valueFrom: + fieldRef: + apiVersion: v1 + fieldPath: metadata.name + - name: CILIUM_ETCD_OPERATOR_POD_UID + valueFrom: + fieldRef: + apiVersion: v1 + fieldPath: metadata.uid + - name: CILIUM_ETCD_META_ETCD_AUTO_COMPACTION_MODE + value: "revision" + - name: CILIUM_ETCD_META_ETCD_AUTO_COMPACTION_RETENTION + value: "25000" + image: {{ .Values.etcd.image.repository }}:{{ .Values.etcd.image.tag }} + imagePullPolicy: {{ .Values.etcd.image.pullPolicy }} + name: cilium-etcd-operator + dnsPolicy: ClusterFirst + hostNetwork: true + priorityClassName: {{ include "cilium.priorityClass" (list $ .Values.clustermesh.apiserver.priorityClassName "system-cluster-critical") }} + restartPolicy: Always + serviceAccount: {{ .Values.serviceAccounts.etcd.name | quote }} + serviceAccountName: {{ .Values.serviceAccounts.etcd.name | quote }} +{{- with .Values.etcd.nodeSelector }} + nodeSelector: + {{- toYaml . | trim | nindent 8 }} +{{- end }} +{{- with .Values.etcd.tolerations }} + tolerations: + {{- toYaml . | trim | nindent 6 }} +{{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/cilium-etcd-operator-serviceaccount.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/cilium-etcd-operator-serviceaccount.yaml new file mode 100755 index 0000000..9bc0a3e --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/cilium-etcd-operator-serviceaccount.yaml @@ -0,0 +1,11 @@ +{{- if and .Values.etcd.managed .Values.serviceAccounts.etcd.create }} +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ .Values.serviceAccounts.etcd.name | quote }} + namespace: {{ .Release.Namespace }} + {{- if .Values.serviceAccounts.etcd.annotations }} + annotations: +{{ toYaml .Values.serviceAccounts.etcd.annotations | indent 4 }} + {{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/etcd-operator-clusterrole.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/etcd-operator-clusterrole.yaml new file mode 100755 index 0000000..5a87497 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/etcd-operator-clusterrole.yaml @@ -0,0 +1,54 @@ +{{- if .Values.etcd.managed }} +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + name: etcd-operator +rules: +- apiGroups: + - etcd.database.coreos.com + resources: + - etcdclusters + - etcdbackups + - etcdrestores + verbs: + - '*' +- apiGroups: + - apiextensions.k8s.io + resources: + - customresourcedefinitions + verbs: + - '*' +- apiGroups: + - "" + resources: + - pods + - services + - endpoints + - persistentvolumeclaims + - events + - deployments + verbs: + - '*' +- apiGroups: + - apps + resources: + - deployments + verbs: + - '*' +- apiGroups: + - extensions + resources: + - deployments + verbs: + - create + - get + - list + - patch + - update +- apiGroups: + - "" + resources: + - secrets + verbs: + - get +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/etcd-operator-clusterrolebinding.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/etcd-operator-clusterrolebinding.yaml new file mode 100755 index 0000000..f2f36e2 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/etcd-operator-clusterrolebinding.yaml @@ -0,0 +1,14 @@ +{{- if .Values.etcd.managed }} +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + name: etcd-operator +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: etcd-operator +subjects: +- kind: ServiceAccount + name: cilium-etcd-sa + namespace: {{ .Release.Namespace }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/etcd-operator-serviceaccount.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/etcd-operator-serviceaccount.yaml new file mode 100755 index 0000000..278d984 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/etcd-operator/etcd-operator-serviceaccount.yaml @@ -0,0 +1,11 @@ +{{- if .Values.etcd.managed }} +apiVersion: v1 +kind: ServiceAccount +metadata: + name: cilium-etcd-sa + namespace: {{ .Release.Namespace }} + {{- if .Values.serviceAccounts.etcd.annotations }} + annotations: +{{ toYaml .Values.serviceAccounts.etcd.annotations | indent 4 }} + {{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-relay/configmap.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-relay/configmap.yaml new file mode 100755 index 0000000..24da88f --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-relay/configmap.yaml @@ -0,0 +1,29 @@ +{{- if and .Values.hubble.enabled .Values.hubble.relay.enabled }} +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: hubble-relay-config + namespace: {{ .Release.Namespace }} +data: + config.yaml: | + peer-service: unix://{{ .Values.hubble.socketPath }} + listen-address: {{ .Values.hubble.relay.listenHost }}:{{ .Values.hubble.relay.listenPort }} + dial-timeout: {{ .Values.hubble.relay.dialTimeout }} + retry-timeout: {{ .Values.hubble.relay.retryTimeout }} + sort-buffer-len-max: {{ .Values.hubble.relay.sortBufferLenMax }} + sort-buffer-drain-timeout: {{ .Values.hubble.relay.sortBufferDrainTimeout }} + {{- if .Values.hubble.tls.enabled }} + tls-client-cert-file: /var/lib/hubble-relay/tls/client.crt + tls-client-key-file: /var/lib/hubble-relay/tls/client.key + tls-hubble-server-ca-files: /var/lib/hubble-relay/tls/hubble-server-ca.crt + {{- else }} + disable-client-tls: true + {{- end }} + {{- if and .Values.hubble.tls.enabled .Values.hubble.relay.tls.server.enabled }} + tls-server-cert-file: /var/lib/hubble-relay/tls/server.crt + tls-server-key-file: /var/lib/hubble-relay/tls/server.key + {{- else }} + disable-server-tls: true + {{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-relay/deployment.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-relay/deployment.yaml new file mode 100755 index 0000000..d2ff2c0 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-relay/deployment.yaml @@ -0,0 +1,134 @@ +{{- if and .Values.hubble.enabled .Values.hubble.relay.enabled }} +apiVersion: apps/v1 +kind: Deployment +metadata: + name: hubble-relay + namespace: {{ .Release.Namespace }} + labels: + k8s-app: hubble-relay +spec: + replicas: {{ .Values.hubble.relay.replicas }} + selector: + matchLabels: + k8s-app: hubble-relay + {{- with .Values.hubble.relay.updateStrategy }} + strategy: + {{- toYaml . | trim | nindent 4 }} + {{- end }} + template: + metadata: + annotations: + {{- if .Values.hubble.relay.rollOutPods }} + # ensure pods roll when configmap updates + cilium.io/hubble-relay-configmap-checksum: {{ include (print $.Template.BasePath "/hubble-relay/configmap.yaml") . | sha256sum | quote }} + {{- end }} + {{- with .Values.hubble.relay.podAnnotations }} + {{- toYaml . | nindent 8 }} + {{- end }} + labels: + k8s-app: hubble-relay + {{- with .Values.hubble.relay.podLabels }} + {{- toYaml . | nindent 8 }} + {{- end }} + spec: + affinity: + podAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: "k8s-app" + operator: In + values: + - cilium + topologyKey: "kubernetes.io/hostname" + {{- with .Values.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 8 }} + {{- end }} + containers: + - name: hubble-relay + image: {{ include "cilium.image" .Values.hubble.relay.image | quote }} + imagePullPolicy: {{ .Values.hubble.relay.image.pullPolicy }} + command: + - hubble-relay + args: + - serve + {{- if .Values.debug.enabled }} + - --debug + {{- end }} + ports: + - name: grpc + containerPort: {{ .Values.hubble.relay.listenPort }} + readinessProbe: + tcpSocket: + port: grpc + livenessProbe: + tcpSocket: + port: grpc + {{- with .Values.hubble.relay.resources }} + resources: + {{- toYaml . | trim | nindent 12 }} + {{- end }} + volumeMounts: + - name: hubble-sock-dir + mountPath: {{ dir .Values.hubble.socketPath }} + readOnly: true + - name: config + mountPath: /etc/hubble-relay + readOnly: true + {{- if .Values.hubble.tls.enabled }} + - name: tls + mountPath: /var/lib/hubble-relay/tls + readOnly: true + {{- end }} + restartPolicy: Always + priorityClassName: {{ .Values.hubble.relay.priorityClassName }} + serviceAccount: {{ .Values.serviceAccounts.relay.name | quote }} + serviceAccountName: {{ .Values.serviceAccounts.relay.name | quote }} + automountServiceAccountToken: false + terminationGracePeriodSeconds: 0 + {{- with .Values.hubble.relay.nodeSelector }} + nodeSelector: + {{- toYaml . | trim | nindent 8 }} + {{- end }} + {{- with .Values.hubble.relay.tolerations }} + tolerations: + {{- toYaml . | trim | nindent 8 }} + {{- end }} + volumes: + - name: config + configMap: + name: hubble-relay-config + items: + - key: config.yaml + path: config.yaml + - name: hubble-sock-dir + hostPath: + path: {{ dir .Values.hubble.socketPath }} + type: Directory + {{- if .Values.hubble.tls.enabled }} + - name: tls + projected: + # note: the leading zero means this number is in octal representation: do not remove it + defaultMode: 0400 + sources: + - secret: + name: hubble-relay-client-certs + items: + - key: ca.crt + path: hubble-server-ca.crt + - key: tls.crt + path: client.crt + - key: tls.key + path: client.key + {{- if .Values.hubble.relay.tls.server.enabled }} + - secret: + name: hubble-relay-server-certs + items: + - key: tls.crt + path: server.crt + - key: tls.key + path: server.key + {{- end }} + {{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-relay/service.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-relay/service.yaml new file mode 100755 index 0000000..0468dd0 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-relay/service.yaml @@ -0,0 +1,21 @@ +{{- if and .Values.hubble.enabled .Values.hubble.relay.enabled }} +kind: Service +apiVersion: v1 +metadata: + name: hubble-relay + namespace: {{ .Release.Namespace }} + labels: + k8s-app: hubble-relay +spec: + type: ClusterIP + selector: + k8s-app: hubble-relay + ports: + - protocol: TCP + {{- if .Values.hubble.relay.servicePort }} + port: {{ .Values.hubble.relay.servicePort }} + {{- else }} + port: {{ .Values.hubble.relay.tls.server.enabled | ternary 443 80 }} + {{- end }} + targetPort: {{ .Values.hubble.relay.listenPort }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-relay/serviceaccount.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-relay/serviceaccount.yaml new file mode 100755 index 0000000..f42bd1b --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-relay/serviceaccount.yaml @@ -0,0 +1,11 @@ +{{- if and .Values.hubble.enabled .Values.hubble.relay.enabled .Values.serviceAccounts.relay.create }} +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ .Values.serviceAccounts.relay.name | quote }} + namespace: {{ .Release.Namespace }} + {{- with .Values.serviceAccounts.relay.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/clusterrole.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/clusterrole.yaml new file mode 100755 index 0000000..4bd809e --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/clusterrole.yaml @@ -0,0 +1,44 @@ +{{- if and (or .Values.hubble.enabled .Values.hubble.ui.standalone.enabled) .Values.hubble.ui.enabled .Values.serviceAccounts.ui.create }} +kind: ClusterRole +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: hubble-ui +rules: +- apiGroups: + - networking.k8s.io + resources: + - networkpolicies + verbs: + - get + - list + - watch +- apiGroups: + - "" + resources: + - componentstatuses + - endpoints + - namespaces + - nodes + - pods + - services + verbs: + - get + - list + - watch +- apiGroups: + - apiextensions.k8s.io + resources: + - customresourcedefinitions + verbs: + - get + - list + - watch +- apiGroups: + - cilium.io + resources: + - "*" + verbs: + - get + - list + - watch +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/clusterrolebinding.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/clusterrolebinding.yaml new file mode 100755 index 0000000..569ce06 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/clusterrolebinding.yaml @@ -0,0 +1,14 @@ +{{- if and (or .Values.hubble.enabled .Values.hubble.ui.standalone.enabled) .Values.hubble.ui.enabled .Values.serviceAccounts.ui.create }} +kind: ClusterRoleBinding +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: hubble-ui +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: hubble-ui +subjects: +- kind: ServiceAccount + name: {{ .Values.serviceAccounts.ui.name | quote }} + namespace: {{ .Release.Namespace }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/configmap.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/configmap.yaml new file mode 100755 index 0000000..ccfebe0 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/configmap.yaml @@ -0,0 +1,10 @@ +{{- if and (or .Values.hubble.enabled .Values.hubble.ui.standalone.enabled) .Values.hubble.ui.enabled }} +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: hubble-ui-envoy + namespace: {{ .Release.Namespace }} +data: + {{ (.Files.Glob "files/envoy/*").AsConfig | nindent 2 }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/deployment.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/deployment.yaml new file mode 100755 index 0000000..593d10e --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/deployment.yaml @@ -0,0 +1,140 @@ +{{- if and (or .Values.hubble.enabled .Values.hubble.ui.standalone.enabled) .Values.hubble.ui.enabled }} +kind: Deployment +apiVersion: apps/v1 +metadata: + name: hubble-ui + namespace: {{ .Release.Namespace }} + labels: + k8s-app: hubble-ui +spec: + replicas: {{ .Values.hubble.ui.replicas }} + selector: + matchLabels: + k8s-app: hubble-ui + template: + metadata: + annotations: + {{- if .Values.hubble.ui.rollOutPods }} + # ensure pods roll when configmap updates + cilium.io/hubble-ui-envoy-configmap-checksum: {{ include (print $.Template.BasePath "/hubble-ui/configmap.yaml") . | sha256sum | quote }} + {{- end }} + {{- with .Values.hubble.ui.podAnnotations }} + {{- toYaml . | nindent 8 }} + {{- end }} + labels: + k8s-app: hubble-ui + {{- with .Values.hubble.ui.podLabels }} + {{- toYaml . | nindent 8 }} + {{- end }} + spec: + {{- if .Values.hubble.ui.securityContext.enabled }} + securityContext: + runAsUser: 1001 + {{- end }} + priorityClassName: {{ .Values.hubble.ui.priorityClassName }} + serviceAccount: {{ .Values.serviceAccounts.ui.name | quote }} + serviceAccountName: {{ .Values.serviceAccounts.ui.name | quote }} + {{- with .Values.hubble.ui.nodeSelector }} + nodeSelector: + {{- toYaml . | trim | nindent 8 }} + {{- end }} + {{- with .Values.hubble.ui.tolerations }} + tolerations: + {{- toYaml . | trim | nindent 8 }} + {{- end }} + {{- with .Values.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 8 }} + {{- end }} + containers: + - name: frontend + image: {{ include "cilium.image" .Values.hubble.ui.frontend.image | quote }} + imagePullPolicy: {{ .Values.hubble.ui.frontend.image.pullPolicy }} + ports: + - name: http + containerPort: 8080 + {{- with .Values.hubble.ui.frontend.resources }} + resources: + {{- toYaml . | trim | nindent 10 }} + {{- end }} + - name: backend + image: {{ include "cilium.image" .Values.hubble.ui.backend.image | quote }} + imagePullPolicy: {{ .Values.hubble.ui.backend.image.pullPolicy }} + env: + - name: EVENTS_SERVER_PORT + value: "8090" + {{- if .Values.hubble.relay.tls.server.enabled }} + - name: FLOWS_API_ADDR + value: "hubble-relay:443" + - name: TLS_TO_RELAY_ENABLED + value: "true" + - name: TLS_RELAY_SERVER_NAME + value: ui.hubble-relay.cilium.io + - name: TLS_RELAY_CA_CERT_FILES + value: /var/lib/hubble-ui/certs/hubble-relay-ca.crt + - name: TLS_RELAY_CLIENT_CERT_FILE + value: /var/lib/hubble-ui/certs/client.crt + - name: TLS_RELAY_CLIENT_KEY_FILE + value: /var/lib/hubble-ui/certs/client.key + {{- else }} + - name: FLOWS_API_ADDR + value: "hubble-relay:80" + {{- end }} + ports: + - name: grpc + containerPort: 8090 + {{- with .Values.hubble.ui.backend.resources }} + resources: + {{- toYaml . | trim | nindent 10 }} + {{- end }} + volumeMounts: + {{- if .Values.hubble.relay.tls.server.enabled }} + - name: hubble-ui-client-certs + mountPath: /var/lib/hubble-ui/certs + readOnly: true + {{- end }} + - name: proxy + image: {{ include "cilium.image" .Values.hubble.ui.proxy.image | quote }} + imagePullPolicy: {{ .Values.hubble.ui.proxy.image.pullPolicy }} + ports: + - name: http + containerPort: 8081 + {{- with .Values.hubble.ui.proxy.resources }} + resources: + {{- toYaml . | trim | nindent 10 }} + {{- end }} + command: [envoy] + args: + - -c + - /etc/envoy.yaml + - -l + - info + volumeMounts: + - name: hubble-ui-envoy-yaml + mountPath: /etc/envoy.yaml + subPath: envoy.yaml + volumes: + - name: hubble-ui-envoy-yaml + configMap: + name: hubble-ui-envoy + {{- if .Values.hubble.relay.tls.server.enabled }} + - name: hubble-ui-client-certs + {{- if .Values.hubble.ui.standalone.enabled }} + {{- toYaml .Values.hubble.ui.standalone.tls.certsVolume | nindent 8 }} + {{- else }} + projected: + # note: the leading zero means this number is in octal representation: do not remove it + defaultMode: 0400 + sources: + - secret: + name: hubble-ui-client-certs + items: + - key: ca.crt + path: hubble-relay-ca.crt + - key: tls.crt + path: client.crt + - key: tls.key + path: client.key + {{- end }} + {{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/ingress.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/ingress.yaml new file mode 100755 index 0000000..69685a9 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/ingress.yaml @@ -0,0 +1,26 @@ +{{- if and (or .Values.hubble.enabled .Values.hubble.ui.standalone.enabled) .Values.hubble.ui.enabled .Values.hubble.ui.ingress.enabled }} +apiVersion: {{ template "ingress.apiVersion" . }} +kind: Ingress +metadata: + name: hubble-ui + namespace: {{ .Release.Namespace }} + labels: + k8s-app: hubble-ui + {{- with .Values.hubble.ui.ingress.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} +spec: + {{- if .Values.hubble.ui.ingress.tls }} + tls: + {{- toYaml .Values.hubble.ui.ingress.tls | nindent 4 }} + {{- end }} + rules: + {{- range .Values.hubble.ui.ingress.hosts }} + - host: {{ . }} + http: + paths: + - path: / + {{- include "ingress.paths" $ | nindent 12 }} + {{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/service.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/service.yaml new file mode 100755 index 0000000..47f4bbe --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/service.yaml @@ -0,0 +1,17 @@ +{{- if and (or .Values.hubble.enabled .Values.hubble.ui.standalone.enabled) .Values.hubble.ui.enabled }} +kind: Service +apiVersion: v1 +metadata: + name: hubble-ui + namespace: {{ .Release.Namespace }} + labels: + k8s-app: hubble-ui +spec: + type: ClusterIP + selector: + k8s-app: hubble-ui + ports: + - name: http + port: 80 + targetPort: 8081 +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/serviceaccount.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/serviceaccount.yaml new file mode 100755 index 0000000..28f6061 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble-ui/serviceaccount.yaml @@ -0,0 +1,11 @@ +{{- if and (or .Values.hubble.enabled .Values.hubble.ui.standalone.enabled) .Values.hubble.ui.enabled .Values.serviceAccounts.ui.create }} +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ .Values.serviceAccounts.ui.name | quote }} + namespace: {{ .Release.Namespace }} + {{- with .Values.serviceAccounts.ui.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/metrics-service.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/metrics-service.yaml new file mode 100755 index 0000000..2508090 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/metrics-service.yaml @@ -0,0 +1,25 @@ +{{- if and .Values.hubble.enabled .Values.hubble.metrics.enabled }} +apiVersion: v1 +kind: Service +metadata: + name: hubble-metrics + namespace: {{ .Release.Namespace }} + labels: + k8s-app: hubble + annotations: + {{- with .Values.hubble.metrics.serviceAnnotations }} + {{- toYaml . | nindent 4 }} + {{- end }} + prometheus.io/scrape: "true" + prometheus.io/port: {{ .Values.hubble.metrics.port | quote }} +spec: + clusterIP: None + type: ClusterIP + ports: + - name: hubble-metrics + port: {{ .Values.hubble.metrics.port }} + protocol: TCP + targetPort: hubble-metrics + selector: + k8s-app: cilium +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/servicemonitor.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/servicemonitor.yaml new file mode 100755 index 0000000..5928c74 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/servicemonitor.yaml @@ -0,0 +1,28 @@ +{{- if and .Values.hubble.enabled .Values.hubble.metrics.enabled .Values.hubble.metrics.serviceMonitor.enabled }} +apiVersion: monitoring.coreos.com/v1 +kind: ServiceMonitor +metadata: + name: hubble + namespace: {{ .Values.prometheus.serviceMonitor.namespace | default .Release.Namespace }} + labels: + {{- with .Values.hubble.metrics.serviceMonitor.labels }} + {{- toYaml . | nindent 4 }} + {{- end }} +spec: + selector: + matchLabels: + k8s-app: hubble + namespaceSelector: + matchNames: + - {{ .Release.Namespace }} + endpoints: + - port: hubble-metrics + interval: 10s + honorLabels: true + path: /metrics + relabelings: + - sourceLabels: + - __meta_kubernetes_pod_node_name + targetLabel: node + replacement: ${1} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-certmanager/_helpers.tpl b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-certmanager/_helpers.tpl new file mode 100755 index 0000000..6b00dd5 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-certmanager/_helpers.tpl @@ -0,0 +1,9 @@ +{{- define "hubble-generate-certs.certmanager.issuer" }} +{{- if .Values.hubble.tls.auto.certManagerIssuerRef }} + {{- toYaml .Values.hubble.tls.auto.certManagerIssuerRef }} +{{- else }} + group: cert-manager.io + kind: Issuer + name: hubble-issuer +{{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-certmanager/hubble-issuer.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-certmanager/hubble-issuer.yaml new file mode 100755 index 0000000..8b60b1a --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-certmanager/hubble-issuer.yaml @@ -0,0 +1,21 @@ +{{- if and (or .Values.agent .Values.hubble.relay.enabled .Values.hubble.ui.enabled) .Values.hubble.enabled .Values.hubble.tls.enabled .Values.hubble.tls.auto.enabled (eq .Values.hubble.tls.auto.method "certmanager") (not .Values.hubble.tls.auto.certManagerIssuerRef) }} +{{- $_ := include "hubble-generate-certs.helm.setup-ca" . -}} +--- +apiVersion: v1 +kind: Secret +metadata: + name: hubble-ca-secret + namespace: {{ .Release.Namespace }} +data: + ca.crt: {{ .ca.Cert | b64enc }} + ca.key: {{ .ca.Key | b64enc }} +--- +apiVersion: cert-manager.io/v1 +kind: Issuer +metadata: + name: hubble-issuer + namespace: {{ .Release.Namespace }} +spec: + ca: + secretName: hubble-ca-secret +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-certmanager/relay-client-secret.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-certmanager/relay-client-secret.yaml new file mode 100755 index 0000000..75bbb07 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-certmanager/relay-client-secret.yaml @@ -0,0 +1,16 @@ +{{- if and .Values.hubble.enabled .Values.hubble.tls.enabled .Values.hubble.tls.auto.enabled (eq .Values.hubble.tls.auto.method "certmanager") .Values.hubble.relay.enabled }} +--- +apiVersion: cert-manager.io/v1 +kind: Certificate +metadata: + name: hubble-relay-client-certs + namespace: {{ .Release.Namespace }} +spec: + issuerRef: + {{- include "hubble-generate-certs.certmanager.issuer" . | nindent 4 }} + secretName: hubble-relay-client-certs + commonName: "*.hubble-relay.cilium.io" + dnsNames: + - "*.hubble-relay.cilium.io" + duration: {{ printf "%dh" (mul .Values.hubble.tls.auto.certValidityDuration 24) }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-certmanager/relay-server-secret.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-certmanager/relay-server-secret.yaml new file mode 100755 index 0000000..58b67a6 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-certmanager/relay-server-secret.yaml @@ -0,0 +1,23 @@ +{{- if and .Values.hubble.enabled .Values.hubble.tls.enabled .Values.hubble.tls.auto.enabled (eq .Values.hubble.tls.auto.method "certmanager") .Values.hubble.relay.enabled .Values.hubble.relay.tls.server.enabled }} +--- +apiVersion: cert-manager.io/v1 +kind: Certificate +metadata: + name: hubble-relay-server-certs + namespace: {{ .Release.Namespace }} +spec: + issuerRef: + {{- include "hubble-generate-certs.certmanager.issuer" . | nindent 4 }} + secretName: hubble-relay-server-certs + commonName: "*.hubble-relay.cilium.io" + dnsNames: + - "*.hubble-relay.cilium.io" + {{- range $dns := .Values.hubble.relay.tls.server.extraDnsNames }} + - {{ $dns | quote }} + {{- end }} + ipAddresses: + {{- range $ip := .Values.hubble.relay.tls.server.extraIpAddresses }} + - {{ $ip | quote }} + {{- end }} + duration: {{ printf "%dh" (mul .Values.hubble.tls.auto.certValidityDuration 24) }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-certmanager/server-secret.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-certmanager/server-secret.yaml new file mode 100755 index 0000000..b3ee88b --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-certmanager/server-secret.yaml @@ -0,0 +1,24 @@ +{{- if and .Values.hubble.enabled .Values.hubble.tls.enabled .Values.hubble.tls.auto.enabled (eq .Values.hubble.tls.auto.method "certmanager") }} +{{- $cn := list "*" (.Values.cluster.name | replace "." "-") "hubble-grpc.cilium.io" | join "." }} +--- +apiVersion: cert-manager.io/v1 +kind: Certificate +metadata: + name: hubble-server-certs + namespace: {{ .Release.Namespace }} +spec: + issuerRef: + {{- include "hubble-generate-certs.certmanager.issuer" . | nindent 4 }} + secretName: hubble-server-certs + commonName: {{ $cn | quote }} + dnsNames: + - {{ $cn | quote }} + {{- range $dns := .Values.hubble.tls.server.extraDnsNames }} + - {{ $dns | quote }} + {{- end }} + ipAddresses: + {{- range $ip := .Values.hubble.tls.server.extraIpAddresses }} + - {{ $ip | quote }} + {{- end }} + duration: {{ printf "%dh" (mul .Values.hubble.tls.auto.certValidityDuration 24) }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-certmanager/ui-client-certs.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-certmanager/ui-client-certs.yaml new file mode 100755 index 0000000..0393d08 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-certmanager/ui-client-certs.yaml @@ -0,0 +1,16 @@ +{{- if and .Values.hubble.enabled .Values.hubble.tls.enabled .Values.hubble.tls.auto.enabled (eq .Values.hubble.tls.auto.method "certmanager") .Values.hubble.ui.enabled .Values.hubble.relay.enabled .Values.hubble.relay.tls.server.enabled }} +--- +apiVersion: cert-manager.io/v1 +kind: Certificate +metadata: + name: hubble-ui-client-certs + namespace: {{ .Release.Namespace }} +spec: + issuerRef: + {{- include "hubble-generate-certs.certmanager.issuer" . | nindent 4 }} + secretName: hubble-ui-client-certs + commonName: "*.hubble-ui.cilium.io" + dnsNames: + - "*.hubble-ui.cilium.io" + duration: {{ printf "%dh" (mul .Values.hubble.tls.auto.certValidityDuration 24) }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/_job-spec.tpl b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/_job-spec.tpl new file mode 100755 index 0000000..ba297e3 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/_job-spec.tpl @@ -0,0 +1,48 @@ +{{- define "hubble-generate-certs.job.spec" }} +{{- $certValiditySecondsStr := printf "%ds" (mul .Values.hubble.tls.auto.certValidityDuration 24 60 60) -}} +spec: + template: + metadata: + labels: + k8s-app: hubble-generate-certs + {{- with .Values.certgen.podLabels }} + {{- toYaml . | nindent 8 }} + {{- end }} + spec: + containers: + - name: certgen + image: {{ include "cilium.image" .Values.certgen.image | quote }} + imagePullPolicy: {{ .Values.certgen.image.pullPolicy }} + command: + - "/usr/bin/cilium-certgen" + # Because this is executed as a job, we pass the values as command + # line args instead of via config map. This allows users to inspect + # the values used in past runs by inspecting the completed pod. + args: + - "--cilium-namespace={{ .Release.Namespace }}" + {{- if .Values.debug.enabled }} + - "--debug" + {{- end }} + - "--hubble-ca-generate" + - "--hubble-ca-reuse-secret" + - "--hubble-server-cert-generate" + - "--hubble-server-cert-common-name={{ list "*" (.Values.cluster.name | replace "." "-") "hubble-grpc.cilium.io" | join "." }}" + - "--hubble-server-cert-validity-duration={{ $certValiditySecondsStr }}" + {{- if .Values.hubble.relay.enabled }} + - "--hubble-relay-client-cert-generate" + - "--hubble-relay-client-cert-validity-duration={{ $certValiditySecondsStr }}" + {{- end }} + {{- if and .Values.hubble.relay.enabled .Values.hubble.relay.tls.server.enabled }} + - "--hubble-relay-server-cert-generate" + - "--hubble-relay-server-cert-validity-duration={{ $certValiditySecondsStr }}" + {{- end }} + hostNetwork: true + serviceAccount: {{ .Values.serviceAccounts.hubblecertgen.name | quote }} + serviceAccountName: {{ .Values.serviceAccounts.hubblecertgen.name | quote }} + {{- with .Values.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 8 }} + {{- end }} + restartPolicy: OnFailure + ttlSecondsAfterFinished: {{ .Values.certgen.ttlSecondsAfterFinished }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/ca-secret.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/ca-secret.yaml new file mode 100755 index 0000000..b35c2a8 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/ca-secret.yaml @@ -0,0 +1,13 @@ +{{- if and (or .Values.agent .Values.hubble.relay.enabled .Values.hubble.ui.enabled) .Values.hubble.enabled .Values.hubble.tls.enabled .Values.hubble.tls.auto.enabled (eq .Values.hubble.tls.auto.method "cronJob") }} +{{- if .Values.hubble.tls.ca.cert }} +--- +apiVersion: v1 +kind: Secret +metadata: + name: hubble-ca-secret + namespace: {{ .Release.Namespace }} +data: + ca.crt: {{ .Values.hubble.tls.ca.cert }} + ca.key: {{ .Values.hubble.tls.ca.key | required "missing hubble.tls.ca.key" }} +{{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/clusterrole.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/clusterrole.yaml new file mode 100755 index 0000000..0c30481 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/clusterrole.yaml @@ -0,0 +1,32 @@ +{{- if and .Values.hubble.enabled .Values.hubble.tls.enabled .Values.hubble.tls.auto.enabled (eq .Values.hubble.tls.auto.method "cronJob") .Values.serviceAccounts.hubblecertgen.create }} +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + name: hubble-generate-certs +rules: + - apiGroups: + - "" + resources: + - secrets + verbs: + - create + - apiGroups: + - "" + resources: + - secrets + resourceNames: + - hubble-server-certs + - hubble-relay-client-certs + - hubble-relay-server-certs + verbs: + - update + - apiGroups: + - "" + resources: + - secrets + resourceNames: + - hubble-ca-secret + verbs: + - get + - update +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/clusterrolebinding.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/clusterrolebinding.yaml new file mode 100755 index 0000000..c73ca70 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/clusterrolebinding.yaml @@ -0,0 +1,14 @@ +{{- if and .Values.hubble.enabled .Values.hubble.tls.enabled .Values.hubble.tls.auto.enabled (eq .Values.hubble.tls.auto.method "cronJob") .Values.serviceAccounts.hubblecertgen.create }} +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + name: hubble-generate-certs +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: hubble-generate-certs +subjects: +- kind: ServiceAccount + name: {{ .Values.serviceAccounts.hubblecertgen.name | quote }} + namespace: {{ .Release.Namespace }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/cronjob.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/cronjob.yaml new file mode 100755 index 0000000..6d59abb --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/cronjob.yaml @@ -0,0 +1,14 @@ +{{- if and .Values.hubble.enabled .Values.hubble.tls.enabled .Values.hubble.tls.auto.enabled (eq .Values.hubble.tls.auto.method "cronJob") .Values.hubble.tls.auto.schedule }} +apiVersion: {{ include "cronjob.apiVersion" . }} +kind: CronJob +metadata: + name: hubble-generate-certs + namespace: {{ .Release.Namespace }} + labels: + k8s-app: hubble-generate-certs +spec: + schedule: {{ .Values.hubble.tls.auto.schedule | quote }} + concurrencyPolicy: Forbid + jobTemplate: + {{- include "hubble-generate-certs.job.spec" . | nindent 4 }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/job.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/job.yaml new file mode 100755 index 0000000..3d5386f --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/job.yaml @@ -0,0 +1,20 @@ +{{- if and .Values.hubble.enabled .Values.hubble.tls.enabled .Values.hubble.tls.auto.enabled (eq .Values.hubble.tls.auto.method "cronJob") }} +{{/* +Because Kubernetes job specs are immutable, Helm will fail patch this job if +the spec changes between releases. To avoid breaking the upgrade path, we +generate a name for the job here which is based on the checksum of the spec. +This will cause the name of the job to change if its content changes, +and in turn cause Helm to do delete the old job and replace it with a new one. +*/}} +{{- $jobSpec := include "hubble-generate-certs.job.spec" . -}} +{{- $checkSum := $jobSpec | sha256sum | trunc 10 -}} +--- +apiVersion: batch/v1 +kind: Job +metadata: + name: hubble-generate-certs-{{$checkSum}} + namespace: {{ .Release.Namespace }} + labels: + k8s-app: hubble-generate-certs +{{ $jobSpec }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/serviceaccount.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/serviceaccount.yaml new file mode 100755 index 0000000..d538d67 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-cronjob/serviceaccount.yaml @@ -0,0 +1,11 @@ +{{- if and .Values.hubble.enabled .Values.hubble.tls.enabled .Values.hubble.tls.auto.enabled (eq .Values.hubble.tls.auto.method "cronJob") .Values.serviceAccounts.hubblecertgen.create }} +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ .Values.serviceAccounts.hubblecertgen.name | quote }} + namespace: {{ .Release.Namespace }} + {{- with .Values.serviceAccounts.hubblecertgen.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-helm/_helpers.tpl b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-helm/_helpers.tpl new file mode 100755 index 0000000..9f065d6 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-helm/_helpers.tpl @@ -0,0 +1,24 @@ +{{/* +Generate TLS certificates for Hubble Server and Hubble Relay. + +Note: Always use this template as follows: + + {{- $_ := include "hubble-generate-certs.helm.setup-ca" . -}} + +The assignment to `$_` is required because we store the generated CI in a global `ca` variable. +Please, don't try to "simplify" this, as without this trick, every generated +certificate would be signed by a different CA. +*/}} +{{- define "hubble-generate-certs.helm.setup-ca" }} + {{- if not .ca }} + {{- $ca := "" -}} + {{- if .Values.hubble.tls.ca.cert }} + {{- $crt := .Values.hubble.tls.ca.cert }} + {{- $key := .Values.hubble.tls.ca.key | required "missing hubble.tls.ca.key" }} + {{- $ca = buildCustomCert $crt $key -}} + {{- else }} + {{- $ca = genCA "hubble-ca.cilium.io" (.Values.hubble.tls.auto.certValidityDuration | int) -}} + {{- end }} + {{- $_ := set . "ca" $ca -}} + {{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-helm/ca-secret.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-helm/ca-secret.yaml new file mode 100755 index 0000000..f1e8e76 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-helm/ca-secret.yaml @@ -0,0 +1,12 @@ +{{- if and (or .Values.agent .Values.hubble.relay.enabled .Values.hubble.ui.enabled) .Values.hubble.enabled .Values.hubble.tls.enabled .Values.hubble.tls.auto.enabled (eq .Values.hubble.tls.auto.method "helm") }} +{{- $_ := include "hubble-generate-certs.helm.setup-ca" . -}} +--- +apiVersion: v1 +kind: Secret +metadata: + name: hubble-ca-secret + namespace: {{ .Release.Namespace }} +data: + ca.crt: {{ .ca.Cert | b64enc }} + ca.key: {{ .ca.Key | b64enc }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-helm/relay-client-secret.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-helm/relay-client-secret.yaml new file mode 100755 index 0000000..947565e --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-helm/relay-client-secret.yaml @@ -0,0 +1,17 @@ +{{- if and .Values.hubble.enabled .Values.hubble.tls.enabled .Values.hubble.tls.auto.enabled (eq .Values.hubble.tls.auto.method "helm") .Values.hubble.relay.enabled }} +{{- $_ := include "hubble-generate-certs.helm.setup-ca" . -}} +{{- $cn := "*.hubble-relay.cilium.io" }} +{{- $dns := list $cn }} +{{- $cert := genSignedCert $cn nil $dns (.Values.hubble.tls.auto.certValidityDuration | int) .ca -}} +--- +apiVersion: v1 +kind: Secret +metadata: + name: hubble-relay-client-certs + namespace: {{ .Release.Namespace }} +type: kubernetes.io/tls +data: + ca.crt: {{ .ca.Cert | b64enc }} + tls.crt: {{ $cert.Cert | b64enc }} + tls.key: {{ $cert.Key | b64enc }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-helm/relay-server-secret.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-helm/relay-server-secret.yaml new file mode 100755 index 0000000..2c2339d --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-helm/relay-server-secret.yaml @@ -0,0 +1,18 @@ +{{- if and .Values.hubble.enabled .Values.hubble.tls.enabled .Values.hubble.tls.auto.enabled (eq .Values.hubble.tls.auto.method "helm") .Values.hubble.relay.enabled .Values.hubble.relay.tls.server.enabled }} +{{- $_ := include "hubble-generate-certs.helm.setup-ca" . -}} +{{- $cn := "*.hubble-relay.cilium.io" }} +{{- $ip := .Values.hubble.relay.tls.server.extraIpAddresses }} +{{- $dns := prepend .Values.hubble.relay.tls.server.extraDnsNames $cn }} +{{- $cert := genSignedCert $cn $ip $dns (.Values.hubble.tls.auto.certValidityDuration | int) .ca -}} +--- +apiVersion: v1 +kind: Secret +metadata: + name: hubble-relay-server-certs + namespace: {{ .Release.Namespace }} +type: kubernetes.io/tls +data: + ca.crt: {{ .ca.Cert | b64enc }} + tls.crt: {{ $cert.Cert | b64enc }} + tls.key: {{ $cert.Key | b64enc }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-helm/server-secret.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-helm/server-secret.yaml new file mode 100755 index 0000000..cc3c1d9 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-helm/server-secret.yaml @@ -0,0 +1,18 @@ +{{- if and .Values.agent .Values.hubble.enabled .Values.hubble.tls.enabled .Values.hubble.tls.auto.enabled (eq .Values.hubble.tls.auto.method "helm") }} +{{- $_ := include "hubble-generate-certs.helm.setup-ca" . -}} +{{- $cn := list "*" (.Values.cluster.name | replace "." "-") "hubble-grpc.cilium.io" | join "." }} +{{- $ip := .Values.hubble.tls.server.extraIpAddresses }} +{{- $dns := prepend .Values.hubble.tls.server.extraDnsNames $cn }} +{{- $cert := genSignedCert $cn $ip $dns (.Values.hubble.tls.auto.certValidityDuration | int) .ca -}} +--- +apiVersion: v1 +kind: Secret +metadata: + name: hubble-server-certs + namespace: {{ .Release.Namespace }} +type: kubernetes.io/tls +data: + ca.crt: {{ .ca.Cert | b64enc }} + tls.crt: {{ $cert.Cert | b64enc }} + tls.key: {{ $cert.Key | b64enc }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-helm/ui-client-certs.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-helm/ui-client-certs.yaml new file mode 100755 index 0000000..90376d6 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-helm/ui-client-certs.yaml @@ -0,0 +1,17 @@ +{{- if and .Values.hubble.enabled .Values.hubble.tls.enabled .Values.hubble.tls.auto.enabled (eq .Values.hubble.tls.auto.method "helm") .Values.hubble.ui.enabled .Values.hubble.relay.enabled .Values.hubble.relay.tls.server.enabled }} +{{- $_ := include "hubble-generate-certs.helm.setup-ca" . -}} +{{- $cn := "*.hubble-ui.cilium.io" }} +{{- $dns := list $cn }} +{{- $cert := genSignedCert $cn nil $dns (.Values.hubble.tls.auto.certValidityDuration | int) .ca -}} +--- +apiVersion: v1 +kind: Secret +metadata: + name: hubble-ui-client-certs + namespace: {{ .Release.Namespace }} +type: kubernetes.io/tls +data: + ca.crt: {{ .ca.Cert | b64enc }} + tls.crt: {{ $cert.Cert | b64enc }} + tls.key: {{ $cert.Key | b64enc }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-provided/ca-secret.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-provided/ca-secret.yaml new file mode 100755 index 0000000..7a9ca55 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-provided/ca-secret.yaml @@ -0,0 +1,12 @@ +{{- if and (or .Values.agent .Values.hubble.relay.enabled .Values.hubble.ui.enabled) .Values.hubble.enabled .Values.hubble.tls.enabled (not .Values.hubble.tls.auto.enabled) }} +apiVersion: v1 +kind: Secret +metadata: + name: hubble-ca-secret + namespace: {{ .Release.Namespace }} +data: + ca.crt: {{ .Values.hubble.tls.ca.cert }} + {{- if .Values.hubble.tls.ca.key }} + ca.key: {{ .Values.hubble.tls.ca.key }} + {{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-provided/relay-client-secret.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-provided/relay-client-secret.yaml new file mode 100755 index 0000000..22cde03 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-provided/relay-client-secret.yaml @@ -0,0 +1,12 @@ +{{- if and .Values.hubble.enabled .Values.hubble.tls.enabled (not .Values.hubble.tls.auto.enabled) .Values.hubble.relay.enabled }} +apiVersion: v1 +kind: Secret +metadata: + name: hubble-relay-client-certs + namespace: {{ .Release.Namespace }} +type: kubernetes.io/tls +data: + ca.crt: {{ .Values.hubble.tls.ca.cert }} + tls.crt: {{ .Values.hubble.relay.tls.client.cert | required "missing hubble.relay.tls.client.cert" }} + tls.key: {{ .Values.hubble.relay.tls.client.key | required "missing hubble.relay.tls.client.key" }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-provided/relay-server-secret.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-provided/relay-server-secret.yaml new file mode 100755 index 0000000..ccdfc24 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-provided/relay-server-secret.yaml @@ -0,0 +1,12 @@ +{{- if and .Values.hubble.enabled .Values.hubble.tls.enabled (not .Values.hubble.tls.auto.enabled) .Values.hubble.relay.enabled .Values.hubble.relay.tls.server.enabled }} +apiVersion: v1 +kind: Secret +metadata: + name: hubble-relay-server-certs + namespace: {{ .Release.Namespace }} +type: kubernetes.io/tls +data: + ca.crt: {{ .Values.hubble.tls.ca.cert }} + tls.crt: {{ .Values.hubble.relay.tls.server.cert | required "missing hubble.relay.tls.server.cert" }} + tls.key: {{ .Values.hubble.relay.tls.server.key | required "missing hubble.relay.tls.server.key" }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-provided/server-secret.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-provided/server-secret.yaml new file mode 100755 index 0000000..f251b1b --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-provided/server-secret.yaml @@ -0,0 +1,12 @@ +{{- if and .Values.agent .Values.hubble.enabled .Values.hubble.tls.enabled (not .Values.hubble.tls.auto.enabled) }} +apiVersion: v1 +kind: Secret +metadata: + name: hubble-server-certs + namespace: {{ .Release.Namespace }} +type: kubernetes.io/tls +data: + ca.crt: {{ .Values.hubble.tls.ca.cert }} + tls.crt: {{ .Values.hubble.tls.server.cert | required "missing hubble.tls.server.cert" }} + tls.key: {{ .Values.hubble.tls.server.key | required "missing hubble.tls.server.key" }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-provided/ui-client-certs.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-provided/ui-client-certs.yaml new file mode 100755 index 0000000..0d2d948 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/hubble/tls-provided/ui-client-certs.yaml @@ -0,0 +1,12 @@ +{{- if and .Values.hubble.enabled .Values.hubble.tls.enabled (not .Values.hubble.tls.auto.enabled) .Values.hubble.ui.enabled .Values.hubble.relay.enabled .Values.hubble.relay.tls.server.enabled }} +apiVersion: v1 +kind: Secret +metadata: + name: hubble-ui-client-certs + namespace: {{ .Release.Namespace }} +type: kubernetes.io/tls +data: + ca.crt: {{ .Values.hubble.tls.ca.cert }} + tls.crt: {{ .Values.hubble.ui.tls.client.cert | required "missing hubble.ui.tls.client.cert" }} + tls.key: {{ .Values.hubble.ui.tls.client.key | required "missing hubble.ui.tls.client.key" }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/validate.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/validate.yaml new file mode 100755 index 0000000..c25cdcd --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/templates/validate.yaml @@ -0,0 +1,35 @@ +{{/* validate hubble config */}} +{{- if and .Values.hubble.ui.enabled (not .Values.hubble.ui.standalone.enabled) }} + {{- if not .Values.hubble.relay.enabled }} + {{ fail "Hubble UI requires .Values.hubble.relay.enabled=true" }} + {{- end }} +{{- end }} +{{- if and .Values.hubble.ui.enabled .Values.hubble.ui.standalone.enabled .Values.hubble.relay.tls.server.enabled }} + {{- if not .Values.hubble.ui.standalone.tls.certsVolume }} + {{ fail "Hubble UI in standalone with Hubble Relay server TLS enabled requires providing .Values.hubble.ui.standalone.tls.certsVolume for mounting client certificates in the backend pod" }} + {{- end }} +{{- end }} +{{- if .Values.hubble.relay.enabled }} + {{- if not .Values.hubble.enabled }} + {{ fail "Hubble Relay requires .Values.hubble.enabled=true" }} + {{- end }} +{{- end }} + +{{/* validate service monitoring CRDs */}} +{{- if and .Values.prometheus.enabled (or .Values.prometheus.serviceMonitor.enabled .Values.operator.prometheus.serviceMonitor.enabled) }} + {{- if not (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1") }} + {{ fail "Service Monitor requires monitoring.coreos.com/v1 CRDs. Please refer to https://github.com/prometheus-operator/prometheus-operator/blob/master/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml" }} + {{- end }} +{{- end }} + +{{- if and .Values.hubble.enabled .Values.hubble.tls.enabled .Values.hubble.tls.auto.enabled (eq .Values.hubble.tls.auto.method "certmanager") }} + {{- if not .Values.hubble.tls.auto.certManagerIssuerRef }} + {{ fail "Hubble TLS certgen method=certmanager requires user specify .Values.hubble.tls.auto.certManagerIssuerRef" }} + {{- end }} +{{- end }} + +{{- if and (or .Values.externalWorkloads.enabled .Values.clustermesh.useAPIServer) .Values.clustermesh.apiserver.tls.auto.enabled (eq .Values.clustermesh.apiserver.tls.auto.method "certmanager") }} + {{- if not .Values.clustermesh.apiserver.tls.auto.certManagerIssuerRef }} + {{ fail "ClusterMesh TLS certgen method=certmanager requires user specify .Values.clustermesh.apiserver.tls.auto.certManagerIssuerRef" }} + {{- end }} +{{- end }} diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/values.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/values.yaml new file mode 100755 index 0000000..6dcea36 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/cilium/values.yaml @@ -0,0 +1,1798 @@ +# upgradeCompatibility helps users upgrading to ensure that the configMap for +# Cilium will not change critical values to ensure continued operation +# This is flag is not required for new installations. +# For example: 1.7, 1.8, 1.9 +# upgradeCompatibility: '1.8' + +debug: + # -- Enable debug logging + enabled: false + # verbose: + +rbac: + # -- Enable creation of Resource-Based Access Control configuration. + create: true + +# -- Configure image pull secrets for pulling container images +imagePullSecrets: +# - name: "image-pull-secret" + +# kubeConfigPath: ~/.kube/config +# k8sServiceHost: +# k8sServicePort: + +cluster: + # -- Name of the cluster. Only required for Cluster Mesh. + name: default + # -- (int) Unique ID of the cluster. Must be unique across all connected + # clusters and in the range of 1 to 255. Only required for Cluster Mesh. + id: + +# -- Define serviceAccount names for components. +# @default -- Component's fully qualified name. +serviceAccounts: + cilium: + create: true + name: cilium + annotations: {} + etcd: + create: true + name: cilium-etcd-operator + annotations: {} + operator: + create: true + name: cilium-operator + annotations: {} + preflight: + create: true + name: cilium-pre-flight + annotations: {} + relay: + create: true + name: hubble-relay + annotations: {} + ui: + create: true + name: hubble-ui + annotations: {} + clustermeshApiserver: + create: true + name: clustermesh-apiserver + annotations: {} + # -- Clustermeshcertgen is used if clustermesh.apiserver.tls.auto.method=cronJob + clustermeshcertgen: + create: true + name: clustermesh-apiserver-generate-certs + annotations: {} + # -- Hubblecertgen is used if hubble.tls.auto.method=cronJob + hubblecertgen: + create: true + name: hubble-generate-certs + annotations: {} + +# -- Install the cilium agent resources. +agent: true + +# -- Agent container name. +name: cilium + +# -- Roll out cilium agent pods automatically when configmap is updated. +rollOutCiliumPods: false + +# -- Agent container image. +image: + repository: quay.io/cilium/cilium + tag: v1.11.1 + pullPolicy: IfNotPresent + # cilium-digest + digest: "sha256:251ff274acf22fd2067b29a31e9fda94253d2961c061577203621583d7e85bd2" + useDigest: true + +# -- Pod affinity for cilium-agent. +affinity: + nodeAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: kubernetes.io/os + operator: In + values: + - linux + # Compatible with Kubernetes 1.12.x and 1.13.x + - matchExpressions: + - key: beta.kubernetes.io/os + operator: In + values: + - linux + podAntiAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: k8s-app + operator: In + values: + - cilium + topologyKey: kubernetes.io/hostname + +# -- The priority class to use for cilium-agent. +priorityClassName: "" + +# -- Additional agent container arguments. +extraArgs: [] + +# -- Additional agent container environment variables. +extraEnv: {} + +# -- Additional InitContainers to initialize the pod. +extraInitContainers: [] + +# -- Additional agent hostPath mounts. +extraHostPathMounts: [] + # - name: host-mnt-data + # mountPath: /host/mnt/data + # hostPath: /mnt/data + # hostPathType: Directory + # readOnly: true + # mountPropagation: HostToContainer + +# -- Additional agent ConfigMap mounts. +extraConfigmapMounts: [] + # - name: certs-configmap + # mountPath: /certs + # configMap: certs-configmap + # readOnly: true + +# -- extraConfig allows you to specify additional configuration parameters to be +# included in the cilium-config configmap. +extraConfig: {} +# my-config-a: "1234" +# my-config-b: |- +# test 1 +# test 2 +# test 3 + +# -- Node tolerations for agent scheduling to nodes with taints +# ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ +tolerations: +- operator: Exists + # - key: "key" + # operator: "Equal|Exists" + # value: "value" + # effect: "NoSchedule|PreferNoSchedule|NoExecute(1.6 only)" + +# -- Annotations to be added to agent pods +podAnnotations: {} + +# -- Labels to be added to agent pods +podLabels: {} + +# -- PodDisruptionBudget settings +# ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ +podDisruptionBudget: + enabled: true + maxUnavailable: 2 + +# -- Agent resource limits & requests +# ref: https://kubernetes.io/docs/user-guide/compute-resources/ +resources: {} + # limits: + # cpu: 4000m + # memory: 4Gi + # requests: + # cpu: 100m + # memory: 512Mi + +# -- Security context to be added to agent pods +securityContext: {} + # runAsUser: 0 + +# -- Cilium agent update strategy +updateStrategy: + rollingUpdate: + maxUnavailable: 2 + type: RollingUpdate + +# Configuration Values for cilium-agent + +# -- Enable installation of PodCIDR routes between worker +# nodes if worker nodes share a common L2 network segment. +autoDirectNodeRoutes: false + +azure: + # -- Enable Azure integration + enabled: false + # resourceGroup: group1 + # subscriptionID: 00000000-0000-0000-0000-000000000000 + # tenantID: 00000000-0000-0000-0000-000000000000 + # clientID: 00000000-0000-0000-0000-000000000000 + # clientSecret: 00000000-0000-0000-0000-000000000000 + # userAssignedIdentityID: 00000000-0000-0000-0000-000000000000 + +alibabacloud: + # -- Enable AlibabaCloud ENI integration + enabled: false + +# -- Optimize TCP and UDP workloads and enable rate-limiting traffic from +# individual Pods with EDT (Earliest Departure Time) +# through the "kubernetes.io/egress-bandwidth" Pod annotation. +bandwidthManager: false + +# -- Configure BGP +bgp: + # -- Enable BGP support inside Cilium; embeds a new ConfigMap for BGP inside + # cilium-agent and cilium-operator + enabled: false + announce: + # -- Enable allocation and announcement of service LoadBalancer IPs + loadbalancerIP: false + # -- Enable announcement of node pod CIDR + podCIDR: false + +bpf: + # -- Enable BPF clock source probing for more efficient tick retrieval. + clockProbe: false + + # -- Enables pre-allocation of eBPF map values. This increases + # memory usage but can reduce latency. + preallocateMaps: false + + # -- Configure the maximum number of entries in the TCP connection tracking + # table. + # ctTcpMax: '524288' + + # -- Configure the maximum number of entries for the non-TCP connection + # tracking table. + # ctAnyMax: '262144' + + # -- Configure the maximum number of service entries in the + # load balancer maps. + lbMapMax: 65536 + + # -- Configure the maximum number of entries for the NAT table. + # natMax: 524288 + + # -- Configure the maximum number of entries for the neighbor table. + # neighMax: 524288 + + # -- Configure the maximum number of entries in endpoint policy map (per endpoint). + policyMapMax: 16384 + + # -- Configure auto-sizing for all BPF maps based on available memory. + # ref: https://docs.cilium.io/en/stable/concepts/ebpf/maps/#ebpf-maps + #mapDynamicSizeRatio: 0.0025 + + # -- Configure the level of aggregation for monitor notifications. + # Valid options are none, low, medium, maximum. + monitorAggregation: medium + + # -- Configure the typical time between monitor notifications for + # active connections. + monitorInterval: "5s" + + # -- Configure which TCP flags trigger notifications when seen for the + # first time in a connection. + monitorFlags: "all" + + # -- Allow cluster external access to ClusterIP services. + lbExternalClusterIP: false + + # -- Enable native IP masquerade support in eBPF + #masquerade: false + + # -- Configure whether direct routing mode should route traffic via + # host stack (true) or directly and more efficiently out of BPF (false) if + # the kernel supports it. The latter has the implication that it will also + # bypass netfilter in the host namespace. + #hostRouting: true + + # -- Configure the eBPF-based TPROXY to reduce reliance on iptables rules + # for implementing Layer 7 policy. + # tproxy: true + + # -- Configure the FIB lookup bypass optimization for nodeport reverse + # NAT handling. + # lbBypassFIBLookup: true + + # -- Configure explicitly allowed VLAN id's for bpf logic bypass. + # [0] will allow all VLAN id's without any filtering. + # vlan-bpf-bypass: [] + +# -- Clean all eBPF datapath state from the initContainer of the cilium-agent +# DaemonSet. +# +# WARNING: Use with care! +cleanBpfState: false + +# -- Clean all local Cilium state from the initContainer of the cilium-agent +# DaemonSet. Implies cleanBpfState: true. +# +# WARNING: Use with care! +cleanState: false + +cni: + # -- Install the CNI configuration and binary files into the filesystem. + install: true + + # -- Configure chaining on top of other CNI plugins. Possible values: + # - none + # - generic-veth + # - aws-cni + # - portmap + chainingMode: none + + # -- Make Cilium take ownership over the `/etc/cni/net.d` directory on the + # node, renaming all non-Cilium CNI configurations to `*.cilium_bak`. + # This ensures no Pods can be scheduled using other CNI plugins during Cilium + # agent downtime. + exclusive: true + + # -- Skip writing of the CNI configuration. This can be used if + # writing of the CNI configuration is performed by external automation. + customConf: false + + # -- Configure the path to the CNI configuration directory on the host. + confPath: /etc/cni/net.d + + # -- Configure the path to the CNI binary directory on the host. + binPath: /opt/cni/bin + + # -- Specify the path to a CNI config to read from on agent start. + # This can be useful if you want to manage your CNI + # configuration outside of a Kubernetes environment. This parameter is + # mutually exclusive with the 'cni.configMap' parameter. + # readCniConf: /host/etc/cni/net.d/05-cilium.conf + + # -- When defined, configMap will mount the provided value as ConfigMap and + # interpret the cniConf variable as CNI configuration file and write it + # when the agent starts up + # configMap: cni-configuration + + # -- Configure the key in the CNI ConfigMap to read the contents of + # the CNI configuration from. + configMapKey: cni-config + + # -- Configure the path to where to mount the ConfigMap inside the agent pod. + confFileMountPath: /tmp/cni-configuration + + # -- Configure the path to where the CNI configuration directory is mounted + # inside the agent pod. + hostConfDirMountPath: /host/etc/cni/net.d + +# -- Configure how frequently garbage collection should occur for the datapath +# connection tracking table. +# conntrackGCInterval: "0s" + +# -- Configure container runtime specific integration. +containerRuntime: + # -- Enables specific integrations for container runtimes. + # Supported values: + # - containerd + # - crio + # - docker + # - none + # - auto (automatically detect the container runtime) + integration: none + # -- Configure the path to the container runtime control socket. + # socketPath: /path/to/runtime.sock + +# crdWaitTimeout: "" + +# -- Tail call hooks for custom eBPF programs. +customCalls: + # -- Enable tail call hooks for custom eBPF programs. + enabled: false + +# -- Configure which datapath mode should be used for configuring container +# connectivity. Valid options are "veth" or "ipvlan". Deprecated, to be removed +# in v1.12. +datapathMode: veth + +daemon: + # -- Configure where Cilium runtime state should be stored. + runPath: "/var/run/cilium" + +# -- Specify which network interfaces can run the eBPF datapath. This means +# that a packet sent from a pod to a destination outside the cluster will be +# masqueraded (to an output device IPv4 address), if the output device runs the +# program. When not specified, probing will automatically detect devices. +# devices: "" + +# -- Chains to ignore when installing feeder rules. +# disableIptablesFeederRules: "" + +# -- Limit egress masquerading to interface selector. +# egressMasqueradeInterfaces: "" + +# -- Whether to enable CNP status updates. +enableCnpStatusUpdates: false + +# -- Configures the use of the KVStore to optimize Kubernetes event handling by +# mirroring it into the KVstore for reduced overhead in large clusters. +enableK8sEventHandover: false + +# TODO: Add documentation +# enableIdentityMark: false + +# enableK8sEndpointSlice: false + +# -- Enable CiliumEndpointSlice feature. +enableCiliumEndpointSlice: false + +# -- Enables the fallback compatibility solution for when the xt_socket kernel +# module is missing and it is needed for the datapath L7 redirection to work +# properly. See documentation for details on when this can be disabled: +# http://docs.cilium.io/en/stable/install/system_requirements/#admin-kernel-version. +enableXTSocketFallback: true + +encryption: + # -- Enable transparent network encryption. + enabled: false + + # -- Encryption method. Can be either ipsec or wireguard. + type: ipsec + + # -- Enable encryption for pure node to node traffic. + # This option is only effective when encryption.type is set to ipsec. + nodeEncryption: false + + ipsec: + # -- Name of the key file inside the Kubernetes secret configured via secretName. + keyFile: "" + + # -- Path to mount the secret inside the Cilium pod. + mountPath: "" + + # -- Name of the Kubernetes secret containing the encryption keys. + secretName: "" + + # -- The interface to use for encrypted traffic. + interface: "" + + wireguard: + # -- Enables the fallback to the user-space implementation. + userspaceFallback: false + + # -- Deprecated in favor of encryption.ipsec.keyFile. + # Name of the key file inside the Kubernetes secret configured via secretName. + # This option is only effective when encryption.type is set to ipsec. + keyFile: keys + + # -- Deprecated in favor of encryption.ipsec.mountPath. + # Path to mount the secret inside the Cilium pod. + # This option is only effective when encryption.type is set to ipsec. + mountPath: /etc/ipsec + + # -- Deprecated in favor of encryption.ipsec.secretName. + # Name of the Kubernetes secret containing the encryption keys. + # This option is only effective when encryption.type is set to ipsec. + secretName: cilium-ipsec-keys + + # -- Deprecated in favor of encryption.ipsec.interface. + # The interface to use for encrypted traffic. + # This option is only effective when encryption.type is set to ipsec. + interface: "" + +endpointHealthChecking: + # -- Enable connectivity health checking between virtual endpoints. + enabled: true + +# -- Enable endpoint status. +# Status can be: policy, health, controllers, logs and / or state. For 2 or more options use a comma. +endpointStatus: + enabled: false + status: "" + +endpointRoutes: + # -- Enable use of per endpoint routes instead of routing via + # the cilium_host interface. + enabled: false + +eni: + # -- Enable Elastic Network Interface (ENI) integration. + enabled: false + # -- Update ENI Adapter limits from the EC2 API + updateEC2AdapterLimitViaAPI: false + # -- Release IPs not used from the ENI + awsReleaseExcessIPs: false + # -- EC2 API endpoint to use + ec2APIEndpoint: "" + # -- Tags to apply to the newly created ENIs + eniTags: {} + # -- If using IAM role for Service Accounts will not try to + # inject identity values from cilium-aws kubernetes secret. + # Adds annotation to service account if managed by Helm. + # See https://github.com/aws/amazon-eks-pod-identity-webhook + iamRole: "" + # -- Filter via subnet IDs which will dictate which subnets are going to be used to create new ENIs + subnetIDsFilter: "" + # -- Filter via tags (k=v) which will dictate which subnets are going to be used to create new ENIs + subnetTagsFilter: "" + +externalIPs: + # -- Enable ExternalIPs service support. + enabled: false + +# fragmentTracking enables IPv4 fragment tracking support in the datapath. +# fragmentTracking: true + +gke: + # -- Enable Google Kubernetes Engine integration + enabled: false + +# -- Enable connectivity health checking. +healthChecking: true + +# -- TCP port for the agent health API. This is not the port for cilium-health. +healthPort: 9876 + +# -- Configure the host firewall. +hostFirewall: + # -- Enables the enforcement of host policies in the eBPF datapath. + enabled: false + +hostPort: + # -- Enable hostPort service support. + enabled: false + +# -- Configure ClusterIP service handling in the host namespace (the node). +hostServices: + # -- Enable host reachable services. + enabled: false + + # -- Supported list of protocols to apply ClusterIP translation to. + protocols: tcp,udp + + # -- Disable socket lb for non-root ns. This is used to enable Istio routing rules. + # hostNamespaceOnly: false + +# -- Configure certificate generation for Hubble integration. +# If hubble.tls.auto.method=cronJob, these values are used +# for the Kubernetes CronJob which will be scheduled regularly to +# (re)generate any certificates not provided manually. +certgen: + image: + repository: quay.io/cilium/certgen + tag: v0.1.5 + pullPolicy: IfNotPresent + # -- Seconds after which the completed job pod will be deleted + ttlSecondsAfterFinished: 1800 + # -- Labels to be added to hubble-certgen pods + podLabels: {} + +hubble: + # -- Enable Hubble (true by default). + enabled: false + + # -- Buffer size of the channel Hubble uses to receive monitor events. If this + # value is not set, the queue size is set to the default monitor queue size. + # eventQueueSize: "" + + # -- Number of recent flows for Hubble to cache. Defaults to 4095. + # Possible values are: + # 1, 3, 7, 15, 31, 63, 127, 255, 511, 1023, + # 2047, 4095, 8191, 16383, 32767, 65535 + # eventBufferCapacity: "4095" + + # -- Hubble metrics configuration. + # See https://docs.cilium.io/en/stable/configuration/metrics/#hubble-metrics + # for more comprehensive documentation about Hubble metrics. + metrics: + # -- Configures the list of metrics to collect. If empty or null, metrics + # are disabled. + # Example: + # + # enabled: + # - dns:query;ignoreAAAA + # - drop + # - tcp + # - flow + # - icmp + # - http + # + # You can specify the list of metrics from the helm CLI: + # + # --set metrics.enabled="{dns:query;ignoreAAAA,drop,tcp,flow,icmp,http}" + # + enabled: ~ + # -- Configure the port the hubble metric server listens on. + port: 9091 + # -- Annotations to be added to hubble-metrics service. + serviceAnnotations: {} + serviceMonitor: + # -- Create ServiceMonitor resources for Prometheus Operator. + # This requires the prometheus CRDs to be available. + # ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml) + enabled: false + # -- Labels to add to ServiceMonitor hubble + labels: {} + + # -- Unix domain socket path to listen to when Hubble is enabled. + socketPath: /var/run/cilium/hubble.sock + + # -- An additional address for Hubble to listen to. + # Set this field ":4244" if you are enabling Hubble Relay, as it assumes that + # Hubble is listening on port 4244. + listenAddress: ":4244" + + # -- TLS configuration for Hubble + tls: + # -- Enable mutual TLS for listenAddress. Setting this value to false is + # highly discouraged as the Hubble API provides access to potentially + # sensitive network flow metadata and is exposed on the host network. + enabled: true + # -- Configure automatic TLS certificates generation. + auto: + # -- 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. + enabled: true + # -- 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. + method: helm + # -- Generated certificates validity duration in days. + certValidityDuration: 1095 + # -- 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/tasks/job/automated-tasks-with-cron-jobs/#schedule + schedule: "0 0 1 */4 *" + + # [Example] + # certManagerIssuerRef: + # group: cert-manager.io + # kind: ClusterIssuer + # name: ca-issuer + # -- certmanager issuer used when hubble.tls.auto.method=certmanager. + # If not specified, a CA issuer will be created. + certManagerIssuerRef: {} + # -- base64 encoded PEM values for the Hubble CA certificate and private key. + ca: + cert: "" + # -- The CA private key (optional). If it is provided, then it will be + # used by hubble.tls.auto.method=cronJob to generate all other certificates. + # Otherwise, a ephemeral CA is generated if hubble.tls.auto.enabled=true. + key: "" + # -- base64 encoded PEM values for the Hubble server certificate and private key + server: + cert: "" + key: "" + # -- Extra DNS names added to certificate when it's auto generated + extraDnsNames: [] + # -- Extra IP addresses added to certificate when it's auto generated + extraIpAddresses: [] + + relay: + # -- Enable Hubble Relay (requires hubble.enabled=true) + enabled: false + + # -- Roll out Hubble Relay pods automatically when configmap is updated. + rollOutPods: false + + # -- Hubble-relay container image. + image: + repository: quay.io/cilium/hubble-relay + tag: v1.11.1 + # hubble-relay-digest + digest: "sha256:23d40b2a87a5bf94e0365bd9606721c96f78b8304b61725dca45a0b8a6048203" + useDigest: true + pullPolicy: IfNotPresent + + # -- Specifies the resources for the hubble-relay pods + resources: {} + + # -- Number of replicas run for the hubble-relay deployment. + replicas: 1 + + # -- Node labels for pod assignment + # ref: https://kubernetes.io/docs/user-guide/node-selection/ + nodeSelector: + kubernetes.io/os: linux + + # -- Annotations to be added to hubble-relay pods + podAnnotations: {} + + # -- Labels to be added to hubble-relay pods + podLabels: {} + + # -- Node tolerations for pod assignment on nodes with taints + # ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ + tolerations: [] + + # -- The priority class to use for hubble-relay + priorityClassName: "" + + # -- hubble-relay update strategy + updateStrategy: + rollingUpdate: + maxUnavailable: 1 + type: RollingUpdate + + # -- Host to listen to. Specify an empty string to bind to all the interfaces. + listenHost: "" + + # -- Port to listen to. + listenPort: "4245" + + # -- TLS configuration for Hubble Relay + tls: + # -- base64 encoded PEM values for the hubble-relay client certificate and private key + # This keypair is presented to Hubble server instances for mTLS + # authentication and is required when hubble.tls.enabled is true. + # These values need to be set manually if hubble.tls.auto.enabled is false. + client: + cert: "" + key: "" + # -- base64 encoded PEM values for the hubble-relay server certificate and private key + server: + # When set to true, enable TLS on for Hubble Relay server + # (ie: for clients connecting to the Hubble Relay API). + enabled: false + # These values need to be set manually if hubble.tls.auto.enabled is false. + cert: "" + key: "" + # -- extra DNS names added to certificate when its auto gen + extraDnsNames: [] + # -- extra IP addresses added to certificate when its auto gen + extraIpAddresses: [] + + # -- Dial timeout to connect to the local hubble instance to receive peer information (e.g. "30s"). + dialTimeout: ~ + + # -- Backoff duration to retry connecting to the local hubble instance in case of failure (e.g. "30s"). + retryTimeout: ~ + + # -- Max number of flows that can be buffered for sorting before being sent to the + # client (per request) (e.g. 100). + sortBufferLenMax: ~ + + # -- When the per-request flows sort buffer is not full, a flow is drained every + # time this timeout is reached (only affects requests in follow-mode) (e.g. "1s"). + sortBufferDrainTimeout: ~ + + # -- Port to use for the k8s service backed by hubble-relay pods. + # If not set, it is dynamically assigned to port 443 if TLS is enabled and to + # port 80 if not. + # servicePort: 80 + + ui: + # -- Whether to enable the Hubble UI. + enabled: false + + standalone: + # -- When true, it will allow installing the Hubble UI only, without checking dependencies. + # It is useful if a cluster already has cilium and Hubble relay installed and you just + # want Hubble UI to be deployed. + # When installed via helm, installing UI should be done via `helm upgrade` and when installed via the cilium cli, then `cilium hubble enable --ui` + enabled: false + + tls: + # -- When deploying Hubble UI in standalone, with tls enabled for Hubble relay, it is required + # to provide a volume for mounting the client certificates. + certsVolume: {} + # projected: + # defaultMode: 0400 + # sources: + # - secret: + # name: hubble-ui-client-certs + # items: + # - key: tls.crt + # path: client.crt + # - key: tls.key + # path: client.key + # - key: ca.crt + # path: hubble-relay-ca.crt + + # -- Roll out Hubble-ui pods automatically when configmap is updated. + rollOutPods: false + + tls: + # -- base64 encoded PEM values used to connect to hubble-relay + # This keypair is presented to Hubble Relay instances for mTLS + # authentication and is required when hubble.relay.tls.server.enabled is true. + # These values need to be set manually if hubble.tls.auto.enabled is false. + client: + cert: "" + key: "" + + backend: + # -- Hubble-ui backend image. + image: + repository: quay.io/cilium/hubble-ui-backend + tag: v0.8.5@sha256:2bce50cf6c32719d072706f7ceccad654bfa907b2745a496da99610776fe31ed + pullPolicy: IfNotPresent + # [Example] + # resources: + # limits: + # cpu: 1000m + # memory: 1024M + # requests: + # cpu: 100m + # memory: 64Mi + # -- Resource requests and limits for the 'backend' container of the 'hubble-ui' deployment. + resources: {} + + frontend: + # -- Hubble-ui frontend image. + image: + repository: quay.io/cilium/hubble-ui + tag: v0.8.5@sha256:4eaca1ec1741043cfba6066a165b3bf251590cf4ac66371c4f63fbed2224ebb4 + pullPolicy: IfNotPresent + # [Example] + # resources: + # limits: + # cpu: 1000m + # memory: 1024M + # requests: + # cpu: 100m + # memory: 64Mi + # -- Resource requests and limits for the 'frontend' container of the 'hubble-ui' deployment. + resources: {} + + proxy: + # -- Hubble-ui ingress proxy image. + image: + repository: docker.io/envoyproxy/envoy + tag: v1.18.4@sha256:e5c2bb2870d0e59ce917a5100311813b4ede96ce4eb0c6bfa879e3fbe3e83935 + pullPolicy: IfNotPresent + # [Example] + # resources: + # limits: + # cpu: 1000m + # memory: 1024M + # requests: + # cpu: 100m + # memory: 64Mi + # -- Resource requests and limits for the 'proxy' container of the 'hubble-ui' deployment. + resources: {} + + # -- The number of replicas of Hubble UI to deploy. + replicas: 1 + + # -- Annotations to be added to hubble-ui pods + podAnnotations: {} + + # -- Labels to be added to hubble-ui pods + podLabels: {} + + # -- Node labels for pod assignment + # ref: https://kubernetes.io/docs/user-guide/node-selection/ + nodeSelector: + kubernetes.io/os: linux + + # -- Node tolerations for pod assignment on nodes with taints + # ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ + # + tolerations: [] + + # -- The priority class to use for hubble-ui + priorityClassName: "" + + # -- hubble-ui update strategy. + updateStrategy: + rollingUpdate: + maxUnavailable: 1 + type: RollingUpdate + + securityContext: + # -- Whether to set the security context on the Hubble UI pods. + enabled: true + + # -- hubble-ui ingress configuration. + ingress: + enabled: false + annotations: {} + # kubernetes.io/ingress.class: nginx + # kubernetes.io/tls-acme: "true" + hosts: + - chart-example.local + tls: [] + # - secretName: chart-example-tls + # hosts: + # - chart-example.local + + +# -- Method to use for identity allocation (`crd` or `kvstore`). +identityAllocationMode: "crd" + +# TODO: Add documentation +# identityChangeGracePeriod: "5s" + +# TODO: Add documentation +# identityGCInterval: + +# TODO: Add documentation +# identityHeartbeatTimeout: "" + + +# -- Configure whether to install iptables rules to allow for TPROXY +# (L7 proxy injection), iptables-based masquerading and compatibility +# with kube-proxy. +installIptablesRules: true + +# -- Install Iptables rules to skip netfilter connection tracking on all pod +# traffic. This option is only effective when Cilium is running in direct +# routing and full KPR mode. Moreover, this option cannot be enabled when Cilium +# is running in a managed Kubernetes environment or in a chained CNI setup. +installNoConntrackIptablesRules: false + +ipam: + # -- Configure IP Address Management mode. + # ref: https://docs.cilium.io/en/stable/concepts/networking/ipam/ + mode: "cluster-pool" + operator: + # -- Deprecated in favor of ipam.operator.clusterPoolIPv4PodCIDRList. + # IPv4 CIDR range to delegate to individual nodes for IPAM. + clusterPoolIPv4PodCIDR: "10.0.0.0/8" + # -- IPv4 CIDR list range to delegate to individual nodes for IPAM. + clusterPoolIPv4PodCIDRList: [] + # -- IPv4 CIDR mask size to delegate to individual nodes for IPAM. + clusterPoolIPv4MaskSize: 24 + # -- Deprecated in favor of ipam.operator.clusterPoolIPv6PodCIDRList. + # IPv6 CIDR range to delegate to individual nodes for IPAM. + clusterPoolIPv6PodCIDR: "fd00::/104" + # -- IPv6 CIDR list range to delegate to individual nodes for IPAM. + clusterPoolIPv6PodCIDRList: [] + # -- IPv6 CIDR mask size to delegate to individual nodes for IPAM. + clusterPoolIPv6MaskSize: 120 + +# -- Configure the eBPF-based ip-masq-agent +ipMasqAgent: + enabled: false + +# iptablesLockTimeout defines the iptables "--wait" option when invoked from Cilium. +# iptablesLockTimeout: "5s" + +ipv4: + # -- Enable IPv4 support. + enabled: true + +ipv6: + # -- Enable IPv6 support. + enabled: false + +ipvlan: + # -- Enable the IPVLAN datapath (deprecated) + enabled: false + + # -- masterDevice is the name of the device to use to attach secondary IPVLAN + # devices + # masterDevice: eth0 + +# -- Configure Kubernetes specific configuration +k8s: {} + # -- requireIPv4PodCIDR enables waiting for Kubernetes to provide the PodCIDR + # range via the Kubernetes node resource + # requireIPv4PodCIDR: false + + # -- requireIPv6PodCIDR enables waiting for Kubernetes to provide the PodCIDR + # range via the Kubernetes node resource + # requireIPv6PodCIDR: false + +# -- Keep the deprecated selector labels when deploying Cilium DaemonSet. +keepDeprecatedLabels: false + +# -- Keep the deprecated probes when deploying Cilium DaemonSet +keepDeprecatedProbes: false + +startupProbe: + # -- failure threshold of startup probe. + # 105 x 2s translates to the old behaviour of the readiness probe (120s delay + 30 x 3s) + failureThreshold: 105 + # -- interval between checks of the startup probe + periodSeconds: 2 +livenessProbe: + # -- failure threshold of liveness probe + failureThreshold: 10 + # -- interval between checks of the liveness probe + periodSeconds: 30 +readinessProbe: + # -- failure threshold of readiness probe + failureThreshold: 3 + # -- interval between checks of the readiness probe + periodSeconds: 30 + +# -- Configure the kube-proxy replacement in Cilium BPF datapath +# Valid options are "disabled", "probe", "partial", "strict". +# ref: https://docs.cilium.io/en/stable/gettingstarted/kubeproxy-free/ +#kubeProxyReplacement: "disabled" + +# -- healthz server bind address for the kube-proxy replacement. +# To enable set the value to '0.0.0.0:10256' for all ipv4 +# addresses and this '[::]:10256' for all ipv6 addresses. +# By default it is disabled. +kubeProxyReplacementHealthzBindAddr: "" + +l2NeighDiscovery: + # -- Enable L2 neighbor discovery in the agent + enabled: true + # -- Override the agent's default neighbor resolution refresh period. + arping-refresh-period: "30s" + +# -- Enable Layer 7 network policy. +l7Proxy: true + +# -- Enable Local Redirect Policy. +localRedirectPolicy: false + +# To include or exclude matched resources from cilium identity evaluation +# labels: "" + +# logOptions allows you to define logging options. eg: +# logOptions: +# format: json + +# -- Enables periodic logging of system load +logSystemLoad: false + + +# -- Configure maglev consistent hashing +maglev: {} + # -- tableSize is the size (parameter M) for the backend table of one + # service entry + # tableSize: + + # -- hashSeed is the cluster-wide base64 encoded seed for the hashing + # hashSeed: + +# -- Enables masquerading of IPv4 traffic leaving the node from endpoints. +enableIPv4Masquerade: true + +# -- Enables masquerading of IPv6 traffic leaving the node from endpoints. +enableIPv6Masquerade: true + +# -- Enables egress gateway (beta) to redirect and SNAT the traffic that +# leaves the cluster. +egressGateway: + enabled: false + +# -- Specify the IPv4 CIDR for native routing (ie to avoid IP masquerade for). +# This value corresponds to the configured cluster-cidr. +# Deprecated in favor of ipv4NativeRoutingCIDR, will be removed in 1.12. +# nativeRoutingCIDR: + +# -- Specify the IPv4 CIDR for native routing (ie to avoid IP masquerade for). +# This value corresponds to the configured cluster-cidr. +# ipv4NativeRoutingCIDR: + +monitor: + # -- Enable the cilium-monitor sidecar. + enabled: false + +# -- Configure service load balancing +# loadBalancer: + # -- standalone enables the standalone L4LB which does not connect to + # kube-apiserver. + # standalone: false + + # -- algorithm is the name of the load balancing algorithm for backend + # selection e.g. random or maglev + # algorithm: random + + # -- mode is the operation mode of load balancing for remote backends + # e.g. snat, dsr, hybrid + # mode: snat + + # -- acceleration is the option to accelerate service handling via XDP + # e.g. native, disabled + # acceleration: disabled + + # -- dsrDispatch configures whether IP option or IPIP encapsulation is + # used to pass a service IP and port to remote backend + # dsrDispatch: opt + + # -- serviceTopology enables K8s Topology Aware Hints -based service + # endpoints filtering + # serviceTopology: false + +# -- Configure N-S k8s service loadbalancing +nodePort: + # -- Enable the Cilium NodePort service implementation. + enabled: false + + # -- Port range to use for NodePort services. + # range: "30000,32767" + + # -- Set to true to prevent applications binding to service ports. + bindProtection: true + + # -- Append NodePort range to ip_local_reserved_ports if clash with ephemeral + # ports is detected. + autoProtectPortRange: true + + # -- Enable healthcheck nodePort server for NodePort services + enableHealthCheck: true + +# policyAuditMode: false + +# -- The agent can be put into one of the three policy enforcement modes: +# default, always and never. +# ref: https://docs.cilium.io/en/stable/policy/intro/#policy-enforcement-modes +policyEnforcementMode: "default" + +pprof: + # -- Enable Go pprof debugging + enabled: false + +# -- Configure prometheus metrics on the configured port at /metrics +prometheus: + enabled: false + port: 9090 + serviceMonitor: + # -- Enable service monitors. + # This requires the prometheus CRDs to be available (see https://github.com/prometheus-operator/prometheus-operator/blob/master/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml) + enabled: false + # -- Labels to add to ServiceMonitor cilium-agent + labels: {} + # -- Specify the Kubernetes namespace where Prometheus expects to find + # service monitors configured. + # namespace: "" + # -- Metrics that should be enabled or disabled from the default metric + # list. (+metric_foo to enable metric_foo , -metric_bar to disable + # metric_bar). + # ref: https://docs.cilium.io/en/stable/operations/metrics/#exported-metrics + metrics: ~ + +# -- Configure Istio proxy options. +proxy: + prometheus: + enabled: true + port: "9095" + # -- Regular expression matching compatible Istio sidecar istio-proxy + # container image names + sidecarImageRegex: "cilium/istio_proxy" + +# -- Enable use of the remote node identity. +# ref: https://docs.cilium.io/en/v1.7/install/upgrade/#configmap-remote-node-identity +remoteNodeIdentity: true + +# -- Enable resource quotas for priority classes used in the cluster. +resourceQuotas: + enabled: false + cilium: + hard: + # 5k nodes * 2 DaemonSets (Cilium and cilium node init) + pods: "10k" + operator: + hard: + # 15 "clusterwide" Cilium Operator pods for HA + pods: "15" + +# Need to document default +################## +#sessionAffinity: 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. +sleepAfterInit: false + +# -- Configure BPF socket operations configuration +sockops: + # enabled enables installation of socket options acceleration. + enabled: false + +# TODO: Add documentation, default value +# svcSourceRangeCheck: + +# synchronizeK8sNodes: true + +# -- Configure TLS configuration in the agent. +tls: + enabled: true + secretsBackend: local + +# -- Configure the encapsulation configuration for communication between nodes. +# Possible values: +# - disabled +# - vxlan (default) +# - geneve +tunnel: "vxlan" + +# -- Disable the usage of CiliumEndpoint CRD. +disableEndpointCRD: "false" + +wellKnownIdentities: + # -- Enable the use of well-known identities. + enabled: false + + +etcd: + # -- Enable etcd mode for the agent. + enabled: false + + # -- cilium-etcd-operator image. + image: + repository: quay.io/cilium/cilium-etcd-operator + tag: v2.0.7 + pullPolicy: IfNotPresent + + # -- The priority class to use for cilium-etcd-operator + priorityClassName: "" + + # -- Additional cilium-etcd-operator container arguments. + extraArgs: [] + + # -- Additional InitContainers to initialize the pod. + extraInitContainers: [] + + # -- Additional cilium-etcd-operator hostPath mounts. + extraHostPathMounts: [] + # - name: textfile-dir + # mountPath: /srv/txt_collector + # hostPath: /var/lib/cilium-etcd-operator + # readOnly: true + # mountPropagation: HostToContainer + + # -- Additional cilium-etcd-operator ConfigMap mounts. + extraConfigmapMounts: [] + # - name: certs-configmap + # mountPath: /certs + # configMap: certs-configmap + # readOnly: true + + # -- Node tolerations for cilium-etcd-operator scheduling to nodes with taints + # ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ + tolerations: + - operator: Exists + # - key: "key" + # operator: "Equal|Exists" + # value: "value" + # effect: "NoSchedule|PreferNoSchedule|NoExecute(1.6 only)" + + # -- Node labels for cilium-etcd-operator pod assignment + # ref: https://kubernetes.io/docs/user-guide/node-selection/ + nodeSelector: + kubernetes.io/os: linux + + # -- Annotations to be added to cilium-etcd-operator pods + podAnnotations: {} + + # -- Labels to be added to cilium-etcd-operator pods + podLabels: {} + + # -- PodDisruptionBudget settings + # ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ + podDisruptionBudget: + enabled: true + maxUnavailable: 2 + + # -- cilium-etcd-operator resource limits & requests + # ref: https://kubernetes.io/docs/user-guide/compute-resources/ + resources: {} + # limits: + # cpu: 4000m + # memory: 4Gi + # requests: + # cpu: 100m + # memory: 512Mi + + # -- Security context to be added to cilium-etcd-operator pods + securityContext: {} + # runAsUser: 0 + + # -- cilium-etcd-operator update strategy + updateStrategy: + rollingUpdate: + maxSurge: 1 + maxUnavailable: 1 + type: RollingUpdate + + # -- If etcd is behind a k8s service set this option to true so that Cilium + # does the service translation automatically without requiring a DNS to be + # running. + k8sService: false + + # -- Cluster domain for cilium-etcd-operator. + clusterDomain: cluster.local + + # -- List of etcd endpoints (not needed when using managed=true). + endpoints: + - https://CHANGE-ME:2379 + + # -- Enable use of TLS/SSL for connectivity to etcd. (auto-enabled if + # managed=true) + ssl: false + +operator: + # -- Enable the cilium-operator component (required). + enabled: true + + # -- Roll out cilium-operator pods automatically when configmap is updated. + rollOutPods: false + + # -- cilium-operator image. + image: + repository: quay.io/cilium/operator + tag: v1.11.1 + # operator-generic-digest + genericDigest: "sha256:977240a4783c7be821e215ead515da3093a10f4a7baea9f803511a2c2b44a235" + # operator-azure-digest + azureDigest: "sha256:dbe0da6d8cd82d036bd8d1162140c203f1375ae5a6084a09f704ddc42485f0fb" + # operator-aws-digest + awsDigest: "sha256:61895007b65fdc703614c92072d8e81fd0562c02dd605c411a088c355840ea50" + # operator-alibabacloud-digest + alibabacloudDigest: "sha256:e4b52b5579167da21fd72ec596f72f9dd7a38963a9bccf855c58af33b1b984c4" + useDigest: true + pullPolicy: IfNotPresent + suffix: "" + + # -- Number of replicas to run for the cilium-operator deployment + replicas: 2 + + # -- For using with an existing serviceAccount. + serviceAccountName: cilium-operator + + # -- The priority class to use for cilium-operator + priorityClassName: "" + + # -- cilium-operator update strategy + updateStrategy: + rollingUpdate: + maxSurge: 1 + maxUnavailable: 1 + type: RollingUpdate + + # -- cilium-operator affinity + affinity: + podAntiAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: io.cilium/app + operator: In + values: + - operator + topologyKey: kubernetes.io/hostname + + + # -- Additional cilium-operator container arguments. + extraArgs: [] + + # -- Additional cilium-operator environment variables. + extraEnv: {} + + # -- Additional InitContainers to initialize the pod. + extraInitContainers: [] + + # -- Additional cilium-operator hostPath mounts. + extraHostPathMounts: [] + # - name: host-mnt-data + # mountPath: /host/mnt/data + # hostPath: /mnt/data + # hostPathType: Directory + # readOnly: true + # mountPropagation: HostToContainer + + # -- Additional cilium-operator ConfigMap mounts. + extraConfigmapMounts: [] + # - name: certs-configmap + # mountPath: /certs + # configMap: certs-configmap + # readOnly: true + + # -- Node tolerations for cilium-operator scheduling to nodes with taints + # ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ + tolerations: + - operator: Exists + # - key: "key" + # operator: "Equal|Exists" + # value: "value" + # effect: "NoSchedule|PreferNoSchedule|NoExecute(1.6 only)" + + # -- Node labels for cilium-operator pod assignment + # ref: https://kubernetes.io/docs/user-guide/node-selection/ + nodeSelector: + kubernetes.io/os: linux + + # -- Annotations to be added to cilium-operator pods + podAnnotations: {} + + # -- Labels to be added to cilium-operator pods + podLabels: {} + + # -- PodDisruptionBudget settings + # ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ + podDisruptionBudget: + enabled: false + maxUnavailable: 1 + + # -- cilium-operator resource limits & requests + # ref: https://kubernetes.io/docs/user-guide/compute-resources/ + resources: {} + # limits: + # cpu: 1000m + # memory: 1Gi + # requests: + # cpu: 100m + # memory: 128Mi + + # -- Security context to be added to cilium-operator pods + securityContext: {} + # runAsUser: 0 + + # -- Interval for endpoint garbage collection. + endpointGCInterval: "5m0s" + + # -- Interval for identity garbage collection. + identityGCInterval: "15m0s" + + # -- Timeout for identity heartbeats. + identityHeartbeatTimeout: "30m0s" + + # -- Enable prometheus metrics for cilium-operator on the configured port at + # /metrics + prometheus: + enabled: false + port: 6942 + serviceMonitor: + # -- Enable service monitors. + # This requires the prometheus CRDs to be available (see https://github.com/prometheus-operator/prometheus-operator/blob/master/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml) + enabled: false + # -- Labels to add to ServiceMonitor cilium-operator + labels: {} + + # -- Skip CRDs creation for cilium-operator + skipCRDCreation: false + + +nodeinit: + # -- Enable the node initialization DaemonSet + enabled: false + + # -- node-init image. + image: + repository: quay.io/cilium/startup-script + tag: 62bfbe88c17778aad7bef9fa57ff9e2d4a9ba0d8 + pullPolicy: IfNotPresent + + # -- The priority class to use for the nodeinit pod. + priorityClassName: "" + + # -- node-init update strategy + updateStrategy: + type: RollingUpdate + + # -- Additional nodeinit environment variables. + extraEnv: {} + + # -- Additional nodeinit init containers. + extraInitContainers: [] + + # -- Additional nodeinit host path mounts. + extraHostPathMounts: [] + # - name: textfile-dir + # mountPath: /srv/txt_collector + # hostPath: /var/lib/nodeinit + # readOnly: true + # mountPropagation: HostToContainer + + # -- Additional nodeinit ConfigMap mounts. + extraConfigmapMounts: [] + # - name: certs-configmap + # mountPath: /certs + # configMap: certs-configmap + # readOnly: true + + # -- Node tolerations for nodeinit scheduling to nodes with taints + # ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ + tolerations: + - operator: Exists + # - key: "key" + # operator: "Equal|Exists" + # value: "value" + # effect: "NoSchedule|PreferNoSchedule|NoExecute(1.6 only)" + + # -- Node labels for nodeinit pod assignment + # ref: https://kubernetes.io/docs/user-guide/node-selection/ + nodeSelector: + kubernetes.io/os: linux + + # -- Annotations to be added to node-init pods. + podAnnotations: {} + + # -- Labels to be added to node-init pods. + podLabels: {} + + # -- PodDisruptionBudget settings + # ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ + podDisruptionBudget: + enabled: true + maxUnavailable: 2 + + # -- nodeinit resource limits & requests + # ref: https://kubernetes.io/docs/user-guide/compute-resources/ + resources: + requests: + cpu: 100m + memory: 100Mi + + # -- Security context to be added to nodeinit pods. + securityContext: {} + # runAsUser: 0 + + # -- bootstrapFile is the location of the file where the bootstrap timestamp is + # written by the node-init DaemonSet + bootstrapFile: "/tmp/cilium-bootstrap-time" + +preflight: + # -- Enable Cilium pre-flight resources (required for upgrade) + enabled: false + + # -- Cilium pre-flight image. + image: + repository: quay.io/cilium/cilium + tag: v1.11.1 + # cilium-digest + digest: "sha256:251ff274acf22fd2067b29a31e9fda94253d2961c061577203621583d7e85bd2" + useDigest: true + pullPolicy: IfNotPresent + + # -- The priority class to use for the preflight pod. + priorityClassName: "" + + # -- preflight update strategy + updateStrategy: + type: RollingUpdate + + # -- Additional preflight environment variables. + extraEnv: {} + + # -- Additional preflight init containers. + extraInitContainers: [] + + # -- Additional preflight host path mounts. + extraHostPathMounts: [] + # - name: textfile-dir + # mountPath: /srv/txt_collector + # hostPath: /var/lib/preflight + # readOnly: true + # mountPropagation: HostToContainer + + # -- Additional preflight ConfigMap mounts. + extraConfigmapMounts: [] + # - name: certs-configmap + # mountPath: /certs + # configMap: certs-configmap + # readOnly: true + + # -- Node tolerations for preflight scheduling to nodes with taints + # ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ + tolerations: + - effect: NoSchedule + key: node.kubernetes.io/not-ready + - effect: NoSchedule + key: node-role.kubernetes.io/master + - effect: NoSchedule + key: node.cloudprovider.kubernetes.io/uninitialized + value: "true" + - key: CriticalAddonsOnly + operator: "Exists" + # - key: "key" + # operator: "Equal|Exists" + # value: "value" + # effect: "NoSchedule|PreferNoSchedule|NoExecute(1.6 only)" + + # -- Node labels for preflight pod assignment + # ref: https://kubernetes.io/docs/user-guide/node-selection/ + nodeSelector: + kubernetes.io/os: linux + + # -- Annotations to be added to preflight pods + podAnnotations: {} + + # -- Labels to be added to the preflight pod. + podLabels: {} + + # -- PodDisruptionBudget settings + # ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ + podDisruptionBudget: + enabled: true + maxUnavailable: 2 + + # -- preflight resource limits & requests + # ref: https://kubernetes.io/docs/user-guide/compute-resources/ + resources: {} + # limits: + # cpu: 4000m + # memory: 4Gi + # requests: + # cpu: 100m + # memory: 512Mi + + # -- Security context to be added to preflight pods + securityContext: {} + # runAsUser: 0 + + # -- Path to write the `--tofqdns-pre-cache` file to. + tofqdnsPreCache: "" + # -- By default we should always validate the installed CNPs before upgrading + # Cilium. This will make sure the user will have the policies deployed in the + # cluster with the right schema. + validateCNPs: true + +# -- Explicitly enable or disable priority class. +# .Capabilities.KubeVersion is unsettable in `helm template` calls, +# it depends on k8s libraries version that Helm was compiled against. +# This option allows to explicitly disable setting the priority class, which +# is useful for rendering charts for gke clusters in advance. +enableCriticalPriorityClass: true + +# disableEnvoyVersionCheck removes the check for Envoy, which can be useful +# on AArch64 as the images do not currently ship a version of Envoy. +#disableEnvoyVersionCheck: false + +clustermesh: + # -- Deploy clustermesh-apiserver for clustermesh + useAPIServer: false + + apiserver: + # -- Clustermesh API server image. + image: + repository: quay.io/cilium/clustermesh-apiserver + tag: v1.11.1 + # clustermesh-apiserver-digest + digest: "sha256:5732f2ce99096d1c740f3805260dbcfefbe6d7d18d1ac07707ff4ef9536b0ec6" + useDigest: true + pullPolicy: IfNotPresent + + etcd: + # -- Clustermesh API server etcd image. + image: + repository: quay.io/coreos/etcd + tag: v3.4.13 + pullPolicy: IfNotPresent + + service: + # -- The type of service used for apiserver access. + type: NodePort + # -- Optional port to use as the node port for apiserver access. + nodePort: 32379 + # -- Optional loadBalancer IP address to use with type LoadBalancer. + # loadBalancerIP: + + # -- Annotations for the clustermesh-apiserver + # For GKE LoadBalancer, use annotation cloud.google.com/load-balancer-type: "Internal" + # For EKS LoadBalancer, use annotation service.beta.kubernetes.io/aws-load-balancer-internal: 0.0.0.0/0 + annotations: {} + + # -- Number of replicas run for the clustermesh-apiserver deployment. + replicas: 1 + + # -- Node labels for pod assignment + # ref: https://kubernetes.io/docs/user-guide/node-selection/ + nodeSelector: + kubernetes.io/os: linux + + # -- Annotations to be added to clustermesh-apiserver pods + podAnnotations: {} + + # -- Labels to be added to clustermesh-apiserver pods + podLabels: {} + + # -- Resource requests and limits for the clustermesh-apiserver container of the clustermesh-apiserver deployment, such as + # resources: + # limits: + # cpu: 1000m + # memory: 1024M + # requests: + # cpu: 100m + # memory: 64Mi + resources: {} + + # -- Node tolerations for pod assignment on nodes with taints + # ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ + tolerations: [] + + # -- clustermesh-apiserver update strategy + updateStrategy: + rollingUpdate: + maxUnavailable: 1 + type: RollingUpdate + + # -- The priority class to use for clustermesh-apiserver + priorityClassName: "" + + tls: + # -- Configure automatic TLS certificates generation. + # A Kubernetes CronJob is used the generate any + # certificates not provided by the user at installation + # time. + auto: + # -- When set to true, automatically generate a CA and certificates to + # enable mTLS between clustermesh-apiserver and external workload instances. + # If set to false, the certs to be provided by setting appropriate values below. + enabled: true + # Sets 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. + method: helm + # -- Generated certificates validity duration in days. + certValidityDuration: 1095 + # -- 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. + # + # Due to the out-of-band distribution of client certs to external workloads the + # CA is (re)regenerated only if it is not provided as a helm value and the k8s + # secret is manually deleted. + # + # Defaults to none. Commented syntax gives midnight of the first day of every + # fourth month. For syntax, see + # https://kubernetes.io/docs/tasks/job/automated-tasks-with-cron-jobs/#schedule + # schedule: "0 0 1 */4 *" + + # [Example] + # certManagerIssuerRef: + # group: cert-manager.io + # kind: ClusterIssuer + # name: ca-issuer + # -- certmanager issuer used when clustermesh.apiserver.tls.auto.method=certmanager. + # If not specified, a CA issuer will be created. + certManagerIssuerRef: {} + # -- base64 encoded PEM values for the ExternalWorkload CA certificate and private key. + ca: + # -- Optional CA cert. If it is provided, it will be used by the 'cronJob' method to + # generate all other certificates. Otherwise, an ephemeral CA is generated. + cert: "" + # -- Optional CA private key. If it is provided, it will be used by the 'cronJob' method to + # generate all other certificates. Otherwise, an ephemeral CA is generated. + key: "" + # -- base64 encoded PEM values for the clustermesh-apiserver server certificate and private key. + # Used if 'auto' is not enabled. + server: + cert: "" + key: "" + # -- Extra DNS names added to certificate when it's auto generated + extraDnsNames: [] + # -- Extra IP addresses added to certificate when it's auto generated + extraIpAddresses: [] + # -- base64 encoded PEM values for the clustermesh-apiserver admin certificate and private key. + # Used if 'auto' is not enabled. + admin: + cert: "" + key: "" + # -- base64 encoded PEM values for the clustermesh-apiserver client certificate and private key. + # Used if 'auto' is not enabled. + client: + cert: "" + key: "" + # -- base64 encoded PEM values for the clustermesh-apiserver remote cluster certificate and private key. + # Used if 'auto' is not enabled. + remote: + cert: "" + key: "" + +# -- Configure external workloads support +externalWorkloads: + # -- Enable support for external workloads, such as VMs (false by default). + enabled: false + +# -- Configure cgroup related configuration +cgroup: + autoMount: + # -- Enable auto mount of cgroup2 filesystem. + # When `autoMount` is enabled, cgroup2 filesystem is mounted at + # `cgroup.hostRoot` path on the underlying host and inside the cilium agent pod. + # If users disable `autoMount`, it's expected that users have mounted + # cgroup2 filesystem at the specified `cgroup.hostRoot` volume, and then the + # volume will be mounted inside the cilium agent pod at the same path. + enabled: true + # -- Configure cgroup root where cgroup2 filesystem is mounted on the host (see also: `cgroup.autoMount`) + hostRoot: /run/cilium/cgroupv2 + +# -- Configure whether to enable auto detect of terminating state for endpoints +# in order to support graceful termination. +enableK8sTerminatingEndpoint: true diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/rke2-cilium-hard-defaults/Chart.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/rke2-cilium-hard-defaults/Chart.yaml new file mode 100755 index 0000000..cabecf7 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/rke2-cilium-hard-defaults/Chart.yaml @@ -0,0 +1,12 @@ +apiVersion: v1 +description: Default options for cilium in RKE2 +home: https://docs.rke2.io/ +keywords: +- cilium +maintainers: +- email: charts@rancher.com + name: Rancher Labs +name: rke2-cilium-hard-defaults +sources: +- https://github.com/rancher/rke2-charts +version: 1.0.0 diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/rke2-cilium-hard-defaults/values.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/rke2-cilium-hard-defaults/values.yaml new file mode 100755 index 0000000..424330d --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/charts/rke2-cilium-hard-defaults/values.yaml @@ -0,0 +1,17 @@ +exports: + defaults: + # These are the default options override of cilium for RKE2 + # for which no customization is allowed + cilium: + + # Enable all metrics + prometheus: + enabled: true + operator: + prometheus: + enabled: true + + # Enable node init to correctly setup the node as required for cilium + # throughout all the supported OS + nodeinit: + enabled: true diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/requirements.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/requirements.yaml new file mode 100755 index 0000000..4da90d4 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/requirements.yaml @@ -0,0 +1,7 @@ +dependencies: +- name: cilium + repository: file://./charts/cilium +- import-values: + - defaults + name: rke2-cilium-hard-defaults + repository: file://./charts/rke2-cilium-hard-defaults diff --git a/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/values.yaml b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/values.yaml new file mode 100755 index 0000000..01055d2 --- /dev/null +++ b/charts/rke2-cilium-legacy/rke2-cilium/1.11.101/values.yaml @@ -0,0 +1,61 @@ +# Cilium specific options that can be customized for RKE2 +# Set with '--set cilium.