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:
Christian Bruckmayer 2023-08-09 10:56:54 +01:00
parent dcb64f0b9e
commit 656db577df
No known key found for this signature in database
GPG Key ID: 6108073450CD2303
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ helm upgrade --install --namespace actions-runner-system --create-namespace\
##### Deploy ARC
```shell
kubectl apply -f \
kubectl create -f \
https://github.com/actions/actions-runner-controller/\
releases/download/v0.22.0/actions-runner-controller.yaml
```
@ -89,7 +89,7 @@ kubectl create secret generic controller-manager \
````
<sub> *note:- Replace REPLACE_YOUR_TOKEN_HERE with your PAT that was generated previously.</sub>
</details>
2⃣ Create the GitHub self hosted runners and configure to run against your repository.