mirror of https://git.rancher.io/rke2-charts
Update Cilium and remove the node-init daemonSet
Signed-off-by: Manuel Buil <mbuil@suse.com>pull/282/head
parent
64be947c04
commit
6e62c2be06
|
@ -2,7 +2,7 @@
|
||||||
+++ charts/Chart.yaml
|
+++ charts/Chart.yaml
|
||||||
@@ -106,8 +106,7 @@
|
@@ -106,8 +106,7 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.12.0
|
appVersion: 1.12.1
|
||||||
description: eBPF-based Networking, Security, and Observability
|
description: eBPF-based Networking, Security, and Observability
|
||||||
-home: https://cilium.io/
|
-home: https://cilium.io/
|
||||||
-icon: https://cdn.jsdelivr.net/gh/cilium/cilium@v1.12/Documentation/images/logo-solo.svg
|
-icon: https://cdn.jsdelivr.net/gh/cilium/cilium@v1.12/Documentation/images/logo-solo.svg
|
||||||
|
@ -19,4 +19,4 @@
|
||||||
sources:
|
sources:
|
||||||
-- https://github.com/cilium/cilium
|
-- https://github.com/cilium/cilium
|
||||||
+- https://github.com/rancher/rke2-charts
|
+- https://github.com/rancher/rke2-charts
|
||||||
version: 1.12.0
|
version: 1.12.1
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
{{- if and (.Values.agent) (not .Values.preflight.enabled) }}
|
{{- if and (.Values.agent) (not .Values.preflight.enabled) }}
|
||||||
{{- /* Default values with backwards compatibility */ -}}
|
{{- /* Default values with backwards compatibility */ -}}
|
||||||
{{- $defaultEnableCnpStatusUpdates := "true" -}}
|
{{- $defaultEnableCnpStatusUpdates := "true" -}}
|
||||||
@@ -220,7 +228,11 @@
|
@@ -221,7 +229,11 @@
|
||||||
|
|
||||||
# Enable IPv6 addressing. If enabled, all endpoints are allocated an IPv6
|
# Enable IPv6 addressing. If enabled, all endpoints are allocated an IPv6
|
||||||
# address.
|
# address.
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
{{- if .Values.cleanState }}
|
{{- if .Values.cleanState }}
|
||||||
# If a serious issue occurs during Cilium startup, this
|
# If a serious issue occurs during Cilium startup, this
|
||||||
@@ -386,6 +398,8 @@
|
@@ -387,6 +399,8 @@
|
||||||
enable-local-node-route: "false"
|
enable-local-node-route: "false"
|
||||||
{{- else if .Values.aksbyocni.enabled }}
|
{{- else if .Values.aksbyocni.enabled }}
|
||||||
tunnel: "vxlan"
|
tunnel: "vxlan"
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
{{- else }}
|
{{- else }}
|
||||||
tunnel: {{ .Values.tunnel | quote }}
|
tunnel: {{ .Values.tunnel | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
@@ -545,6 +559,8 @@
|
@@ -539,6 +553,8 @@
|
||||||
|
|
||||||
{{- if hasKey .Values "ipv6NativeRoutingCIDR" }}
|
{{- if hasKey .Values "ipv6NativeRoutingCIDR" }}
|
||||||
ipv6-native-routing-cidr: {{ .Values.ipv6NativeRoutingCIDR }}
|
ipv6-native-routing-cidr: {{ .Values.ipv6NativeRoutingCIDR }}
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
--- charts-original/templates/cilium-nodeinit/daemonset.yaml
|
--- charts-original/templates/cilium-nodeinit/daemonset.yaml
|
||||||
+++ charts/templates/cilium-nodeinit/daemonset.yaml
|
+++ charts/templates/cilium-nodeinit/daemonset.yaml
|
||||||
@@ -45,7 +45,7 @@
|
@@ -39,7 +39,7 @@
|
||||||
name: xtables-lock
|
{{- end }}
|
||||||
containers:
|
containers:
|
||||||
- name: node-init
|
- name: node-init
|
||||||
- image: {{ include "cilium.image" .Values.nodeinit.image | quote }}
|
- image: {{ include "cilium.image" .Values.nodeinit.image | quote }}
|
||||||
+ image: "{{ template "system_default_registry" . }}{{ include "cilium.image" .Values.nodeinit.image }}"
|
+ image: "{{ template "system_default_registry" . }}{{ include "cilium.image" .Values.nodeinit.image }}"
|
||||||
imagePullPolicy: {{ .Values.nodeinit.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.nodeinit.image.pullPolicy }}
|
||||||
volumeMounts:
|
lifecycle:
|
||||||
# To access iptables concurrently with other processes (e.g. kube-proxy)
|
{{- if .Values.eni.enabled }}
|
||||||
|
|
|
@ -6,10 +6,10 @@
|
||||||
override: ~
|
override: ~
|
||||||
- repository: "quay.io/cilium/cilium"
|
- repository: "quay.io/cilium/cilium"
|
||||||
+ repository: "rancher/mirrored-cilium-cilium"
|
+ repository: "rancher/mirrored-cilium-cilium"
|
||||||
tag: "v1.12.0"
|
tag: "v1.12.1"
|
||||||
pullPolicy: "IfNotPresent"
|
pullPolicy: "IfNotPresent"
|
||||||
- # cilium-digest
|
- # cilium-digest
|
||||||
- digest: "sha256:079baa4fa1b9fe638f96084f4e0297c84dd4fb215d29d2321dcbe54273f63ade"
|
- digest: "sha256:ea2db1ee21b88127b5c18a96ad155c25485d0815a667ef77c2b7c7f31cab601b"
|
||||||
- useDigest: true
|
- useDigest: true
|
||||||
+ useDigest: false
|
+ useDigest: false
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
operator:
|
operator:
|
||||||
# -- Deprecated in favor of ipam.operator.clusterPoolIPv4PodCIDRList.
|
# -- Deprecated in favor of ipam.operator.clusterPoolIPv4PodCIDRList.
|
||||||
# IPv4 CIDR range to delegate to individual nodes for IPAM.
|
# IPv4 CIDR range to delegate to individual nodes for IPAM.
|
||||||
@@ -1335,7 +1333,7 @@
|
@@ -1327,7 +1325,7 @@
|
||||||
|
|
||||||
# -- Configure prometheus metrics on the configured port at /metrics
|
# -- Configure prometheus metrics on the configured port at /metrics
|
||||||
prometheus:
|
prometheus:
|
||||||
|
@ -42,27 +42,27 @@
|
||||||
port: 9962
|
port: 9962
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
# -- Enable service monitors.
|
# -- Enable service monitors.
|
||||||
@@ -1531,17 +1529,9 @@
|
@@ -1523,17 +1521,9 @@
|
||||||
# -- cilium-operator image.
|
# -- cilium-operator image.
|
||||||
image:
|
image:
|
||||||
override: ~
|
override: ~
|
||||||
- repository: "quay.io/cilium/operator"
|
- repository: "quay.io/cilium/operator"
|
||||||
+ repository: "rancher/mirrored-cilium-operator"
|
+ repository: "rancher/mirrored-cilium-operator"
|
||||||
tag: "v1.12.0"
|
tag: "v1.12.1"
|
||||||
- # operator-generic-digest
|
- # operator-generic-digest
|
||||||
- genericDigest: "sha256:bb2a42eda766e5d4a87ee8a5433f089db81b72dd04acf6b59fcbb445a95f9410"
|
- genericDigest: "sha256:93d5aaeda37d59e6c4325ff05030d7b48fabde6576478e3fdbfb9bb4a68ec4a1"
|
||||||
- # operator-azure-digest
|
- # operator-azure-digest
|
||||||
- azureDigest: "sha256:98ffa2c8ebff33d4e91762fb57d4c36f152bb044c4e2141e15362cf95ecc24ba"
|
- azureDigest: "sha256:73f3ecfc331a3bd3017017492489c45979cf43103d61c6eb6af1662e28e499ac"
|
||||||
- # operator-aws-digest
|
- # operator-aws-digest
|
||||||
- awsDigest: "sha256:cb73df18b03b4fc914c80045d0ddb6c9256972449382e3c4b294fd9c371ace22"
|
- awsDigest: "sha256:cbd07141fb2c6ef172b3241d4cf3edac21922959b9325ef1f2d12d9f67e13ea3"
|
||||||
- # operator-alibabacloud-digest
|
- # operator-alibabacloud-digest
|
||||||
- alibabacloudDigest: "sha256:93dddf88e92119a141a913b44ab9cb909f19b9a7bf01e30b98c1e8afeec51cd5"
|
- alibabacloudDigest: "sha256:a5ae07d5866c3299f6ff2d00634fa500b911fe2629dcabfcd119026aa8062b58"
|
||||||
- useDigest: true
|
- useDigest: true
|
||||||
+ useDigest: false
|
+ useDigest: false
|
||||||
pullPolicy: "IfNotPresent"
|
pullPolicy: "IfNotPresent"
|
||||||
suffix: ""
|
suffix: ""
|
||||||
|
|
||||||
@@ -1653,7 +1643,7 @@
|
@@ -1645,7 +1635,7 @@
|
||||||
# -- Enable prometheus metrics for cilium-operator on the configured port at
|
# -- Enable prometheus metrics for cilium-operator on the configured port at
|
||||||
# /metrics
|
# /metrics
|
||||||
prometheus:
|
prometheus:
|
||||||
|
@ -71,36 +71,21 @@
|
||||||
port: 9963
|
port: 9963
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
# -- Enable service monitors.
|
# -- Enable service monitors.
|
||||||
@@ -1684,12 +1674,12 @@
|
@@ -1756,11 +1746,9 @@
|
||||||
|
|
||||||
nodeinit:
|
|
||||||
# -- Enable the node initialization DaemonSet
|
|
||||||
- enabled: false
|
|
||||||
+ enabled: true
|
|
||||||
|
|
||||||
# -- node-init image.
|
|
||||||
image:
|
|
||||||
override: ~
|
|
||||||
- repository: "quay.io/cilium/startup-script"
|
|
||||||
+ repository: "rancher/mirrored-cilium-startup-script"
|
|
||||||
tag: "d69851597ea019af980891a4628fb36b7880ec26"
|
|
||||||
pullPolicy: "IfNotPresent"
|
|
||||||
|
|
||||||
@@ -1764,11 +1754,9 @@
|
|
||||||
# -- Cilium pre-flight image.
|
# -- Cilium pre-flight image.
|
||||||
image:
|
image:
|
||||||
override: ~
|
override: ~
|
||||||
- repository: "quay.io/cilium/cilium"
|
- repository: "quay.io/cilium/cilium"
|
||||||
+ repository: "rancher/mirrored-cilium-cilium"
|
+ repository: "rancher/mirrored-cilium-cilium"
|
||||||
tag: "v1.12.0"
|
tag: "v1.12.1"
|
||||||
- # cilium-digest
|
- # cilium-digest
|
||||||
- digest: "sha256:079baa4fa1b9fe638f96084f4e0297c84dd4fb215d29d2321dcbe54273f63ade"
|
- digest: "sha256:ea2db1ee21b88127b5c18a96ad155c25485d0815a667ef77c2b7c7f31cab601b"
|
||||||
- useDigest: true
|
- useDigest: true
|
||||||
+ useDigest: false
|
+ useDigest: false
|
||||||
pullPolicy: "IfNotPresent"
|
pullPolicy: "IfNotPresent"
|
||||||
|
|
||||||
# -- The priority class to use for the preflight pod.
|
# -- The priority class to use for the preflight pod.
|
||||||
@@ -2118,3 +2106,6 @@
|
@@ -2110,3 +2098,6 @@
|
||||||
proxyPort: 0
|
proxyPort: 0
|
||||||
# -- The maximum time the DNS proxy holds an allowed DNS response before sending it along. Responses are sent as soon as the datapath is updated with the new IP information.
|
# -- The maximum time the DNS proxy holds an allowed DNS response before sending it along. Responses are sent as soon as the datapath is updated with the new IP information.
|
||||||
proxyResponseMaxDelay: 100ms
|
proxyResponseMaxDelay: 100ms
|
||||||
|
|
|
@ -1,87 +0,0 @@
|
||||||
--- charts-original/values.yaml.tmpl
|
|
||||||
+++ charts/values.yaml.tmpl
|
|
||||||
@@ -89,8 +89,6 @@
|
|
||||||
repository: "${CILIUM_REPO}"
|
|
||||||
tag: "${CILIUM_VERSION}"
|
|
||||||
pullPolicy: "${PULL_POLICY}"
|
|
||||||
- # cilium-digest
|
|
||||||
- digest: ${CILIUM_DIGEST}
|
|
||||||
useDigest: ${USE_DIGESTS}
|
|
||||||
|
|
||||||
# -- Affinity for cilium-agent.
|
|
||||||
@@ -645,7 +643,7 @@
|
|
||||||
|
|
||||||
hubble:
|
|
||||||
# -- Enable Hubble (true by default).
|
|
||||||
- enabled: true
|
|
||||||
+ 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.
|
|
||||||
@@ -1102,7 +1100,7 @@
|
|
||||||
ipam:
|
|
||||||
# -- Configure IP Address Management mode.
|
|
||||||
# ref: https://docs.cilium.io/en/stable/concepts/networking/ipam/
|
|
||||||
- mode: "cluster-pool"
|
|
||||||
+ mode: "kubernetes"
|
|
||||||
operator:
|
|
||||||
# -- Deprecated in favor of ipam.operator.clusterPoolIPv4PodCIDRList.
|
|
||||||
# IPv4 CIDR range to delegate to individual nodes for IPAM.
|
|
||||||
@@ -1332,7 +1330,7 @@
|
|
||||||
|
|
||||||
# -- Configure prometheus metrics on the configured port at /metrics
|
|
||||||
prometheus:
|
|
||||||
- enabled: false
|
|
||||||
+ enabled: true
|
|
||||||
port: 9962
|
|
||||||
serviceMonitor:
|
|
||||||
# -- Enable service monitors.
|
|
||||||
@@ -1530,14 +1528,6 @@
|
|
||||||
override: ~
|
|
||||||
repository: "${CILIUM_OPERATOR_BASE_REPO}"
|
|
||||||
tag: "${CILIUM_VERSION}"
|
|
||||||
- # operator-generic-digest
|
|
||||||
- genericDigest: ${OPERATOR_GENERIC_DIGEST}
|
|
||||||
- # operator-azure-digest
|
|
||||||
- azureDigest: ${OPERATOR_AZURE_DIGEST}
|
|
||||||
- # operator-aws-digest
|
|
||||||
- awsDigest: ${OPERATOR_AWS_DIGEST}
|
|
||||||
- # operator-alibabacloud-digest
|
|
||||||
- alibabacloudDigest: ${OPERATOR_ALIBABACLOUD_DIGEST}
|
|
||||||
useDigest: ${USE_DIGESTS}
|
|
||||||
pullPolicy: "${PULL_POLICY}"
|
|
||||||
suffix: "${CILIUM_OPERATOR_SUFFIX}"
|
|
||||||
@@ -1650,7 +1640,7 @@
|
|
||||||
# -- Enable prometheus metrics for cilium-operator on the configured port at
|
|
||||||
# /metrics
|
|
||||||
prometheus:
|
|
||||||
- enabled: false
|
|
||||||
+ enabled: true
|
|
||||||
port: 9963
|
|
||||||
serviceMonitor:
|
|
||||||
# -- Enable service monitors.
|
|
||||||
@@ -1681,7 +1671,7 @@
|
|
||||||
|
|
||||||
nodeinit:
|
|
||||||
# -- Enable the node initialization DaemonSet
|
|
||||||
- enabled: false
|
|
||||||
+ enabled: true
|
|
||||||
|
|
||||||
# -- node-init image.
|
|
||||||
image:
|
|
||||||
@@ -1763,8 +1753,6 @@
|
|
||||||
override: ~
|
|
||||||
repository: "${CILIUM_REPO}"
|
|
||||||
tag: "${CILIUM_VERSION}"
|
|
||||||
- # cilium-digest
|
|
||||||
- digest: ${CILIUM_DIGEST}
|
|
||||||
useDigest: ${USE_DIGESTS}
|
|
||||||
pullPolicy: "${PULL_POLICY}"
|
|
||||||
|
|
||||||
@@ -2115,3 +2103,6 @@
|
|
||||||
proxyPort: 0
|
|
||||||
# -- The maximum time the DNS proxy holds an allowed DNS response before sending it along. Responses are sent as soon as the datapath is updated with the new IP information.
|
|
||||||
proxyResponseMaxDelay: 100ms
|
|
||||||
+
|
|
||||||
+global:
|
|
||||||
+ systemDefaultRegistry: ""
|
|
|
@ -1,2 +1,2 @@
|
||||||
url: https://helm.cilium.io/cilium-1.12.0.tgz
|
url: https://helm.cilium.io/cilium-1.12.1.tgz
|
||||||
packageVersion: 01
|
packageVersion: 01
|
||||||
|
|
Loading…
Reference in New Issue