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

Roadmap? #347

Closed
ash2k opened this issue May 10, 2021 · 2 comments
Closed

Roadmap? #347

ash2k opened this issue May 10, 2021 · 2 comments

Comments

@ash2k
Copy link
Member

ash2k commented May 10, 2021

Hi! I'm thinking of starting to use this project and I have some questions.

  1. Is there a KEP? I don't see anything https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli
  2. Is there a roadmap document? Any documents? I only found some notes in the meeting agenda doc.
  3. Anything I should be aware of?
  4. This repo depends on kubectl. Shouldn't it be the other way around (i.e. binary depends on library) - perhaps it's a temporary state of things?

Thanks. If it works well for me (which I think it will, based on what I see in the code), I'd like to start contributing to the project.

p.s. thanks a lot for building this stuff as a reusable library!

@hiddeco
Copy link

hiddeco commented May 12, 2021

This repo depends on kubectl. Shouldn't it be the other way around (i.e. binary depends on library) - perhaps it's a temporary state of things?

➕ We have been consuming this library for awhile now to benefit from kstatus, and have noticed that this precise dependency causes issues while being used together with (newer) Kustomize dependencies as it pulls in a (very) old version of Kustomize (v2.0.3).

One way to work around this, while maintaining the cmd (examples?) would be to release the libraries in this repository as separate Go modules, as this would limit the number of (obsolete) dependencies being pulled in.

@ash2k
Copy link
Member Author

ash2k commented Jun 3, 2021

I have stumbled upton this doc https://github.com/GoogleContainerTools/kpt/blob/master/docs/ROADMAP.md, which answers my question sufficiently.

@ash2k ash2k closed this as completed Jun 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants