From 087607fbd01678816dc43b6622dda38415f438f1 Mon Sep 17 00:00:00 2001 From: sj-williams Date: Tue, 12 Mar 2024 14:20:55 +0000 Subject: [PATCH 1/2] add optional branch flag for pipeline delete command note --- runbooks/source/delete-cluster.html.md.erb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/runbooks/source/delete-cluster.html.md.erb b/runbooks/source/delete-cluster.html.md.erb index 722cc609..16af215d 100644 --- a/runbooks/source/delete-cluster.html.md.erb +++ b/runbooks/source/delete-cluster.html.md.erb @@ -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 --branch-name +``` + ## Delete an EKS cluster manually Follow these steps, to delete the EKS cluster. From bd925b101c4beffed0601a3e924e0e66631088e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 12 Mar 2024 14:21:39 +0000 Subject: [PATCH 2/2] Commit changes made by code formatters --- runbooks/source/delete-cluster.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runbooks/source/delete-cluster.html.md.erb b/runbooks/source/delete-cluster.html.md.erb index 16af215d..21179832 100644 --- a/runbooks/source/delete-cluster.html.md.erb +++ b/runbooks/source/delete-cluster.html.md.erb @@ -50,7 +50,7 @@ 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: +main branch impossible, you can optionally pass your branch name to use that terraform source instead: ``` cloud-platform pipeline delete-cluster --cluster-name --branch-name