mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 11:41:27 +00:00
Replaced 'kubectl apply' with 'kubectl create' in README (#1728)
- Updated as per issue 1317 - Version bump so that folks copy/pasting get the latest version https://github.com/actions-runner-controller/actions-runner-controller/ issues/1317
This commit is contained in:
@@ -84,8 +84,8 @@ After installing cert-manager, install the custom resource definitions and actio
|
||||
**Kubectl Deployment:**
|
||||
|
||||
```shell
|
||||
# REPLACE "v0.22.0" with the version you wish to deploy
|
||||
kubectl apply -f https://github.com/actions-runner-controller/actions-runner-controller/releases/download/v0.22.0/actions-runner-controller.yaml
|
||||
# REPLACE "v0.25.2" with the version you wish to deploy
|
||||
kubectl create -f https://github.com/actions-runner-controller/actions-runner-controller/releases/download/v0.25.2/actions-runner-controller.yaml
|
||||
```
|
||||
|
||||
**Helm Deployment:**
|
||||
|
||||
Reference in New Issue
Block a user