Skip to content

Commit

Permalink
Markdown is painful sometimes
Browse files Browse the repository at this point in the history
  • Loading branch information
PYLochou committed Nov 12, 2024
1 parent fb56d76 commit 2d5eac7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "^.secrets.baseline$",
"lines": null
},
"generated_at": "2024-11-12T16:30:18Z",
"generated_at": "2024-11-12T16:31:10Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -1312,15 +1312,15 @@
"hashed_secret": "dc081999b19ee322ee45e3d4451246b7c449db0a",
"is_secret": false,
"is_verified": false,
"line_number": 141,
"line_number": 142,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "5a2ea68e9ea943ea31948fe51388c798e13346a9",
"is_secret": false,
"is_verified": false,
"line_number": 188,
"line_number": 189,
"type": "Secret Keyword",
"verified_result": null
}
Expand Down
1 change: 1 addition & 0 deletions platform/gcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ Regions and zones (used below) can be listed respectively with `gcloud compute r
> [!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]
> 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 2d5eac7

Please sign in to comment.