Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
Update incorrect port (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mengqi Yu authored and jpeeler committed Aug 28, 2017
1 parent b0ed60e commit 2a00d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ When you determine the IP address of this service, set its value into the `SVC_C
environment variable and then run the following commands:

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

Expand Down

0 comments on commit 2a00d7f

Please sign in to comment.