File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -285,13 +285,14 @@ mongodb_sharded() {
285285
286286 kubectl apply -f " $base_yaml_path "
287287
288- kubectl rollout status statefulset data-db-mongodb-sharded-mongos --timeout=5m
289- kubectl rollout status statefulset data-db-mongodb-sharded-configsvr --timeout=5m
288+ kubectl rollout status statefulset data-db-mongodb-sharded-configsvr --timeout=10m
290289
291290 for (( i= 0 ; i< MONGODB_SHARD_COUNT; i++ )) ; do
292- kubectl rollout status statefulset " data-db-mongodb-sharded-shard${i} -data" --timeout=5m
291+ kubectl rollout status statefulset " data-db-mongodb-sharded-shard${i} -data" --timeout=10m
293292 done
294293
294+ kubectl rollout status statefulset data-db-mongodb-sharded-mongos --timeout=10m
295+
295296 retry mongodb_wait_for_shards " no shards found"
296297
297298 kubectl exec -t data-db-mongodb-sharded-mongos-0 -- \
You can’t perform that action at this time.
0 commit comments