pulumi / pulumi-kubernetes

A Pulumi resource provider for Kubernetes to manage API resources and workloads in running clusters
https://www.pulumi.com/docs/reference/clouds/kubernetes/
Apache License 2.0
406 stars 115 forks source link

Workflow failure: build #2986

Closed pulumi-bot closed 5 months ago

pulumi-bot commented 5 months ago

Workflow Failure

build has failed. See the list of failures below:

blampe commented 5 months ago
  * Error waiting for creating GKE cluster: timeout while waiting for state to become 'DONE' (last state: 'RUNNING', timeout: 40m0s)

Retrying.

blampe commented 5 months ago

Retrying again.

blampe commented 5 months ago

Very odd - we're seeing https://github.com/pulumi/pulumi-kubernetes/issues/2985 on CI but d336fa0207 is the only thing that's changed recently.

<ref *1> Error: invocation of kubernetes:helm:template returned an error: failed to generate YAML for specified Helm chart: could not get server version from Kubernetes: Get "https://34.168.166.78/version?timeout=32s": dial tcp 34.168.166.78:443: i/o timeout
rquitales commented 5 months ago

There are also other non-helm related timeout error in the build:

error: configured Kubernetes cluster is unreachable: unable to load schema information from the API server: Get "https://34.168.166.78/openapi/v2?timeout=32s": dial tcp 34.168.166.78:443: i/o timeout

I've occasionally seen connection issues with GKE. Attempting another re-run to verify.

rquitales commented 5 months ago

Might be related to this typo: https://github.com/pulumi/pulumi-kubernetes/pull/2984/files#r1586916653

rquitales commented 5 months ago

Resolved with #2898