File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cluster-template-powervs-clusterclass Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ spec:
223
223
joinConfiguration :
224
224
discovery :
225
225
bootstrapToken :
226
- apiServerEndpoint : 192.168.167.85 :${API_SERVER_PORT:=6443}
226
+ apiServerEndpoint : ${IBMPOWERVS_VIP} :${API_SERVER_PORT:=6443}
227
227
unsafeSkipCAVerification : false
228
228
nodeRegistration :
229
229
criSocket : unix:///var/run/containerd/containerd.sock
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ spec:
223
223
joinConfiguration :
224
224
discovery :
225
225
bootstrapToken :
226
- apiServerEndpoint : 192.168.167.85 :${API_SERVER_PORT:=6443}
226
+ apiServerEndpoint : ${IBMPOWERVS_VIP} :${API_SERVER_PORT:=6443}
227
227
unsafeSkipCAVerification : false
228
228
nodeRegistration :
229
229
criSocket : unix:///var/run/containerd/containerd.sock
You can’t perform that action at this time.
0 commit comments