Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changes to run in OpenShift env #75

Merged
merged 3 commits into from
Sep 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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