From 0d88f0341f237a396ce9d4c85f16f84359294d20 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Lochou Date: Tue, 12 Nov 2024 17:22:52 +0100 Subject: [PATCH] Fix inline notes --- platform/gcloud/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/gcloud/README.md b/platform/gcloud/README.md index d024da3..e04fecb 100644 --- a/platform/gcloud/README.md +++ b/platform/gcloud/README.md @@ -102,10 +102,10 @@ Regions and zones (used below) can be listed respectively with `gcloud compute r --enable-autoscaling --num-nodes=6 --total-min-nodes=1 --total-max-nodes=16 ``` - > [!NOTE] +> [!NOTE] > If you get a red warning about a missing gke-gcloud-auth-plugin, install it with `gcloud components install gke-gcloud-auth-plugin`. > For Kubernetes versions lower than 1.26 you have to enable it for each kubectl command with `export USE_GKE_GCLOUD_AUTH_PLUGIN=True` ([more information](https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke)). - > [!NOTE] +> [!NOTE] > You can also create your cluster from the Google Cloud Platform using the **Kubernetes Engine** > **Clusters** panel and clicking the **Create** button > ![Create cluster](images/create_cluster.png)