diff --git a/gcp-java-gke-hello-world/README.md b/gcp-java-gke-hello-world/README.md index 043e5edd9..2042f0216 100644 --- a/gcp-java-gke-hello-world/README.md +++ b/gcp-java-gke-hello-world/README.md @@ -160,7 +160,7 @@ After cloning this repo, from this working directory, run these commands: stack output in the CLI, as Pulumi facilitates exporting these objects for us. ```bash - $ pulumi stack output kubeconfig --show-secrets > kubeconfig + $ pulumi stack output kubeConfig --show-secrets > kubeconfig $ export KUBECONFIG=$PWD/kubeconfig $ export KUBERNETES_VERSION=1.11.6 && sudo curl -s -o /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v${KUBERNETES_VERSION}/bin/linux/amd64/kubectl && sudo chmod +x /usr/local/bin/kubectl @@ -198,4 +198,4 @@ After cloning this repo, from this working directory, run these commands: ```bash $ pulumi destroy --yes $ pulumi stack rm --yes - ``` \ No newline at end of file + ```