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

azure aks example #237

Merged
merged 3 commits into from
Mar 5, 2019
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
minor fix
  • Loading branch information
4c74356b41 committed Feb 21, 2019
commit 5df349a0eec0cb5ed4198f05badfd543d62b9679
2 changes: 1 addition & 1 deletion azure-py-aks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ After cloning this repo, from this working directory, run these commands:
5. After 10-15 minutes, your cluster will be ready, and the kubeconfig YAML you'll use to connect to the cluster will be available as an output. You can save this kubeconfig to a file like so:

```bash
$ pulumi stack output kubeconfig >kubeconfig.json
$ pulumi stack output kubeconfig >kubeconfig.yaml
```

Once you have this file in hand, you can interact with your new cluster as usual via `kubectl`:
Expand Down