pulumi k8s helm refuses to deploy a helm chart wit...
# general
r
pulumi k8s helm refuses to deploy a helm chart with an ingress with
apiVersion "extensions/v1beta1" was removed in Kubernetes 1.16
but this will continue to be served until 1.20. Is this a bug or is there a parameter to get around this? See <https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.16.md#deprecations-and-removals>
w
You can set
kubernetes:suppressDeprecationWarnings
config variable to avoid getting this feedback. If you are seeing one that is incorrect - please do open an issue.