Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Fix waiting for sts
Browse files Browse the repository at this point in the history
  • Loading branch information
aajimal committed Mar 11, 2024
1 parent c8cb074 commit 210751c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ delete-sequencer-validator name=validatorName:
helm uninstall {{name}}-sequencer-chart -n astria-validator-{{name}}
delete-sequencer-validators: (delete-sequencer-validator "node0") (delete-sequencer-validator "node1") (delete-sequencer-validator "node2")

# https://github.com/kubernetes/kubernetes/issues/79606#issuecomment-779779928
wait-for-sequencer:
kubectl wait -n astria-dev-cluster deployment celestia-local --for=condition=Available=True --timeout=600s
kubectl wait -n astria-dev-cluster deployment sequencer --for=condition=Available=True --timeout=600s
kubectl wait -n astria-dev-cluster rollout status --watch --timeout=600s statefulset/sequencer

defaultRollupName := "astria"
defaultNetworkId := ""
Expand Down

0 comments on commit 210751c

Please sign in to comment.