Skip to content

Commit

Permalink
Merge pull request #5381 from ministryofjustice/delete-cluster-branch…
Browse files Browse the repository at this point in the history
…-option

add optional branch flag for pipeline delete command note
  • Loading branch information
sj-williams authored Mar 12, 2024
2 parents 879b5be + bd925b1 commit 9fd9237
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions runbooks/source/delete-cluster.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ configuration updated
started delete-cluster/delete #123
```

Additionally, if you've made changes in your infrastructure branch that render a destroy from the
main branch impossible, you can optionally pass your branch name to use that terraform source instead:

```
cloud-platform pipeline delete-cluster --cluster-name <cluster-name> --branch-name <your-branch-name>
```

## Delete an EKS cluster manually

Follow these steps, to delete the EKS cluster.
Expand Down

0 comments on commit 9fd9237

Please sign in to comment.