UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Resolve "Upgrade elasticsearch-kibana package to 7.10.X versions"

1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -104,4 +104,6 @@ echo "Waiting on all jobs, deployments, statefulsets, and daemonsets"
kubectl wait --for=condition=available --timeout 600s -A deployment --all > /dev/null
wait_sts
wait_daemonset
kubectl wait --for=condition=complete --timeout 300s -A job --all > /dev/null
if ! kubectl get job -A 2> /dev/null; then
kubectl wait --for=condition=complete --timeout 300s -A job --all > /dev/null
fi
Loading