From 27db979281c783061ae63353c4abbcadb5109c80 Mon Sep 17 00:00:00 2001 From: sravula84 <119365902+sravula84@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:27:29 -0700 Subject: [PATCH 1/3] Update README.md --- charts/gha-runner-scale-set/README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/charts/gha-runner-scale-set/README.md b/charts/gha-runner-scale-set/README.md index d4809240..773963aa 100644 --- a/charts/gha-runner-scale-set/README.md +++ b/charts/gha-runner-scale-set/README.md @@ -6,12 +6,28 @@ cluster : gke_prosper-nonprod-platform_us-west1_nonprod-us-west1-util02 namespace : prosper-runners +## Helm Release names + +* helm ls + +❯ helm ls + +NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION +prosper-linux-np prosper-runners 1 2024-04-18 13:19:02.480947 -0700 PDT deployed gha-runner-scale-set-0.9.1 0.9.1 +prosper-runner-controller prosper-runners 1 2024-04-18 13:18:00.067012 -0700 PDT deployed gha-runner-scale-set-controller-0.9.1 0.9.1 + + + +# TODO fill in the above with copy and paste style of commands. + + ## Restart Sequence + +* helm install prosper-runner-controller . from controller directory +* helm install prosper-linux-np . from scale set directory * helm uninstall ... from controller directory * helm uninstall ... from scale set directory -* helm install ... from controller directory -* helm install ... from scale set directory # TODO fill in the above with copy and paste style of commands. From 83768d3a961b077ee7277f7c631d0dd8cf835193 Mon Sep 17 00:00:00 2001 From: sravula84 <119365902+sravula84@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:28:30 -0700 Subject: [PATCH 2/3] Update README.md --- charts/gha-runner-scale-set/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gha-runner-scale-set/README.md b/charts/gha-runner-scale-set/README.md index 773963aa..407507d1 100644 --- a/charts/gha-runner-scale-set/README.md +++ b/charts/gha-runner-scale-set/README.md @@ -11,11 +11,11 @@ namespace : prosper-runners * helm ls ❯ helm ls - +```bash NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION prosper-linux-np prosper-runners 1 2024-04-18 13:19:02.480947 -0700 PDT deployed gha-runner-scale-set-0.9.1 0.9.1 prosper-runner-controller prosper-runners 1 2024-04-18 13:18:00.067012 -0700 PDT deployed gha-runner-scale-set-controller-0.9.1 0.9.1 - +``` # TODO fill in the above with copy and paste style of commands. From b964801a85e5ad744eeb7f933e45d839068f5656 Mon Sep 17 00:00:00 2001 From: sravula84 <119365902+sravula84@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:29:01 -0700 Subject: [PATCH 3/3] Update README.md --- charts/gha-runner-scale-set/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/gha-runner-scale-set/README.md b/charts/gha-runner-scale-set/README.md index 407507d1..2430039d 100644 --- a/charts/gha-runner-scale-set/README.md +++ b/charts/gha-runner-scale-set/README.md @@ -1,9 +1,11 @@ # Prosper Runner Scale set installation steps +```bash GCP Porject : prosper-nonprod-platform cluster : gke_prosper-nonprod-platform_us-west1_nonprod-us-west1-util02 namespace : prosper-runners +``` ## Helm Release names