Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): Update zombie execution info #350

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 7 additions & 1 deletion content/en/docs/guides/runbooks/orca-zombie-executions.md
Expand Up @@ -104,7 +104,13 @@ If any part of an Execution cannot be re-hydrated, the entire Execution will be
## Cancel the Execution

If the Execution cannot be rehydrated, it will need to be canceled.
You can cancel the Execution via the UI or force cancellation via an Orca admin API:

> Note: Prior to Spinnaker 1.32.0, cancelling a zombied execution via the UI
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're in a strange in-between state...where 1.31.0 hasn't been released yet, but the branches are cut and it may have been tagged. I guess we can update this with 1.31.x / 1.30.x as backports happen.

Seems worth mentioning spinnaker/spinnaker#6224 here too, yes?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this will make it into 1.31.1, and once spinnaker/orca#4478 is in, it'll be headed for 1.30.3.

> did not work. If you still encounter issues cancelling executions via the UI please
> open a [GitHub issue](https://github.com/spinnaker/spinnaker/issues/new).

If cancelling an executuon from Deck does not work, you can force cancellation
via an Orca admin API:

```
PUT /admin/forceCancelExecution?executionId=01CS076X85RX6MWBTQ0VGBF8VX&executionType=PIPELINE
Expand Down