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

Error: failed to become available within allocated timeout - helm YAML example

Open terekete opened this issue 10 months ago • 1 comments

What happened?

Version

minikube: v1.32.0 pulumi: v3.111.1

Scenario

Running the default Pulumi YAML Kubernetes Helm example - ingress controller getting this error when running pulumi up.

output

Diagnostics:
  pulumi:pulumi:Stack (helm_test-helm_test):
    error: update failed

  kubernetes:helm.sh/v3:Release (ingresscontroller):
    warning: Helm release "ingresscontroller-1927c9a5" was created but has a failed status. Use the `helm` command to investigate the error, correct it, then retry. Reason: timed out waiting for the condition
    error: 1 error occurred:
    	* Helm release "nginx-ingress/ingresscontroller-1927c9a5" was created, but failed to initialize completely. Use Helm CLI to investigate.: failed to become available within allocated timeout. Error: Helm Release nginx-ingress/ingresscontroller-1927c9a5: timed out waiting for the condition

Resources: + 2 created

Duration: 5m5s

Example

  • default ingress controller example

Output of pulumi about

CLI
Version 3.111.1 Go Version go1.22.1 Go Compiler gc

Plugins NAME VERSION yaml unknown

Host
OS darwin Version 14.1.2 Arch arm64

This project is written in yaml

Current Stack: organization/helm_test/helm_test

TYPE URN pulumi:pulumi:Stack urn:pulumi:helm_test::helm_test::pulumi:pulumi:Stack::helm_test-helm_test pulumi:providers:kubernetes urn:pulumi:helm_test::helm_test::pulumi:providers:kubernetes::default kubernetes:core/v1:Namespace urn:pulumi:helm_test::helm_test::kubernetes:core/v1:Namespace::ingressns kubernetes:helm.sh/v3:Release urn:pulumi:helm_test::helm_test::kubernetes:helm.sh/v3:Release::ingresscontroller

Found no pending operations associated with helm_test

Backend
Name rocket URL gs://pulumi-kube-state User rocket_ma Organizations
Token type personal

No dependencies found

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

terekete avatar Mar 29 '24 15:03 terekete

@terekete Sorry that you're facing difficulties creating these resources. Would you be able to provide the code that you're attempting to run pulumi up on as well? Thanks.

rquitales avatar Mar 29 '24 21:03 rquitales

Since we haven't heard back, I'll assume the issue is not relevant anymore and close it as non-actionable. Please provide us with a code repro if it's still relevant.

mikhailshilkov avatar May 08 '24 16:05 mikhailshilkov