Modify Manifest Statefulset Wait Parms

For the statefulsets being launched, we want to wait until
all pods in the statefulset go ready before moving on to
creating/updating other pods.

Story: 2005733
Task: 37303

Change-Id: I06b6c63574778f83944bbf96c4fadc4312b8682b
Signed-off-by: Kevin Smith <kevin.smith@windriver.com>
This commit is contained in:
Kevin Smith 2019-10-25 13:49:35 -04:00
parent a796ef7fba
commit 287bcb3d64
1 changed files with 16 additions and 0 deletions

View File

@ -104,6 +104,10 @@ data:
masterService: 'mon-elasticsearch-data-headless, mon-elasticsearch-master'
podManagementPolicy: OrderedReady
wait:
resources:
- labels:
release: mon-elasticsearch-data
type: statefulset
labels:
release: mon-elasticsearch-data
timeout: 600
@ -174,6 +178,10 @@ data:
masterService: 'mon-elasticsearch-data-headless, mon-elasticsearch-master'
podManagementPolicy: OrderedReady
wait:
resources:
- labels:
release: mon-elasticsearch-client
type: statefulset
labels:
release: mon-elasticsearch-client
timeout: 600
@ -224,6 +232,10 @@ data:
masterService: 'mon-elasticsearch-data-headless, mon-elasticsearch-master'
podManagementPolicy: OrderedReady
wait:
resources:
- labels:
release: mon-elasticsearch-master
type: statefulset
labels:
release: mon-elasticsearch-master
timeout: 600
@ -626,6 +638,10 @@ data:
release: logstash
namespace: monitor
wait:
resources:
- labels:
release: mon-logstash
type: statefulset
timeout: 600
labels:
release: mon-logstash