Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#576 from mboersma/getting-started-…
Browse files Browse the repository at this point in the history
…tweaks

docs: fix kubectl link in getting started doc
  • Loading branch information
k8s-ci-robot authored Apr 29, 2020
2 parents 7029569 + 2f7969e commit 7177d6a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

### Requirements

- Linux or MacOS (Windows isn't supported at the moment)
- Linux or macOS (Windows isn't supported at the moment)
- A [Microsoft Azure account](https://azure.microsoft.com/en-us/)
- Install the [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest)
- Install the [Kubernetes CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
Expand Down Expand Up @@ -90,7 +90,7 @@ You can also [build your own image](https://image-builder.sigs.k8s.io/capi/provi

### Bootstrap running, but resources aren't being created

Logs can be tailed using [`kubectl`][kubectl]:
Logs can be tailed using [`kubectl`][kubectl-logs]:

```bash
kubectl logs azure-provider-controller-manager-0 -n azure-provider-system -f
Expand All @@ -105,3 +105,5 @@ You can check the custom script logs by SSHing into the VM created and reading `
## Building from master

If you're interested in developing cluster-api-provider-azure and getting the latest version from `master`, please follow the [development guide][development].

[kubectl-logs]: https://kubernetes.io/docs/reference/kubectl/cheatsheet/#interacting-with-running-pods

0 comments on commit 7177d6a

Please sign in to comment.