We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8ca67 commit e52a013Copy full SHA for e52a013
main.tf
@@ -104,7 +104,6 @@ module "servers" {
104
}),
105
"patches/rke2-cilium.yaml" : templatefile("${path.module}/patches/rke2-cilium.yaml.tpl", {
106
operator_replica = local.operator_replica
107
- apiserver_host = local.internal_vip
108
cluster_name = var.name
109
cluster_id = var.cluster_id
110
patches/rke2-cilium.yaml.tpl
@@ -3,8 +3,8 @@ cluster:
3
id: ${cluster_id}
4
eni:
5
enabled: true
6
-kubeProxyReplacement: "strict"
7
-k8sServiceHost: ${apiserver_host}
+kubeProxyReplacement: "true"
+k8sServiceHost: 127.0.0.1
8
k8sServicePort: 6443
9
operator:
10
replicas: ${operator_replica}
0 commit comments