Skip to content

Commit

Permalink
Add note about kubelogin requirement for kubectl 1.24 (#329)
Browse files Browse the repository at this point in the history
* Add note about kubelogin requirement for kubectl 1.24

* typo
  • Loading branch information
ckittel committed Jun 8, 2022
1 parent 31aacac commit cc122a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 07-bootstrap-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ GitOps allows a team to author Kubernetes manifest files, persist them in their
kubectl version --client
```

> Starting with `kubectl` 1.24, you must also have the `kubelogin` credential (exec) plugin available for Azure AD authentication. Installing `kubectl` via `az aks install-cli` does this already, but if you install `kubectl` in a different way, please make sure `kubelogin` is [installed](https://github.com/Azure/kubelogin#getting-started).
1. Get the cluster name.

```bash
Expand Down

0 comments on commit cc122a0

Please sign in to comment.