Skip to content

Added Pod Disruption Budget to the Standard Helm

Mahsa Hanifi requested to merge mahsa/pdb-pattern-ddms into master

PDB (Pod Disruption Budget) is added to the standard helm charts. After this deployment only 1 node could be evicted at time, the default for maximum unavailable nodes is set to 1, if the max unavailable flag is set to anything less than 1 the availability of the number of nodes will change accordingly.

Merge request reports