Skip to content

Commit 7177d6a

Browse files
authored
Merge pull request kubernetes-sigs#576 from mboersma/getting-started-tweaks
docs: fix kubectl link in getting started doc
2 parents 7029569 + 2f7969e commit 7177d6a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/getting-started.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
### Requirements
2323

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

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

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

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

107107
If you're interested in developing cluster-api-provider-azure and getting the latest version from `master`, please follow the [development guide][development].
108+
109+
[kubectl-logs]: https://kubernetes.io/docs/reference/kubectl/cheatsheet/#interacting-with-running-pods

0 commit comments

Comments
 (0)