Add documentation to update ARC with prometheus CRDs needed by actions metrics server (#2209)

Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com>
This commit is contained in:
dhawalseth 2023-02-01 00:04:18 -08:00 committed by GitHub
parent fbad56197f
commit 34efb9d585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ curl -L https://github.com/actions/actions-runner-controller/releases/download/a
kubectl replace -f crds/
```
Note that in case you're going to create prometheus-operator `ServiceMonitor` resources via the chart, you'd need to deploy prometheus-operator-related CRDs as well.
2. Upgrade the Helm release
```shell