Skip to content

Commit

Permalink
Merge pull request #6468 from felder/felder_DH-379
Browse files Browse the repository at this point in the history
[DH-379] updating docs
  • Loading branch information
shaneknapp authored Nov 7, 2024
2 parents 5d0ed1b + f725248 commit 47fbf6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/admins/cluster-config.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ gcloud container clusters create \
--enable-network-policy \
--create-subnetwork="" \
--tags=hub-cluster \
--no-enable-insecure-kubelet-readonly-port \
<cluster-name>
```

Expand All @@ -57,6 +58,7 @@ gcloud container node-pools create \
--no-enable-autoupgrade \
--tags=hub-cluster \
--cluster=<cluster-name> \
--no-enable-insecure-kubelet-readonly-port \
user-<pool-name>-<yyyy>-<mm>-<dd>
```

Expand Down

0 comments on commit 47fbf6b

Please sign in to comment.