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

feat: add runbook on custom cluster #6500

Merged
merged 2 commits into from
Nov 28, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
fix: add in rerunning stage section
mikebell committed Nov 27, 2024
commit 390c032a5cd31e0375f5da3917a48f5d46a5e2c4
8 changes: 7 additions & 1 deletion runbooks/source/create-custom-cluster.html.md.erb
Original file line number Diff line number Diff line change
@@ -29,7 +29,13 @@ You need to pass both `branch_name` and `cluster_name` to the command.

## Rerunning stages in the create custom cluster pipeline

@TODO
If you need to re-run a plan or apply at any stage after the cluster has been created you can do this by running the following:

```
fly -t moj-cp set-pipeline --pipeline custom-cluster --config pipelines/manager/main/custom-cluster.yaml -v branch_name=migrate-eks-csi -v cluster_name=tp-0000-0000
```

Then you can select the step in the pipeline that you'd like to re-run.

## Run integration tests against custom cluster