mirror of
https://github.com/vacp2p/10ksim.git
synced 2025-02-24 20:18:14 +00:00
7 lines
341 B
Bash
Executable File
7 lines
341 B
Bash
Executable File
kubectl apply -f bootstrap.yaml
|
|
kubectl rollout status --watch --timeout=30000s statefulset/bootstrap -n zerotesting
|
|
kubectl apply -f midstrap.yaml
|
|
kubectl rollout status --watch --timeout=30000s statefulset/midstrap -n zerotesting
|
|
kubectl apply -f nodes.yaml
|
|
kubectl rollout status --watch --timeout=30000s statefulset/nodes -n zerotesting
|