Skip to content

Commit 0d88f03

Browse files
committed
Fix inline notes
1 parent a6c72c9 commit 0d88f03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/gcloud/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ Regions and zones (used below) can be listed respectively with `gcloud compute r
102102
--enable-autoscaling --num-nodes=6 --total-min-nodes=1 --total-max-nodes=16
103103
```
104104

105-
> [!NOTE]
105+
> [!NOTE]
106106
> If you get a red warning about a missing gke-gcloud-auth-plugin, install it with `gcloud components install gke-gcloud-auth-plugin`.
107107
> 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)).
108-
> [!NOTE]
108+
> [!NOTE]
109109
> You can also create your cluster from the Google Cloud Platform using the **Kubernetes Engine** > **Clusters** panel and clicking the **Create** button
110110
> ![Create cluster](images/create_cluster.png)
111111

0 commit comments

Comments
 (0)