sparse-intern-71089
01/28/2020, 10:35 AMfaint-motherboard-95438
01/28/2020, 11:01 AMextensions.v1beta1.Ingress
to networking.v1beta1.Ingress
which apparently did not work as expected. I reversed to extensions.v1beta1.Ingress
and it’s working again.
But that’s confusing, deprecation warning to replace apiVersion but the pulumi typing does not seem to know about them ?stocky-island-3676
01/28/2020, 4:26 PMnetworking.v1beta1.Ingress
was implemented in K8s version 1.14. Your K8s cluster is on 1.13. That’s why it didn’t work. See @orange-policeman-59119’s really good overview about K8s API resource changes: https://github.com/pulumi/pulumi-kubernetes/issues/919#issue-538623553
The error message is from the K8s API server, though.faint-motherboard-95438
01/28/2020, 4:37 PM1.13
pulumi should not raise a warning about something that is not relevant in the current cluster and is actually misleading, should it ?faint-motherboard-95438
01/28/2020, 4:38 PMstocky-island-3676
01/28/2020, 4:45 PMpulumi-kubernetes
just recently supports also older versions down to 1.9. https://github.com/pulumi/pulumi-kubernetes/pull/911/files#diff-04c6e90faac2675aa89e2176d2eec7d8
Therefore there should be an error message & hints.
Do you mind creating an issue there? Thanks.stocky-island-3676
01/28/2020, 4:47 PMpulumi-kubernetes
.faint-motherboard-95438
01/28/2020, 6:53 PMstocky-island-3676
01/28/2020, 7:05 PM