Skip to content

Commit

Permalink
fix: add in rerunning stage section
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebell committed Nov 27, 2024
1 parent cdb4ea9 commit 390c032
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion runbooks/source/create-custom-cluster.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 390c032

Please sign in to comment.