Skip to content
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

Rollout stuck in out of sync with gRPC probe diff #22250

Open
3 tasks done
davekonopka opened this issue Mar 7, 2025 · 0 comments
Open
3 tasks done

Rollout stuck in out of sync with gRPC probe diff #22250

davekonopka opened this issue Mar 7, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@davekonopka
Copy link

davekonopka commented Mar 7, 2025

Checklist:

  • I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
  • I've included steps to reproduce the bug.
  • I've pasted the output of argocd version.

Describe the bug

I have a gRPC app managed with ArgoCD that includes a Rollout. The Rollout gets stuck in out of sync when the image tag is updated and does not update. The live manifest shows a diff on liveness and readiness gRPC probes with an extra field service: null not present on the desired manifest.

We are using Istio with our Rollouts to do canary deploys. Istio sidecar injection is enabled for the application.

To Reproduce

Create a Rollout with an Istio sidecar enabled gRPC app container with liveness and readiness probes without service fields.

livenessProbe:
  grpc:
    port: 8082
  initialDelaySeconds: 30
  periodSeconds: 10
readinessProbe:
  grpc:
    port: 8082
  initialDelaySeconds: 30
  periodSeconds: 10

The initial Rollout will succeed and create.

Update the Rollout's image tag.

The Rollout will show a diff and go "Out of Sync" including livenessProbe.grpc.service = null and readinessProbe.grpc.service = null and not update. It will trigger a Rollout update with the same previous image tag.

Expected behavior

Updating the image tag should update the Rollout and proceed with rolling out the changed image.

Screenshots

Image

Version

v2.14.4+3d901f2

Logs

Paste any relevant application logs here.
@davekonopka davekonopka added the bug Something isn't working label Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant