-
Feature
-
Resolution: Done
-
Critical
-
None
-
0
-
0%
-
Todo
What
To prevent potential Camel K integrations downtime during OpenShift upgrades, a PodDisruptionBudget should be created for pods by the operator when the Integration CR is instantiated
How
A PDB resource should always be created. It should use maxUnavailable = 1.
This will work with a single replica as PDB will not get violated since a single replica is allowed to be unavailable.
- relates to
-
ENTESB-13661 Camel K operator Level 4
- Closed