mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-12 04:26:51 +00:00
docs: fix install installation method (#275)
This commit is contained in:
@@ -17,7 +17,8 @@ actions-runner-controller uses [cert-manager](https://cert-manager.io/docs/insta
|
|||||||
Install the custom resource and actions-runner-controller itself. This will create actions-runner-system namespace in your Kubernetes and deploy the required resources.
|
Install the custom resource and actions-runner-controller itself. This will create actions-runner-system namespace in your Kubernetes and deploy the required resources.
|
||||||
|
|
||||||
```
|
```
|
||||||
kubectl apply -f https://github.com/summerwind/actions-runner-controller/releases/latest/download/actions-runner-controller.yaml
|
helm repo add runner https://summerwind.github.io/actions-runner-controller
|
||||||
|
helm install -n actions-runner-system runner runner/actions-runner-controller
|
||||||
```
|
```
|
||||||
|
|
||||||
### Github Enterprise support
|
### Github Enterprise support
|
||||||
|
|||||||
Reference in New Issue
Block a user