silly-jordan-81965
06/03/2022, 8:53 AMmachine_global_config = <<EOF
cni: "cilium"
disable:
- rke2-ingress-nginx
resolv-conf: "/run/systemd/resolve/resolv.conf"
EOF
chart_values = <<EOF
rke2-cilium:
k8sServiceHost: 127.0.0.1
k8sServicePort: 6443
kubeProxyReplacement: strict
EOF
I dont see the values reflected in the configmap cilium-config and the cluster doesnt finish provisioning. What am i missing?
Should the chart_values be added into the machine_selector_config instead?k8sServiceHost: 127.0.0.1
k8sServicePort: 6443
kubeProxyReplacement: strict
adorable-wolf-32316
09/06/2023, 7:00 AM