Levi Blackstone

Results 161 comments of Levi Blackstone

Based on https://github.com/pulumi/pulumi-eks/issues/510#issuecomment-764703578 it seems like that volume type wouldn't actually work without further changes to the cluster. It looks like this PR just loosens the typing to allow `gp3`,...

Can you check if the [transformations workaround](https://github.com/pulumi/pulumi-eks/issues/570#issuecomment-829343861) works for you? I don't have an update on scheduling for this issue, but you can upvote issues to help us determine priority.

It should be possible to work around this limitation for now using a transformation. Something like the following should work: ```typescript { transformations: [ // Update all RolePolicyAttachment resources to...

We could also fix this on the k8s provider side and try to stringify the kubeconfig there before failing.

Looks like the new test is failing. Will need to be fixed before merging

We paused new feature development for kubernetesx while we were developing multi-language component support. Once we've decided how to [support other languages in kx](https://github.com/pulumi/pulumi-kubernetesx/issues/71), it should be straightforward to add...

Note: The tests still aren't quite working, and I opened https://github.com/pulumi/pulumi-kubernetes/pull/2088 with a more minimal change. Moving this to draft and will follow up on it another time.

It looks like there are a few breaking changes we'll need to look into. We should have until the final release on [August 23](https://github.com/kubernetes/sig-release/tree/master/releases/release-1.25) to get this fixed.

I took a look at the breaking changes and found the following: - EndpointHints" missing - This "beta" resource was removed, so no action needed. - ForZone missing - This...

Adding this to the Kubernetes provider has not been prioritized, but I believe all of the original use cases can be covered with the use of the [pulumi-command provider](https://github.com/pulumi/pulumi-command), or...