You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,19 +44,21 @@ Please follow the [Toolchain instructions](https://github.com/IBM/container-jour
44
44
45
45
## Steps
46
46
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)
48
48
3.[Create the Platform Services](#3-create-the-platform-services)
49
49
4.[Create the Core Services](#4-create-the-core-services)
50
50
5.[Explore your GameOn App](#5-explore-your-gameon-app)
51
51
- 5.1 [Add Social Logins](#51-add-social-logins)
52
52
- 5.2 [Add Rooms](#52-add-rooms)
53
53
54
+
#### [Troubleshooting](#troubleshooting-1)
55
+
54
56
# 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.
56
58
*`./scripts/replace_ip_linux.sh` for linux
57
59
*`./scripts/replace_ip_OSX.sh` for macOS
58
60
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`)*.
60
62
61
63
[Other usage for the script can be found here.](/scripts#replace_ip_-os-sh)
0 commit comments