Skip to content

Commit

Permalink
Fix inline notes
Browse files Browse the repository at this point in the history
  • Loading branch information
PYLochou committed Nov 12, 2024
1 parent a6c72c9 commit 0d88f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/gcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 0d88f03

Please sign in to comment.