important-jackal-88836
05/22/2020, 3:35 AMsuppressDeprecationWarnings
is on by default now.gorgeous-egg-16927
05/22/2020, 3:52 PMimportant-jackal-88836
05/22/2020, 7:04 PMwarning: apps/v1beta2/Deployment is deprecated by apps/v1/Deployment and not supported by Kubernetes v1.16+ clusters.
warning: apps/v1beta2/Deployment is deprecated by apps/v1/Deployment and not supported by Kubernetes v1.16+ clusters.
warning: extensions/v1beta1/Ingress is deprecated by networking/v1beta1/Ingress and not supported by Kubernetes v1.20+ clusters.
warning: apps/v1beta2/Deployment is deprecated by apps/v1/Deployment and not supported by Kubernetes v1.16+ clusters.
warning: apps/v1beta2/Deployment is deprecated by apps/v1/Deployment and not supported by Kubernetes v1.16+ clusters.
warning: apps/v1beta2/Deployment is deprecated by apps/v1/Deployment and not supported by Kubernetes v1.16+ clusters.
These warnings disappeared after updating the plugin. I certainly didn't fix the deprecation though I was getting around to it I swear. 😅kubectl deprecations
but it was nice to have the reminders in pulumi.gorgeous-egg-16927
05/22/2020, 8:33 PMimportant-jackal-88836
05/22/2020, 8:38 PMpulumi
cli and latest @pulumi/kubernetes
and the warnings came back. 👍 Must have been some flakely combination of dependencies I had sorry.gorgeous-egg-16927
05/22/2020, 9:33 PMnode_modules
and do a fresh npm install
and that usually fixes it