Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion release/start-acs/start-acs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
source "${STACKROX_DIR}"/deploy/common/deploy.sh

if kubectl -n stackrox get deploy/central; then
gh_log error "Central is already running"
gh_log error "Central is already running. It means that you are trying to deploy ACS to a cluster where it is already deployed. This can happen if you try to create a long-running cluster for a release candicate when the such a cluster already exists. Try looking for another workflow that created the cluster."
exit 1
fi

Expand Down
Loading