AutoScalingListener is created but remains OutOfSync #3695
Unanswered
hhami-newday
asked this question in
Questions
Replies: 2 comments 3 replies
-
I have the same issue, everything seems to work fine but argo shows that the scale-set app is out of sync with this message for the listener role and role-binding:
Were you able to find a solution for this? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Found the related issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I am fairly new to ArgoCD and k8s so maybe it is a silly question.
I have created a multi-source application in ArgoCD which builds the controller and the scale-set. In Github, I can queue a workflow using the correct
runs-on
label and it all works as expected.However in ArgoCD, the controller (I am assuming) creates an autoscalinglistener (and a role / rolebinding resource) at the top-level of the application.
This means that my ArgoCD sync always shows as OutOfSync as the desired manifest is blank but live manifest is obviously populated. Have I done something wrong here?
Side note: The listener pod running under the autoscalinglistener never reaches healthy state. It is always 'progressing' but the app itself seems to work and run my actions accordingly.
Any guidance is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions