File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
config/clusterctl-templates Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,6 @@ endef
247247export METAL_PARTITION ?= mini-lab
248248export METAL_PROJECT_ID ?= 00000000-0000-0000-0000-000000000001
249249export METAL_NODE_NETWORK_ID ?= $(shell metalctl network list --name metal-test -o template --template '{{ .id }}')
250- export CONTROL_PLANE_ENDPOINT ?= "203.0.113.129 :443"
251250export CONTROL_PLANE_MACHINE_IMAGE ?= ubuntu-24.04
252251export CONTROL_PLANE_MACHINE_SIZE ?= v1-small-x86
253252export WORKER_MACHINE_IMAGE ?= ubuntu-24.04
Original file line number Diff line number Diff line change @@ -65,12 +65,11 @@ spec:
6565 name : ${CLUSTER_NAME}-controlplane
6666 kubeadmConfigSpec :
6767 format : ignition
68- clusterConfiguration :
69- controlPlaneEndpoint : ${CONTROL_PLANE_ENDPOINT}
68+ clusterConfiguration : {}
7069 initConfiguration :
7170 localAPIEndpoint :
7271 advertiseAddress : 127.0.0.1
73- bindPort : ${CONTROL_PLANE_PORT:= 443}
72+ bindPort : 443
7473 nodeRegistration : {}
7574 joinConfiguration :
7675 controlPlane : {}
@@ -117,7 +116,6 @@ spec:
117116 template :
118117 spec :
119118 format : ignition
120- clusterConfiguration :
121- controlPlaneEndpoint : ${CONTROL_PLANE_ENDPOINT}
119+ clusterConfiguration : {}
122120 joinConfiguration :
123121 nodeRegistration : {}
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ export FIREWALL_MACHINE_SIZE=v1-small-x86
1010export FIREWALL_MACHINE_IMAGE=
1111export FIREWALL_NETWORKS=[internet]
1212
13- export CONTROL_PLANE_ENDPOINT=203.0.113.129:443
14- export CONTROL_PLANE_PORT=443
1513export CONTROL_PLANE_MACHINE_SIZE=v1-small-x86
1614export CONTROL_PLANE_MACHINE_IMAGE=ubuntu-24.04
1715
You can’t perform that action at this time.
0 commit comments