Skip to content

Commit 5354c96

Browse files
committed
Fix PowerVS cluster class template
1 parent 0e85653 commit 5354c96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/cluster-template-powervs-clusterclass.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

templates/cluster-template-powervs-clusterclass/cluster-with-kcp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)