Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions openshift/release/artifacts/2-serving-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -5560,7 +5560,7 @@ spec:
averageUtilization: 100
---
# Webhook PDB.
apiVersion: policy/v1
apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: webhook-pdb
Expand Down
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: "1.4.0"
Expand Down