-
Bug
-
Resolution: Done
-
Blocker
-
1.12.0
-
None
-
False
-
False
-
Undefined
-
-
Serverless Sprint 193
KnativeServing creates 2 activators by default.
activator-pdb PodDisruptionBudget is created with "minAvailable: 80%", which means it won't allow any disruptions with just 2 activators.
No allowed disruptions will block OCP/node upgrades.
spec:
minAvailable: 80%
selector:
matchLabels:
app: activator
status:
currentHealthy: 2
desiredHealthy: 2
disruptionsAllowed: 0
expectedPods: 2
observedGeneration: 1