Skip to content

Commit

Permalink
Set GKE k8s cluster deletionProtection to false for test infra
Browse files Browse the repository at this point in the history
  • Loading branch information
guineveresaenger committed Nov 11, 2023
1 parent c6831e2 commit 316e68a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/scripts/testinfra/gke.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export class GkeCluster extends pulumi.ComponentResource {
minMasterVersion: engineVersion,
project: config.gcpProject,
location: config.gcpLocation,
deletionProtection:false,
}, {parent: this});

const nodePool = new gcp.container.NodePool(`primary-node-pool`, {
Expand Down

0 comments on commit 316e68a

Please sign in to comment.