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:
223223 joinConfiguration :
224224 discovery :
225225 bootstrapToken :
226- apiServerEndpoint : 192.168.167.85 :${API_SERVER_PORT:=6443}
226+ apiServerEndpoint : ${IBMPOWERVS_VIP} :${API_SERVER_PORT:=6443}
227227 unsafeSkipCAVerification : false
228228 nodeRegistration :
229229 criSocket : unix:///var/run/containerd/containerd.sock
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ spec:
223223 joinConfiguration :
224224 discovery :
225225 bootstrapToken :
226- apiServerEndpoint : 192.168.167.85 :${API_SERVER_PORT:=6443}
226+ apiServerEndpoint : ${IBMPOWERVS_VIP} :${API_SERVER_PORT:=6443}
227227 unsafeSkipCAVerification : false
228228 nodeRegistration :
229229 criSocket : unix:///var/run/containerd/containerd.sock
You can’t perform that action at this time.
0 commit comments