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

Update documentation to confirm ArgoCD 2.10 compatibility with EKS 1.29 #17967

Open
DitmirSpahiu opened this issue Apr 25, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@DitmirSpahiu
Copy link

DitmirSpahiu commented Apr 25, 2024

Hello ArgoCD Team,

During a recent discussion on the ArgoCD community Slack channel, I confirmed that ArgoCD version 2.10 is compatible with Amazon EKS version 1.29. However, I noticed that the official documentation does not currently reflect this information.

Context and Justification:
This update is crucial as it directly affects deployment decisions for users operating within AWS EKS environments. Clear documentation helps prevent any ambiguity about version compatibility, enhancing user trust and decision-making.

Details from the Conversation:
The compatibility confirmation was made on 25/4/2024 in the #argo-cd on Slack by Alan Clucas & Carlos Santana, where it was stated that version 2.10 has been successfully tested with EKS 1.29.

Suggested Change:
I propose that the documentation be updated to include a note or a version compatibility table entry confirming that ArgoCD 2.10 supports EKS 1.29. This could be placed in the section detailing system requirements or version compatibilities.

Impact of Change:
By updating the documentation, we can ensure that all users are aware of the supported versions and can plan their deployments accordingly. This small change will greatly enhance the user experience and confidence in using ArgoCD for their CI/CD needs.

Thank you for considering this enhancement to the documentation. I am happy to help with drafting the update if needed.

Best regards,

Ditmir Spahiu

@DitmirSpahiu DitmirSpahiu added the enhancement New feature or request label Apr 25, 2024
@d1egoaz
Copy link

d1egoaz commented May 10, 2024

The latest (v2.11) version https://argo-cd.readthedocs.io/en/stable/operator-manual/installation/ doesn't mention support to Kubernetes v1.29.x
image

However the test matrix has it:
https://github.com/argoproj/argo-cd/blob/v2.11.0/.github/workflows/ci-build.yaml#L407

    strategy:
      fail-fast: false
      matrix:
        k3s-version: [v1.29.1, v1.28.6, v1.27.10, v1.26.13, v1.25.16]

It'll be great to have the official docs updated.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants