Skip to content

Commit 2a00d7f

Browse files
Mengqi YuJeff Peeler
authored andcommitted
Update incorrect port (#1156)
1 parent b0ed60e commit 2a00d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/walkthrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ When you determine the IP address of this service, set its value into the `SVC_C
207207
environment variable and then run the following commands:
208208

209209
```console
210-
kubectl config set-cluster service-catalog --server=https://$SVC_CAT_API_SERVER_IP:30034 --insecure-skip-tls-verify=true
210+
kubectl config set-cluster service-catalog --server=https://$SVC_CAT_API_SERVER_IP:30443 --insecure-skip-tls-verify=true
211211
kubectl config set-context service-catalog --cluster=service-catalog
212212
```
213213

0 commit comments

Comments
 (0)