Disable cilium envoy by default

Issue: https://github.com/rancher/rke2/issues/6682
Signed-off-by: Michael Fritch <mfritch@suse.com>
pull/515/head
Michael Fritch 2024-09-03 16:00:53 -06:00
parent 9b55fb4325
commit f1f4ef1b2d
No known key found for this signature in database
GPG Key ID: 75F3EB2E80A03B7F
3 changed files with 27 additions and 1 deletions

View File

@ -107,6 +107,19 @@
port: 9962
serviceMonitor:
# -- Enable service monitors.
@@ -2130,9 +2126,9 @@
# type: [null, boolean]
# @schema
# -- Enable Envoy Proxy in standalone DaemonSet.
- # This field is enabled by default for new installation.
- # @default -- `true` for new installation
- enabled: ~
+ # This field is disabled by default.
+ # @default -- `false`
+ enabled: false
# -- (int)
# Set Envoy'--base-id' to use when allocating shared memory regions.
# Only needs to be changed if multiple Envoy instances will run on the same node and may have conflicts. Supported values: 0 - 4294967295. Defaults to '0'
@@ -2161,11 +2157,10 @@
# type: [null, string]
# @schema

View File

@ -1,2 +1,2 @@
url: https://helm.cilium.io/cilium-1.16.1.tgz
packageVersion: 02
packageVersion: 03

View File

@ -107,6 +107,19 @@
port: 9962
serviceMonitor:
# -- Enable service monitors.
@@ -2130,9 +2126,9 @@
# type: [null, boolean]
# @schema
# -- Enable Envoy Proxy in standalone DaemonSet.
- # This field is enabled by default for new installation.
- # @default -- `true` for new installation
- enabled: ~
+ # This field is disabled by default.
+ # @default -- `false`
+ enabled: false
# -- (int)
# Set Envoy'--base-id' to use when allocating shared memory regions.
# Only needs to be changed if multiple Envoy instances will run on the same node and may have conflicts. Supported values: 0 - 4294967295. Defaults to '0'
@@ -2161,11 +2157,10 @@
# type: [null, string]
# @schema