diff --git a/doc/cloud/gke.md b/doc/cloud/gke.md index 998844d7b961c9da456f93d27046772de3e38e29..897c38a0f7d84ec0021fab66bd5c2dbf8d3a32a0 100644 --- a/doc/cloud/gke.md +++ b/doc/cloud/gke.md @@ -37,16 +37,18 @@ The table below describes all variables. [GKE release notes]: https://cloud.google.com/kubernetes-engine/release-notes -Run the script, passing in your desired parameters. (The script can work with default parameters except for `PROJECT` which is required.) +From the /scripts directory, run the script, passing in your desired parameters. (The script can work with default parameters except for `PROJECT` which is required.) ```bash -PROJECT= ./scripts/gke_bootstrap_script.sh up +cd ./scripts +PROJECT= ./gke_bootstrap_script.sh up ``` The script can also be used to clean up the created GKE resources by running ```bash -PROJECT= ./scripts/gke_bootstrap_script.sh down +cd ./scripts +PROJECT= ./gke_bootstrap_script.sh down ``` With the cluster created, continue to [creating the DNS entry](#dns-entry). @@ -87,4 +89,4 @@ Follow [This](https://cloud.google.com/dns/quickstart) to create the DNS entry. # Next Steps -Continue with the [installation of the chart](../installation/README.md) once you have the cluster up and running, and have the static IP and DNS entry ready. +Continue with the [deployment of the chart](../installation/deployment.md) once you have the cluster up and running, and have the static IP and DNS entry ready.