fix(ace-step): check in resting replicas 0 to stop ArgoCDSyncAlert refires - #911
Open
igou-hermes[bot] wants to merge 1 commit into
Open
fix(ace-step): check in resting replicas 0 to stop ArgoCDSyncAlert refires#911igou-hermes[bot] wants to merge 1 commit into
igou-hermes[bot] wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed by hermes-sre from ArgoCDSyncAlert (warning, firing since 2026-09-09T01:35Z on
root-applications, openshift-gitops). No incident issue existed for this firing (prior ArgoCDSyncAlert issues #763/#799–#804 covered other apps and are closed).Diagnosis
root-applicationssync has been stuck since 2026-09-09T00:22:52Z:waiting for healthy state of argoproj.io/Application/ace-step→ app Progressing/OutOfSync → alert.ace-steppodace-step-54585d6f8d-55m2g(nsace-step): Pending 3d3h,FailedScheduling ×901—0/4 nodes are available: 4 node(s) didn't match Pod's node affinity/selector.node-role.kubernetes.io/burst+nvidia.com/gpu: 2(PR feat(ace-step): schedule on casval with nvidia.com/gpu: 2 #879). The only burst node,casval(2× 4060 Ti), is provided by MachineSetcasval-workeratreplicas: 0at rest (lease model), and the cluster currently advertises only the 2 GiB Quadro P620 on p330.replicas: 1, so the moment the casval lease ended the pod recreated and went Pending — holding the root app Progressing/OutOfSync and re-firing ArgoCDSyncAlert indefinitely.replicas: 0at rest; ArgoCD ignores/spec/replicasso live scale-ups are never reverted.Change
applications/ace-step/kustomization.yaml:replicas: 1→replicas: 0with an explanatory comment. No other field touched.Validation
kustomize build --enable-helm applications/ace-step→ Deploymentace-steprendersreplicas: 0yamllint -c .yamllintcleanNot merging — human review requested. When merged, the root app should return Synced/Healthy and ArgoCDSyncAlert should resolve on the next reconcile.