Skip to content

Commit 0de0cf2

Browse files
committed
fix: remove deprecated logging/monitoring flags from cluster creation
Signed-off-by: Mark Chmarny <[email protected]>
1 parent 1d1433f commit 0de0cf2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/gcp-cluster-up.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ gcloud container clusters create "$CLUSTER_NAME" \
3131
--scopes=cloud-platform \
3232
--disk-size="200" \
3333
--disk-type="pd-standard" \
34-
--enable-cloud-logging \
35-
--enable-cloud-monitoring \
3634
--enable-image-streaming \
3735
--enable-ip-alias \
3836
--enable-shielded-nodes \

0 commit comments

Comments
 (0)