puppet-prod/modules/rke2/files/rke2-cilium-config.yaml
Ben Vincent 02aa9bc49f feat: adding rke2
- manage rke2 repos
- add rke2 module (init, params, install, config, service)
- exclude setting ips for cilium interfaces
- split roles::infra::k8s::node -> control/compute roles
- moved common k8s config into k8s.yaml
- add bootstrap_node, manage server and token fields in rke2 config
- manage install of helm
2025-09-10 19:34:06 +10:00

21 lines
384 B
YAML

---
apiVersion: helm.cattle.io/v1
kind: HelmChartConfig
metadata:
name: rke2-cilium
namespace: kube-system
spec:
valuesContent: |-
kubeProxyReplacement: true
k8sServiceHost: "localhost"
k8sServicePort: "6443"
encryption:
enabled: true
type: wireguard
hubble:
enabled: true
relay:
enabled: true
ui:
enabled: true