Skip to content

Commit

Permalink
Merge pull request #75 from cloud8lz/master
Browse files Browse the repository at this point in the history
changes to run in OpenShift env
  • Loading branch information
remkohdev committed Sep 25, 2020
2 parents 06b36cf + b03c362 commit 4bbb6a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions workshop/Lab1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ that has already been built and uploaded to DockerHub under the name
Get the workers for your cluster and note one (any one) of the public IPs listed on the `<public-IP>` line. Replace `$CLUSTER_NAME` with your cluster name unless you have this environment variable set.

```shell
$ ibmcloud ks workers --cluster $CLUSTER_NAME
OK
ID Public IP Private IP Machine Type State Status Zone Version
kube-hou02-pa1e3ee39f549640aebea69a444f51fe55-w1 173.193.99.136 10.76.194.30 free normal Ready hou02 1.5.6_1500*
$ kubectl get nodes -o wide
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
10.185.199.3 Ready master,worker 63d v1.16.2+283af84 10.185.199.3 169.59.228.215 Red Hat 3.10.0-1127.13.1.el7.x86_64 cri-o://1.16.6-17.rhaos4.3.git4936f44.el7
10.185.199.6 Ready master,worker 63d v1.16.2+283af84 10.185.199.6 169.47.78.51 Red Hat 3.10.0-1127.13.1.el7.x86_64 cri-o://1.16.6-17.rhaos4.3.git4936f44.el7
```

We can see that our `<public-IP>` is `173.193.99.136`.
Expand Down
2 changes: 1 addition & 1 deletion workshop/Lab2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ To update and roll back:
```
and
```shell
ibmcloud ks workers --cluster $CLUSTER_NAME
kubectl get nodes -o wide
```

To verify that you're running "v2" of guestbook, look at the title of the page,
Expand Down
2 changes: 1 addition & 1 deletion workshop/Lab3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Deployment container spec.
and

```shell
ibmcloud ks workers --cluster $CLUSTER_NAME
kubectl get nodes -o wide
```

# 2. Connect to a back-end service.
Expand Down

0 comments on commit 4bbb6a7

Please sign in to comment.