-
I am using ARC v0.25 (chart 0.20) and am looking to upgrade to a newer version. I notice that in the new documentation, there is no longer any documentation for running ARC w/out cert-manager. Is that still an option for newer releases? If it is still supported, can you point me to the current documentation? The documentation I used was this (from specific version commit hash): https://github.com/actions/actions-runner-controller/tree/edbdef8d20f6faad5f5db728826a6a3fc97a29be#using-without-cert-manager I noticed that the documentation was recently re-worked, could this have been something that was missed? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@kmlevy there's a lot in-flux right now with this project after GitHub has taken ownership. It looks like this cert-manager requirement is actually going to be dropped entirely in an upcoming release: #2153. I'm pretty sure when 0.26.0 and chart 0.21.0 came out the docs still had references to the option for installing without cert-manager. I ran into some issues though (sorry I cannot remember what they were 😞) and ended up just using cert-manager.. |
Beta Was this translation helpful? Give feedback.
-
The docs have not changed, information was moved around to be more accessible. Setup without cert-manager is still documented, here: https://github.com/actions/actions-runner-controller/blob/master/docs/authenticating-to-the-github-api.md#using-without-cert-manager Nothing was changed in the behaviour of ARC with regard to cert-manager in https://github.com/actions/actions-runner-controller/tree/master/docs/releasenotes |
Beta Was this translation helpful? Give feedback.
The docs have not changed, information was moved around to be more accessible.
Setup without cert-manager is still documented, here: https://github.com/actions/actions-runner-controller/blob/master/docs/authenticating-to-the-github-api.md#using-without-cert-manager
Nothing was changed in the behaviour of ARC with regard to cert-manager in
v0.26.0
andv0.27.0
. You can inspect the release notes for both versions for further details:https://github.com/actions/actions-runner-controller/tree/master/docs/releasenotes