mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-17 23:54:50 +00:00
docs: clean up auto scaling documentation (#909)
* docs: clean up of autoscaling section * docs: clarifying anti-flapping * docs: more improvements * docs: more improvements * docs: adding duration details and cavaets * docs: smaller english and better structure * docs: use consistent wording * docs: adding limitation cavaet for RunnerSets * docs: correct helm uprgade order * docs: lines helm upgrade command with help switch * docs: use existing limitations section * docs: fix table of headers and contents * docs: add link to runnersets on first mention * docs: adding runnerset limitation * chore: use new enterprise permission for PAT * docs: bump example deploy to latest version * docs: adding oauth apps link * docs: adding cavaet to the oauth apps doc
This commit is contained in:
@@ -22,7 +22,7 @@ Due to the above you can't just do a `helm upgrade` to release the latest versio
|
||||
|
||||
```shell
|
||||
# REMEMBER TO UPDATE THE CHART_VERSION TO RELEVANT CHART VERISON!!!!
|
||||
CHART_VERSION=0.11.0
|
||||
CHART_VERSION=0.14.0
|
||||
|
||||
curl -L https://github.com/actions-runner-controller/actions-runner-controller/releases/download/actions-runner-controller-${CHART_VERSION}/actions-runner-controller-${CHART_VERSION}.tgz | tar zxv --strip 1 actions-runner-controller/crds
|
||||
|
||||
@@ -32,9 +32,10 @@ kubectl apply -f crds/
|
||||
2. Upgrade the Helm release
|
||||
|
||||
```shell
|
||||
helm upgrade --install \
|
||||
--namespace actions-runner-system \
|
||||
--version ${CHART_VERSION} \
|
||||
# helm upgrade [RELEASE] [CHART] [flags]
|
||||
helm upgrade actions-runner-controller \
|
||||
actions-runner-controller/actions-runner-controller \
|
||||
actions-runner-controller
|
||||
--install \
|
||||
--namespace actions-runner-system \
|
||||
--version ${CHART_VERSION}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user