Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlardier committed Jan 2, 2025
1 parent 2b1e198 commit 7af1c70
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/scripts/end2end/install-kind-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,8 @@ mongodb_sharded() {
kubectl apply -k "${DIR}"

kubectl rollout status statefulset data-db-mongodb-sharded-mongos --timeout=5m
# display logs of mongos
kubectl logs -f statefulset/data-db-mongodb-sharded-mongos
kubectl rollout status statefulset data-db-mongodb-sharded-configsvr --timeout=5m


for ((i=0; i<MONGODB_SHARD_COUNT; i++)); do
kubectl rollout status statefulset "data-db-mongodb-sharded-shard${i}-data"
done
Expand Down

0 comments on commit 7af1c70

Please sign in to comment.