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

Remove dependency on k8s.io/kubernetes #1011

Open
rohitagg2020 opened this issue Sep 5, 2024 · 0 comments
Open

Remove dependency on k8s.io/kubernetes #1011

rohitagg2020 opened this issue Sep 5, 2024 · 0 comments
Assignees
Labels
carvel accepted This issue should be considered for future work and that the triage process has been completed cleanup cleaning up code, process, or technical debt

Comments

@rohitagg2020
Copy link
Contributor

Describe the problem/challenge you have
k8s.io/kubernetes is not suppose to be used as library.

Because of this, go list command fails unless some packages are added in the replace section. If we add the packages in replace section, we have to take care of upgrading them as k8s.io/apiserver upgrades. This makes the maintainance hard.

Describe the solution you'd like
Ideal solution would be to remove the dependency on k8s.io/kubernetes and have some alternative to the functionality it provides.

Anything else you would like to add:
This library is being used here


Vote on this request

This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.

👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"

We are also happy to receive and review Pull Requests if you want to help working on this issue.

@rohitagg2020 rohitagg2020 added enhancement This issue is a feature request carvel triage This issue has not yet been reviewed for validity labels Sep 5, 2024
@praveenrewar praveenrewar added carvel accepted This issue should be considered for future work and that the triage process has been completed and removed carvel triage This issue has not yet been reviewed for validity labels Sep 5, 2024
@renuy renuy added cleanup cleaning up code, process, or technical debt and removed enhancement This issue is a feature request labels Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
carvel accepted This issue should be considered for future work and that the triage process has been completed cleanup cleaning up code, process, or technical debt
Projects
Status: Unprioritized
Development

No branches or pull requests

4 participants