You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I'm trying to setup github action runner on k8s using ARC.
I successfully, deployed and it works.
I need many runners. and the number of runners are scaled by HorizontalRunnerAutoscaler
also, they need to share cache using aws efs as persistent volume.
using runnerset I can create followings for each sts.
pod for runner
pvc
ControllerRevision
But, I don't know how to create pv for each sts.
I is available to create pv with out runnerset.
but in this case, I can not controll the number of pv automatically.
because, the number of sts is changable.
so, could anyone give me how to manage pv using runnerset if it is possible.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I'm trying to setup github action runner on k8s using ARC.
I successfully, deployed and it works.
I need many runners. and the number of runners are scaled by HorizontalRunnerAutoscaler
also, they need to share cache using
aws efs
as persistent volume.using runnerset I can create followings for each sts.
But, I don't know how to create
pv
for each sts.I is available to create
pv
with out runnerset.but in this case, I can not controll the number of pv automatically.
because, the number of
sts
is changable.so, could anyone give me how to manage
pv
using runnerset if it is possible.Beta Was this translation helpful? Give feedback.
All reactions