-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reorder HPA resource list to work with GitOps tooling #6505
Conversation
Welcome @Voziv! |
Hi @Voziv. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@Voziv please update the changelog and list mentioned in the comment Edit: also, please squash the commits |
/ok-to-test |
Currently just editing via the github interface, will clone and squash the commits tomorrow. @aledbf I've updated the change log, however I'm not sure how to edit the |
Just replace https://github.com/kubernetes/ingress-nginx/blob/master/charts/ingress-nginx/Chart.yaml#L23 |
Oh that's embarassing, I was totally looking at the site instead of in the file itself. Updated and rebased. I've also tested the change on a dev cluster and argocd no longer goes into an infinite loop, hurray! |
/approve |
@Voziv thanks! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aledbf, Voziv The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
Using GitOps with ArgoCD currently causes infinite syncing when using both cpu and memory resource metrics for autoscaling.
Related: argoproj/argo-cd#1079
Related: kubernetes/kubernetes#74099
Types of changes
Which issue/s this PR fixes
How Has This Been Tested?
Have had to make the same change in other places for the same reason. Kubernetes reorders the list order on the HPA to be Memory, then CPU.
This same change was applied to nginx-ingress in helm/charts#22626
Checklist: