-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: invocation of kubernetes:yaml:decode returned an error: Unknown Invoke type 'kubernetes:yaml:decode' #978
Comments
This is actually blocking us on all projects that include helm. |
@nesl247 What does |
@lukehoban Here's the list I got from him in chat:
|
Debugging info provided in a PM to you @lukehoban. I'm pretty sure #925 is the cause of this issue. |
So the issue appears to be that for some reason your deployment is trying to load Two things:
|
Hi, So I ran |
@lukehoban I am seeing this same issue. No one else I work with can repro it though. Is there any info you'd like from my environment that could help debug? |
@nesl247 @RichardWLaub If you also |
Resolved for me after running |
@nesl247 Curious - do you also have a locally built version of Kubernetes provider on your
That turned out to be the issue for @RichardWLaub . |
No, I do not have any locally built version. I also tried to remove 1.4.1, but it reinstalls because that's what is currently used int he stack, and I get the same error. |
Looking forward to trying out the fix. Thank you so much! |
@nesl247 Can you try with the |
I was able to test it out and it worked. |
Great! I'm in the process of cutting the 1.5.1 release now, which includes this fix. |
Problem description
We are getting
Error: invocation of kubernetes:yaml:decode returned an error: Unknown Invoke type 'kubernetes:yaml:decode'
when runningpulumi up
in one of our projects.Errors & Logs
Affected product version(s)
Running v1.9.1
The text was updated successfully, but these errors were encountered: