Does anyone have advice on silencing helm warnings...
# kubernetes
e
Does anyone have advice on silencing helm warnings? Every time I run I get 1000 warnings about CRD fields that will be deprecated in 3 versions and all the unsupported hook stuff.
g
https://github.com/pulumi/pulumi-kubernetes/issues/1417 You can use the Provider flag to suppress these warnings: https://www.pulumi.com/docs/reference/pkg/kubernetes/provider/#suppressdeprecationwarnings_nodejs I am planning to revise this feature to be much less verbose in the future, but feel free to chime in on that issue if you have additional feedback.
e
thank you!