Skip to content

Commit

Permalink
add pdb fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skonto committed Jul 29, 2022
1 parent 98eb735 commit 1790632
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions openshift/release/manifest-patches/003-serving-pdb.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@ diff --git a/openshift/release/artifacts/2-serving-core.yaml b/openshift/release
index 1616f3311..ecc27ee95 100644
--- a/openshift/release/artifacts/2-serving-core.yaml
+++ b/openshift/release/artifacts/2-serving-core.yaml
@@ -4873,7 +4873,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/v1
+apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: activator-pdb
@@ -5560,7 +5560,7 @@ spec:
averageUtilization: 100
---
# Webhook PDB.
-apiVersion: policy/v1
+apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: webhook-pdb
@@ -4883,7 +4883,7 @@ metadata:
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "REPLACE_VERSION"
Expand Down

0 comments on commit 1790632

Please sign in to comment.