From 34efb9d5857f2df22456a69070b72908c843b0cb Mon Sep 17 00:00:00 2001 From: dhawalseth Date: Wed, 1 Feb 2023 00:04:18 -0800 Subject: [PATCH] Add documentation to update ARC with prometheus CRDs needed by actions metrics server (#2209) Co-authored-by: Yusuke Kuoka --- charts/actions-runner-controller/docs/UPGRADING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/actions-runner-controller/docs/UPGRADING.md b/charts/actions-runner-controller/docs/UPGRADING.md index 79a92134..4625715a 100644 --- a/charts/actions-runner-controller/docs/UPGRADING.md +++ b/charts/actions-runner-controller/docs/UPGRADING.md @@ -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