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

controller-runtime version compatibility with dependencies #6706

Closed
jacobweinstock opened this issue Sep 19, 2023 · 3 comments
Closed

controller-runtime version compatibility with dependencies #6706

jacobweinstock opened this issue Sep 19, 2023 · 3 comments
Assignees
Labels
Milestone

Comments

@jacobweinstock
Copy link
Member

What happened:

Dependencies of EKS Anywhere that use newer versions of https://github.com/kubernetes-sigs/controller-runtime cannot be used. For example Rufio, uses v0.15.0. This causes issues across the code base and we cannot use the latest version of Rufio.

Also, controller-runtime's latest release is v0.16.2. We should upgrade to it.

What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Environment:

  • EKS Anywhere Release:
  • EKS Distro Release:
@jacobweinstock jacobweinstock added this to the v0.18.0 milestone Sep 20, 2023
@jacobweinstock jacobweinstock self-assigned this Sep 22, 2023
@jacobweinstock
Copy link
Member Author

I have discussed this a bit internally and for the Rufio changes I'm wanting to make i will investigate copying the API/types over instead of dealing with versions of controller-runtime. I am working on this in this branch https://github.com/jacobweinstock/eks-anywhere/tree/rufio-apis will open a PR when i have things working.

@jacobweinstock
Copy link
Member Author

PR opened: #6721

@jacobweinstock
Copy link
Member Author

PR merged

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

No branches or pull requests

1 participant