Skip to content

Commit e52a013

Browse files
authored
feat: cilium readdy for 1.32 and localhost (#59)
1 parent 6b8ca67 commit e52a013

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ module "servers" {
104104
}),
105105
"patches/rke2-cilium.yaml" : templatefile("${path.module}/patches/rke2-cilium.yaml.tpl", {
106106
operator_replica = local.operator_replica
107-
apiserver_host = local.internal_vip
108107
cluster_name = var.name
109108
cluster_id = var.cluster_id
110109
}),

patches/rke2-cilium.yaml.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ cluster:
33
id: ${cluster_id}
44
eni:
55
enabled: true
6-
kubeProxyReplacement: "strict"
7-
k8sServiceHost: ${apiserver_host}
6+
kubeProxyReplacement: "true"
7+
k8sServiceHost: 127.0.0.1
88
k8sServicePort: 6443
99
operator:
1010
replicas: ${operator_replica}

0 commit comments

Comments
 (0)