is there a way to suppress or configure warnings f...
# general
d
is there a way to suppress or configure warnings from Kubernetes resources? I’m getting a lot of deprecation notices like
warning: extensions/v1beta1/Deployment is not supported by Kubernetes 1.16+ clusters. Use apps/v1/Deployment instead.
from Helm charts I don’t have control over, when deploying to k8s 1.14
g
https://github.com/pulumi/pulumi-kubernetes/issues/806 — I’ll be adding a flag soon to suppress deprecation warnings