Does ARC uses old revision of RunnerReplicaSet #1739
Unanswered
sadovnikov
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We are creating runners through
actions.summerwind.dev/v1alpha1:RunnerDeployments
andactions.summerwind.dev/v1alpha1:HorizontalRunnerAutoscaler
. For every RunnerDeployment ARC creates a RunnerReplicaSet and pods that belong to the set.When a definition of the RunnerDeployment is changed, a new revision of the RunnerReplicaSet is created. The new revision holds the changed configuration. However, the runners keep getting created from both older and newer revisions of the RunnerReplicaSet.
Has anyone encountered this problem?
Beta Was this translation helpful? Give feedback.
All reactions