Update quickstart guide to use create instead of apply
Otherwise kubectl complains about ``` metadata.annotations: Too long: must have at most 262144 bytes ``` Close https://github.com/actions/actions-runner-controller/issues/2565
This commit is contained in:
parent
dcb64f0b9e
commit
656db577df
|
|
@ -73,7 +73,7 @@ helm upgrade --install --namespace actions-runner-system --create-namespace\
|
||||||
##### Deploy ARC
|
##### Deploy ARC
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
kubectl apply -f \
|
kubectl create -f \
|
||||||
https://github.com/actions/actions-runner-controller/\
|
https://github.com/actions/actions-runner-controller/\
|
||||||
releases/download/v0.22.0/actions-runner-controller.yaml
|
releases/download/v0.22.0/actions-runner-controller.yaml
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue