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

Commit 480584d

Browse files
committed
Update README
1 parent 99506ff commit 480584d

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,21 @@ Please follow the [Toolchain instructions](https://github.com/IBM/container-jour
4444

4545
## Steps
4646
1. [Modify the Core services yaml files](#1-modify-the-core-services-yaml-files)
47-
2. [Create volumes in your Cluster](#2-create-a-volume-for-your-cluster)
47+
2. [Create a Volume for your Cluster](#2-create-a-volume-for-your-cluster)
4848
3. [Create the Platform Services](#3-create-the-platform-services)
4949
4. [Create the Core Services](#4-create-the-core-services)
5050
5. [Explore your GameOn App](#5-explore-your-gameon-app)
5151
- 5.1 [Add Social Logins](#51-add-social-logins)
5252
- 5.2 [Add Rooms](#52-add-rooms)
5353

54+
#### [Troubleshooting](#troubleshooting-1)
55+
5456
# 1. Modify the Core services yaml files
55-
You can also use the script provided that replaces the default values to the IP of your current cluster.
57+
You can use the script provided that replaces the default values in the yaml files to the IP of your current cluster.
5658
* `./scripts/replace_ip_linux.sh` for linux
5759
* `./scripts/replace_ip_OSX.sh` for macOS
5860

59-
The script replaces every instance of `169.47.241.213` in the files of your [core services](#core-microservices) yaml files and `setup.yaml` to the IP of your cluster *(found by executing `kubectl get nodes`)*.
61+
> The script replaces every instance of `169.47.241.213` in the files of your [core services](#core-microservices) yaml files and `setup.yaml` to the IP of your cluster *(found by executing `kubectl get nodes`)*.
6062
6163
[Other usage for the script can be found here.](/scripts#replace_ip_-os-sh)
6264

0 commit comments

Comments
 (0)