Skip to content

Commit

Permalink
Remove use of masterauth due to pulumi/examples#995
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Lakshmanan committed May 19, 2021
1 parent b7d7da8 commit a2ba507
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions test/ci-cluster/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/bin/
/node_modules/
/.vscode
1 change: 0 additions & 1 deletion test/ci-cluster/gke.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export class GkeCluster extends pulumi.ComponentResource {
initialNodeCount: config.nodeCount,
nodeVersion: engineVersion,
minMasterVersion: engineVersion,
masterAuth: {username: config.masterUsername, password: config.masterPassword},
nodeConfig: {
machineType: config.nodeMachineType,
oauthScopes: [
Expand Down

0 comments on commit a2ba507

Please sign in to comment.