Create rke2-cilium-config.yaml
This commit is contained in:
parent
74b7121413
commit
592a9912f5
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
apiVersion: helm.cattle.io/v1
|
||||||
|
kind: HelmChartConfig
|
||||||
|
metadata:
|
||||||
|
name: rke2-cilium
|
||||||
|
namespace: kube-system
|
||||||
|
spec:
|
||||||
|
valuesContent: |-
|
||||||
|
kubeProxyReplacement: strict
|
||||||
|
k8sServiceHost: <KUBE_API_SERVER_IP>
|
||||||
|
k8sServicePort: <KUBE_API_SERVER_PORT>
|
||||||
|
cni:
|
||||||
|
chainingMode: "none"
|
Loading…
Reference in New Issue