22 lines
474 B
YAML
22 lines
474 B
YAML
---
|
|
apiVersion: helm.cattle.io/v1
|
|
kind: HelmChartConfig
|
|
metadata:
|
|
name: rke2-cilium
|
|
namespace: kube-system
|
|
spec:
|
|
valuesContent: |-
|
|
kubeProxyReplacement: strict
|
|
k8sServiceHost: <KUBE_API_SERVER_IP>
|
|
k8sServicePort: 6443
|
|
cni:
|
|
chainingMode: "none"
|
|
tunnelProtocol: "vxlan"
|
|
routingMode: "tunnel"
|
|
ipam:
|
|
mode: cluster-pool
|
|
operator:
|
|
clusterPoolIPv4PodCIDRList:
|
|
- "<lb-network>"
|
|
clusterPoolIPv4MaskSize: 27
|