strong-knife-49449
09/10/2020, 4:20 PMdamp-table-85095
09/11/2020, 5:15 AMkubernetes:apps:Deployment (proxy):
error: configured Kubernetes cluster is unreachable: unable to load schema information from the API server: Get "<https://127.0.0.1:32804/openapi/v2?timeout=32s>": dial tcp 127.0.0.1:32804: connectex: No connection could be made because the target machine actively refused it.
pulumi:pulumi:Stack (project-dev):
Error: invocation of gcp:container/getEngineVersions:getEngineVersions returned an error: invoking gcp:container/getEngineVersions:getEngineVersions: Cannot determine zone: set in this resource, or set provider-level zone.
at C:\Users\Gili\Documents\project\deploy\node_modules\@pulumi\pulumi\runtime\invoke.js:136:33
at Http2CallStream.<anonymous> (C:\Users\Gili\Documents\project\deploy\node_modules\@grpc\grpc-js\src\client.ts:155:9)
at Http2CallStream.emit (events.js:326:22)
at C:\Users\Gili\Documents\holdmyspot\shopping\deploy\node_modules\@grpc\grpc-js\src\call-stream.ts:186:14
at processTicksAndRejections (internal/process/task_queues.js:75:11)
1. Why is pulumi trying to contact 127.0.0.1:32804?
2. How/where am I supposed to specify the zone associated with the cluster? I assume this is something I am supposed to pass to the k8s.Provider constructor but I don't see how.
Thank you.damp-table-85095
09/12/2020, 2:57 AMgcp.Provider
instance that specifies which zone to use but I don't understand how to tell Kubernetes which gcp.Provider to use. I mean, ultimately I want to create a single Kubernetes deployment that deploys nodes onto two different zones that I specify. How do I do that? Am I going about this the wrong way?damp-table-85095
09/13/2020, 1:44 AMdamp-table-85095
09/13/2020, 4:20 AMfs.readFileSync()
to load the file into a variable.damp-table-85095
09/13/2020, 2:20 PMdamp-table-85095
09/13/2020, 2:20 PMdestroy
my entire stack (which is very slow) when debugging my startup script. Every time I update it, pulumi up
fails with the aforementioned error.fierce-memory-34976
09/14/2020, 9:43 AMfierce-memory-34976
09/14/2020, 11:20 AMfierce-memory-34976
09/14/2020, 11:21 AMfierce-memory-34976
09/15/2020, 9:15 AMwarning: configured Kubernetes cluster is unreachable: unable to load schema information from the API server: Get "https://<redacted>/openapi/v2?timeout=32s": x509: certificate signed by unknown authority
Anyone knows what should I do to get rid of this?fierce-memory-34976
09/15/2020, 12:56 PMfierce-memory-34976
09/15/2020, 4:14 PMred-area-47037
09/15/2020, 9:37 PMfierce-memory-34976
09/17/2020, 4:47 PMError while waiting to delete default node pool: Error waiting for removing default n
ode pool: error while retrieving operation: Get "<https://container.googleapis.com/v1beta1/projects/><redacted>/locations/us-east4/operations/operation-1600360932143-8939a57c?alt=j
son&prettyPrint=false": dial tcp [2a00:1450:400f:809::200a]:443: connect: connection refused
chilly-garage-80867
09/18/2020, 12:30 AMchilly-garage-80867
09/18/2020, 12:30 AMchilly-garage-80867
09/18/2020, 12:30 AMchilly-garage-80867
09/18/2020, 12:30 AMchilly-garage-80867
09/18/2020, 12:32 AM::kubernetes:yaml:ConfigFile$kubernetes:<http://apiextensions.k8s.io/v1beta1:CustomResourceDefinition::images.caching.internal.knative.dev';|apiextensions.k8s.io/v1beta1:CustomResourceDefinition::images.caching.internal.knative.dev';> try giving it a unique name
chilly-garage-80867
09/18/2020, 3:28 AMException: invocation of kubernetes:yaml:decode returned an error: error converting YAML to JSON: yaml: line 128: mapping values are not allowed in this context
chilly-garage-80867
09/18/2020, 3:28 AMdamp-elephant-82829
09/18/2020, 6:44 PMdamp-elephant-82829
09/18/2020, 6:44 PMdamp-elephant-82829
09/18/2020, 6:44 PMdamp-table-85095
09/20/2020, 2:27 AMfierce-memory-34976
09/23/2020, 10:25 AMpulumi stack init dev --secrets-provider="gcpkms://<redacted>"
and in my code I have:
var config = new Config();
and later in code in an env var definition:
Value = config.RequireSecret("dev-db-connection-string")
and when i try pulumi up i still get:
Missing Required configuration variable 'projectName:dev-db-connection-string'
`please set a value using the command `pulumi config set projectName:dev-db-connection-string <value>``
the secret in GCP is called obviously dev-db-connection-string
what am I missing?damp-elephant-82829
09/25/2020, 10:10 AMdamp-elephant-82829
09/25/2020, 10:10 AMdamp-elephant-82829
09/25/2020, 10:10 AMdamp-elephant-82829
09/25/2020, 10:10 AMmicroscopic-pilot-97530
09/25/2020, 2:11 PM