Skip to content

Commit

Permalink
updates to GA version of PodDisruptionBudget (knative#12548)
Browse files Browse the repository at this point in the history
  • Loading branch information
psschwei authored Jan 25, 2022
1 parent 1ac434d commit 046e275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/core/deployments/activator-hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
# Activator PDB. Currently we permit unavailability of 20% of tasks at the same time.
# Given the subsetting and that the activators are partially stateful systems, we want
# a slow rollout of the new versions and slow migration during node upgrades.
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: activator-pdb
Expand Down
2 changes: 1 addition & 1 deletion config/core/deployments/webhook-hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
averageUtilization: 100
---
# Webhook PDB.
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: webhook-pdb
Expand Down

0 comments on commit 046e275

Please sign in to comment.