actions-runner-controller/charts/gha-runner-scale-set
jbss-prosper 9bc4a8a9d6
Update README.md for scale set prosper specific
2024-04-18 07:25:52 -07:00
..
ci Create separate chart validation workflow for gha-* charts. (#2393) 2023-03-13 12:44:54 -04:00
templates Update _helpers.tpl 2024-04-17 14:20:29 -07:00
tests Add annotation with values hash to re-create listener (#3195) 2024-03-19 14:29:49 +01:00
.helmignore Rename actions-runner-controller-2 and auto-scaling-runner-set helm charts (#2333) 2023-03-01 07:16:03 -05:00
Chart.yaml Prepare 0.9.1 release (#3448) 2024-04-17 10:51:28 +02:00
README.md Update README.md for scale set prosper specific 2024-04-18 07:25:52 -07:00
values.yaml Update values.yaml 2024-04-17 14:20:49 -07:00

README.md

Prosper Runner Scale set installation steps

GCP Porject : prosper-nonprod-platform cluster : gke_prosper-nonprod-platform_us-west1_nonprod-us-west1-util02 namespace : prosper-runners

Pods

The scale set consists of two managing pods make sure to run the helm command from the Charts --- gha-runner-scale-set-controller directory

 helm ls

NAME                     	NAMESPACE      	REVISION	UPDATED                             	STATUS  	CHART                                	APP VERSION
prosper-linux-np         	prosper-runners	5       	2024-04-17 14:10:37.697746 -0700 PDT	deployed	gha-runner-scale-set-0.9.0           	0.9.0
prosper-runner-controller	prosper-runners	1       	2024-04-15 13:09:45.65406 -0700 PDT 	deployed	gha-runner-scale-set-controller-0.9.0	0.9.0

Clone the actions runner controller repo

Goto --> Charts --- gha-runner-scale-set-controller

            helm upgrade prosper-runner-controller .

Goto --> Charts --- gha-runner-scale-set-controller

            helm upgrade prosper-linux-np .

TODO

  1. I am a little confused about the above as you list two pods both prosper-runner-controller and prosper-linux-np as these two different scale sets? I thought the scale set consisted of a listener and a controller. Maybe this is still a work in progress. the next phase of this will be pointing terraform at this helm chart over in ica-devops-gcp?