Skip to content

Commit fb56d76

Browse files
committed
Another try with inline notes
1 parent 360578c commit fb56d76

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.secrets.baseline

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2024-11-12T16:23:40Z",
6+
"generated_at": "2024-11-12T16:30:18Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -1312,15 +1312,15 @@
13121312
"hashed_secret": "dc081999b19ee322ee45e3d4451246b7c449db0a",
13131313
"is_secret": false,
13141314
"is_verified": false,
1315-
"line_number": 142,
1315+
"line_number": 141,
13161316
"type": "Secret Keyword",
13171317
"verified_result": null
13181318
},
13191319
{
13201320
"hashed_secret": "5a2ea68e9ea943ea31948fe51388c798e13346a9",
13211321
"is_secret": false,
13221322
"is_verified": false,
1323-
"line_number": 189,
1323+
"line_number": 188,
13241324
"type": "Secret Keyword",
13251325
"verified_result": null
13261326
}

platform/gcloud/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,11 @@ Regions and zones (used below) can be listed respectively with `gcloud compute r
103103
```
104104

105105
> [!NOTE]
106-
> If you get a red warning about a missing gke-gcloud-auth-plugin, install it with `gcloud components install gke-gcloud-auth-plugin`.
107-
> 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-
106+
> If you get a red warning about a missing gke-gcloud-auth-plugin, install it with `gcloud components install gke-gcloud-auth-plugin`.
107+
> 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)).
109108
> [!NOTE]
110-
> You can also create your cluster from the Google Cloud Platform using the **Kubernetes Engine** > **Clusters** panel and clicking the **Create** button
111-
> ![Create cluster](images/create_cluster.png)
109+
> You can also create your cluster from the Google Cloud Platform using the **Kubernetes Engine** > **Clusters** panel and clicking the **Create** button
110+
> ![Create cluster](images/create_cluster.png)
112111
113112
#### c. Set up your environment
114113

0 commit comments

Comments
 (0)