From cc122a01892c56fff3d73cbaf566deb064b898e0 Mon Sep 17 00:00:00 2001 From: Chad Kittel Date: Wed, 8 Jun 2022 11:38:49 -0500 Subject: [PATCH] Add note about kubelogin requirement for kubectl 1.24 (#329) * Add note about kubelogin requirement for kubectl 1.24 * typo --- 07-bootstrap-validation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/07-bootstrap-validation.md b/07-bootstrap-validation.md index d6d85dad..ba36c475 100644 --- a/07-bootstrap-validation.md +++ b/07-bootstrap-validation.md @@ -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