sparse-intern-71089
11/19/2019, 7:55 AMwhite-balloon-205
gorgeous-egg-16927
11/19/2019, 4:28 PMapps/v1beta1:Deployment
, but can’t guarantee that will be true in the future. We follow the upstream model with first-class support for N-2 versions, which currently means 1.14-1.16.
Short answer: standard k8s 1.11 stuff will most likely work as expectedfresh-potato-86877
11/19/2019, 6:30 PMwarning: extensions/v1beta1/Ingress is not supported by Kubernetes 1.16+ clusters. Use networking/v1beta1/Ingress instead.
But I can’t follow the advice because the k8s cluster behind is on v1.13 which doesn’t know anything about `networking/v1beta1/Ingress`…
One workaround we have in mind is going back to older versions of k8s plugin. But we are not sure whether that’s a good idea - or not 😉gorgeous-egg-16927
11/19/2019, 6:32 PMconst k8sProvider = new k8s.Provider("k8s-provider", {
suppressDeprecationWarnings: true,
});
fresh-potato-86877
11/19/2019, 6:51 PM