From 15ffce6ac29bffe4940743037eff4674b9ce7f5f Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 16 May 2021 22:48:51 +0200 Subject: [PATCH] switch to policy/v1 Warning: policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget --- v3-calico/calico.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3-calico/calico.yaml b/v3-calico/calico.yaml index 56934af..4738b67 100644 --- a/v3-calico/calico.yaml +++ b/v3-calico/calico.yaml @@ -3870,7 +3870,7 @@ metadata: # This manifest creates a Pod Disruption Budget for Controller to allow K8s Cluster Autoscaler to evict -apiVersion: policy/v1beta1 +apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: calico-kube-controllers