Daniel Bradley
Daniel Bradley
Thanks, yes this is an enhancement to existing behaviour so will categorise as such.
[Error source](https://github.com/pulumi/pulumi-eks/actions/runs/3198894820/jobs/5224064435#step:26:1532) for anyone looking: ``` Error Trace: examples_py_test.go:68 program.go:1611 program.go:1281 Error: Should NOT be empty, but was Test: TestAccClusterPy examples_py_test.go:69: Error Trace: examples_py_test.go:69 program.go:1611 program.go:1281 Error: Should NOT be...
Thanks for the stack trace - that's super helpful. It looks like the command `kubectl version --output=json` is returning something that is not JSON. Executing that command on your machine...
Hello! Do you have a link to an example or tutorial using a different technology (or even just the UI) for building a GraphQL API which covers what you'd want...
If you're interested in submitting this as a Pull Request that'd be great! It looks from an initial read that it should be backwards compatible and able to be incorporated.
Following an internal conversation, we might not be able to release this immeidately as this component isn't actively supported - meaning some of the release mechanism requires additional updates which...
No, this is different - rather than the token for the resource type - this is showing the actual types for args (what's passed into a resource) that will be...
Thanks for writing this up. I've put this onto our planning board for consideration in future iterations. This might indeed be a good fit for the EKS component package instead...
[Here's some notes I made on why this is broken](https://github.com/pulumi/pulumi-kubernetes/issues/2188#issuecomment-1256442951). I think the fix is as simple as [reversing the arguments in the provider call](https://github.com/pulumi/pulumi-kubernetes/blob/3c1b35cb3e183d572f374ff28b0505c4e412464c/provider/pkg/provider/helm_release.go#L307).
Hello, thanks for detailing your issue! Just to clarify - does the suggestion in the error help at all (try 'helm repo update')? I'm unaware of the caching semantics in...