File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
infrastructure-elemental/v0.0.0 Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 75
75
kind : ElementalMachineTemplate
76
76
name : ${CLUSTER_NAME}-control-plane
77
77
nodeDrainTimeout : 2m
78
- registrationMethod : " address"
79
- registrationAddress : " ${CONTROL_PLANE_ENDPOINT_HOST}"
78
+ registrationMethod : " control-plane-endpoint"
80
79
rolloutStrategy :
81
80
type : " RollingUpdate"
82
81
rollingUpdate :
Original file line number Diff line number Diff line change 75
75
matchResources :
76
76
controlPlane : true
77
77
jsonPatches :
78
- - op : add
79
- path : " /spec/template/spec/registrationAddress"
80
- valueFrom :
81
- variable : controlPlaneEndpointHost
82
78
- op : add
83
79
path : " /spec/template/spec/kubeadmConfigSpec/files"
84
80
valueFrom :
@@ -174,12 +170,16 @@ metadata:
174
170
spec :
175
171
template :
176
172
spec :
173
+ infrastructureRef :
174
+ apiVersion : infrastructure.cluster.x-k8s.io/v1beta1
175
+ kind : ElementalMachineTemplate
176
+ name : rke2-control-plane
177
177
serverConfig :
178
178
disableComponents :
179
179
kubernetesComponents :
180
180
- cloudController
181
181
nodeDrainTimeout : 2m
182
- registrationMethod : " address "
182
+ registrationMethod : " control-plane-endpoint "
183
183
rolloutStrategy :
184
184
type : " RollingUpdate"
185
185
rollingUpdate :
You can’t perform that action at this time.
0 commit comments