Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kubeconfig to kubeConfig #1310

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gcp-java-gke-hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -198,4 +198,4 @@ After cloning this repo, from this working directory, run these commands:
```bash
$ pulumi destroy --yes
$ pulumi stack rm --yes
```
```