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 @@ -279,13 +279,14 @@ mongodb_sharded() {
279279
280280 kubectl apply -f " $base_yaml_path "
281281
282- kubectl rollout status statefulset data-db-mongodb-sharded-mongos --timeout=5m
283- kubectl rollout status statefulset data-db-mongodb-sharded-configsvr --timeout=5m
282+ kubectl rollout status statefulset data-db-mongodb-sharded-configsvr --timeout=10m
284283
285284 for (( i= 0 ; i< MONGODB_SHARD_COUNT; i++ )) ; do
286- kubectl rollout status statefulset " data-db-mongodb-sharded-shard${i} -data" --timeout=5m
285+ kubectl rollout status statefulset " data-db-mongodb-sharded-shard${i} -data" --timeout=10m
287286 done
288287
288+ kubectl rollout status statefulset data-db-mongodb-sharded-mongos --timeout=10m
289+
289290 retry mongodb_wait_for_shards " no shards found"
290291
291292 kubectl exec -t data-db-mongodb-sharded-mongos-0 -- \
You can’t perform that action at this time.
0 commit comments