Add pod disruption budget for keystone

This is the initial pod disruption budget that will serve as the template
for all services in OpenStack-Helm.

Partially-Implements: blueprint add-pod-disruption-budgets

Change-Id: I67eeaa66257e793f77a089f3bc0dd4b700638c63
This commit is contained in:
Larry Rensing
2017-05-16 15:28:20 +00:00
parent 9e3486380f
commit 2cfabc43bf
4 changed files with 43 additions and 0 deletions

View File

@@ -28,6 +28,11 @@ that those resources can be updated without deleting and redeploying the
service and can be treated like any other upgrade, such as a container
image change.
Note: Rolling update values can conflict with values defined in each
service's PodDisruptionBudget. See
`here <../../../html/operator/kubernetes.html#pod-disruption-budgets>`_
for more information.
This is accomplished with the following annotation:
::