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
+17-9Lines changed: 17 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,16 +33,8 @@ In addition, Proxy and WebApp complete the core microservices
33
33
34
34
To deploy the game locally, follow the instructions via docker-compose in GameOn repository [here](https://github.com/gameontext/gameon#local-room-development).
35
35
36
-
To follow the steps here, create a Kubernetes cluster with [IBM Bluemix Container Service](https://github.com/IBM/container-journey-template) to deploy in cloud. The code here is regularly tested against [Kubernetes Cluster from Bluemix Container Service](https://console.ng.bluemix.net/docs/containers/cs_ov.html#cs_ov) using Travis.
36
+
To follow the steps here, create a Kubernetes cluster with either [Minikube](https://kubernetes.io/docs/getting-started-guides/minikube) for local testing, with [IBM Cloud Private](https://github.com/IBM/deploy-ibm-cloud-private/blob/master/README.md), or with [IBM Bluemix Container Service](https://github.com/IBM/container-journey-template/blob/master/README.md) to deploy in cloud. The code here is regularly tested against [Kubernetes Cluster from Bluemix Container Service](https://console.ng.bluemix.net/docs/containers/cs_ov.html#cs_ov) using Travis.
37
37
38
-
## Deploy to Kubernetes Cluster on Bluemix
39
-
If you want to deploy GameOn! directly to Bluemix, click on 'Deploy to Bluemix' button below to create a Bluemix DevOps service toolchain and pipeline for deploying the sample, else jump to [Steps](#steps)
40
-
41
-
> You will need to create your Kubernetes cluster first and make sure it is fully deployed in your Bluemix account.
Please follow the [Toolchain instructions](https://github.com/IBM/container-journey-template/blob/master/Toolchain_Instructions_new.md) to complete your toolchain and pipeline.
46
38
47
39
## Steps
48
40
1.[Modify the Core services yaml files](#1-modify-the-core-services-yaml-files)
@@ -271,6 +263,22 @@ To register the deployed rooms in the cluster, you will need to use the UI of yo
271
263
* `kubectl delete pv local-volume-1`
272
264
* `kubectl delete -f gameon-configmap.yaml`
273
265
266
+
# Privacy Notice
267
+
268
+
Sample Kubernetes Yaml file that includes this package may be configured to track deployments to [IBM Cloud](https://www.bluemix.net/) and other Kubernetes platforms. The following information is sent to a [Deployment Tracker](https://github.com/IBM/metrics-collector-service) service on each deployment:
* Kubernetes Cluster ID (Only from IBM Cloud's cluster)
273
+
* Kubernetes Customer ID (Only from IBM Cloud's cluster)
274
+
* Environment variables in this Kubernetes Job.
275
+
276
+
This data is collected from the Kubernetes Job in the sample application's yaml file. This data is used by IBM to track metrics around deployments of sample applications to IBM Cloud to measure the usefulness of our examples so that we can continuously improve the content we offer to you. Only deployments of sample applications that include code to ping the Deployment Tracker service will be tracked.
277
+
278
+
## Disabling Deployment Tracking
279
+
280
+
Please comment out/remove the Metric Kubernetes Job portion at the end of the 'gameon-configmap.yaml' file.
281
+
274
282
## References
275
283
276
284
* [GameOn](https://gameontext.org) - The original game on app. The journey is based on [deploying GameOn using Docker](https://book.gameontext.org/walkthroughs/local-docker.html)
0 commit comments