This message was deleted.
# general
s
This message was deleted.
w
Pulumi aliases compatible Kubernetes API versions so that you should be able to upgrade from older to newer api versions. Are you seeing this not happen correctly in some case?
o
Nope, was just curious before I attempted to make the change.
Helm did the wrong thing here, so it's nice knowing there's another thing Pulumi might already be doing better
👍 1
@ambitious-intern-89629 is this the complete list of aliases that the k8s provider uses? https://github.com/pulumi/pulumi-kubernetes/blob/a28147b62124436883b58a3caf0f1c35b552e1f2/pkg/await/version.go
w
It looks like the list is here: https://github.com/pulumi/pulumi-kubernetes/blob/ed51f394f0ee06bce2079139f9e52ee0c8367d42/pkg/gen/typegen.go#L1206 I do suspect that list is not complete - if you see anything missing - please do open an issue. Also cc @gorgeous-egg-16927.
o
@white-balloon-205 @gorgeous-egg-16927: https://github.com/pulumi/pulumi-kubernetes/issues/919
w
Great - thanks!
g
Thanks for pulling that together. I did just fix a bug with the Ingress deprecation notice that hasn’t yet released, but you can test it out with the
dev
tag. https://github.com/pulumi/pulumi-kubernetes/pull/918 I’ll add entries for the other Kinds soon