Skip to content

Commit

Permalink
Support k8s 1.25 in Calico Manifest
Browse files Browse the repository at this point in the history
PodDisruptionBudget is `policy/v1` since 1.21.

projectcalico/calico#4570

Change-Id: I07786095a30ae15fe856fd3966fc073267d2ae9d
  • Loading branch information
dalees committed Mar 20, 2023
1 parent b7092d3 commit 5abcab4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4441,7 +4441,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
Expand Down

0 comments on commit 5abcab4

Please sign in to comment.