This commit is contained in:
reyesj2
2026-08-24 10:04:12 -05:00
parent afec951473
commit fa536e24c6
+1 -1
View File
@@ -456,7 +456,7 @@ get_soup_script_hashes() {
highstate() {
# Run a highstate with a retry attempt.
local highstate_cmd=("salt-call state.highstate -l info queue=True")
local highstate_cmd=(salt-call state.highstate -l info queue=True)
if [[ "$es_version" != "$target_es_version" ]]; then
echo "Elasticsearch upgrade is scheduled. While the upgrade is in progress, skip health checks for services expected to be temporarily unavailable."
highstate_cmd+=('pillar={"soup":{"skip_health_checks":true}}')