kubernetes-guides icon indicating copy to clipboard operation
kubernetes-guides copied to clipboard

GCP 03-cluster-configuration README.md incongruences

Open bmdietrich opened this issue 5 years ago • 0 comments

README.md Step 4 and config.ts Pulumi key names do not match.


README.md: Step 4, config set examples

$ pulumi config set k8s-gke-cluster:identityStackRef myUser/k8s-gcp-identity/dev-1573589109 $ pulumi config set k8s-gke-cluster:infraStackRef myUser/k8s-gcp-infra/dev-1573589378

config.ts: lines 5 & 6

const identityStackName = new pulumi.StackReference(pulumiConfig.require("identityStackName")); const infraStackName = new pulumi.StackReference(pulumiConfig.require("infraStackName"));

bmdietrich avatar May 20 '20 18:05 bmdietrich