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

session stickness doesn't work on ALB ip mode #3904

Open
2 tasks done
vl-kp opened this issue Oct 18, 2024 · 0 comments
Open
2 tasks done

session stickness doesn't work on ALB ip mode #3904

vl-kp opened this issue Oct 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@vl-kp
Copy link

vl-kp commented Oct 18, 2024

        alb:
          stickinessConfig:
            enabled: true
            durationSeconds: 3600

ingress

annotations:
    alb.ingress.kubernetes.io/target-type: ip

session stickness doesn't work on ALB ip mode, looks like in IP mode there is only 1 target group and i can't find how to use two tagetgroups

version: 2.37.7
image

Checklist:

  • I've included steps to reproduce the bug.
  • I've included the version of argo rollouts.

Describe the bug

To Reproduce

Expected behavior

Screenshots

Version

Logs

# Paste the logs from the rollout controller

# Logs for the entire controller:
kubectl logs -n argo-rollouts deployment/argo-rollouts

# Logs for a specific rollout:
kubectl logs -n argo-rollouts deployment/argo-rollouts | grep rollout=<ROLLOUTNAME

Message from the maintainers:

Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.

@vl-kp vl-kp added the bug Something isn't working label Oct 18, 2024
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