Skip to content

Commit

Permalink
docs: ✏️ fix some typos and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sj-williams committed Jul 8, 2024
1 parent 338b0bd commit 1e1eba8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions runbooks/source/eks-cluster.html.md.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: EKS Cluster
weight: 350
last_reviewed_on: 2024-03-18
last_reviewed_on: 2024-07-08
review_in: 6 months
---

Expand Down Expand Up @@ -167,8 +167,8 @@ terraform apply

[cluster build pipeline]: https://concourse.cloud-platform.service.justice.gov.uk/teams/main/pipelines/create-cluster

# Provisiong a custom cluster
## Provisioning a custom cluster

If you working on a task that involves changing/adding cluster configuration or components, you can have Concourse execute a clean cluster build for you based off your working infrastructure branch. Refer to the instructions detailed in the Concourse repository [pipelines README](https://github.com/ministryofjustice/cloud-platform-terraform-concourse/blob/main/pipelines/README.md#custom-cluster-pipeline) for the steps to follow.
If you're working on a task that involves changing/adding cluster configuration or components, you can have Concourse execute a clean cluster build for you based off your working infrastructure branch. Refer to the instructions detailed in the Concourse repository [pipelines README](https://github.com/ministryofjustice/cloud-platform-terraform-concourse/blob/main/pipelines/README.md#custom-cluster-pipeline) for the steps to follow.

Once you're done with your customised cluster, you can have Concourse delete it for you using the branch flag of the [CLI delete-cluster command](https://runbooks.cloud-platform.service.justice.gov.uk/delete-cluster.html#delete-the-cluster-with-concourse-delete-cluster-pipeline).
Once you're done with your customised cluster, you can pass your infrastructure branch name to the branch flag of the [CLI delete-cluster command](https://runbooks.cloud-platform.service.justice.gov.uk/delete-cluster.html#delete-the-cluster-with-concourse-delete-cluster-pipeline).

0 comments on commit 1e1eba8

Please sign in to comment.