This message was deleted.
# kubernetes
s
This message was deleted.
g
Those warnings are just giving you a heads up that those apiVersions will stop working once the cluster version hits 1.16 so that you have time to fix your deployments before then. If you don’t want to see those warnings, you can disable them with https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/kubernetes/#ProviderArgs-suppressDeprecationWarnings
h
Thanks @gorgeous-egg-16927 for pointing out the flag and your explanation. This answers my question.
👍 1