Updated deployment script

This commit is contained in:
Benjamin Arntzen 2024-03-04 13:44:34 +00:00
parent 584bf53d0f
commit 00855d8a12

View File

@ -3,4 +3,6 @@ kubectl rollout status --watch --timeout=30000s statefulset/bootstrap -n zerotes
kubectl apply -f midstrap.yaml kubectl apply -f midstrap.yaml
kubectl rollout status --watch --timeout=30000s statefulset/midstrap -n zerotesting kubectl rollout status --watch --timeout=30000s statefulset/midstrap -n zerotesting
kubectl apply -f nodes.yaml kubectl apply -f nodes.yaml
kubectl rollout status --watch --timeout=30000s statefulset/nodes -n zerotesting echo "We have deployed all nodes, please watch Prometheus or Grafana to see when they have reached a healthy state."
echo "Please note you cannot (yet) rely on the Ready state as it does not actually indicate an unhealthy peer, just one that is not ready for bootstrapping from."
#kubectl rollout status --watch --timeout=30000s statefulset/nodes -n zerotesting