Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 979f2bb

Browse files
Tomclianimeshsingh
authored andcommitted
Update README.md (#23)
1 parent 2ab07e8 commit 979f2bb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Ensure your kubernetes cluster is reachable by running the `kubectl` command.
7171
```bash
7272
$ kubectl get nodes
7373
NAME STATUS AGE VERSION
74-
x.x.x.x Ready 17h v1.5.3-2+be7137fd3ad68f
74+
x.x.x.x Ready 17h v1.5.3-2+be7137fd3ad68f
7575
```
7676

7777
> Note: If this step fails see troubleshooting docs at [Minikube](https://kubernetes.io/docs/getting-started-guides/minikube) or [IBM Bluemix Container Service](https://console.ng.bluemix.net/docs/containers/cs_troubleshoot.html#cs_troubleshoot).
@@ -152,9 +152,10 @@ After you have created all the services and deployments, wait for 3 to 5 minutes
152152
After few minutes run the following commands to get your public IP and NodePort number.
153153

154154
```bash
155-
$ kubectl get nodes
156-
NAME STATUS AGE
157-
169.47.241.22 Ready 23h
155+
$ $ bx cs workers <cluster_name>
156+
OK
157+
ID Public IP Private IP Machine Type State Status
158+
kube-hou02-pa817264f1244245d38c4de72fffd527ca-w1 169.47.241.22 10.10.10.148 free normal Ready
158159
$ kubectl get svc gitlab
159160
NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE
160161
gitlab 10.10.10.148 <nodes> 80:30080/TCP,22:30022/TCP 2s

0 commit comments

Comments
 (0)