-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add KEP for Kustomize components #1
Conversation
a681aae
to
fadd817
Compare
@ioandr / @pgpx: 👋. This is the PR I was talking about. Let's add suggestions on each section as comments, and I'll periodically commit and push them in the PR. EDIT: I suggest we start with: @apyrgio: Proposal, Drawbacks, Alternatives and see how it goes. @pgpx, if you have written something that does not follow the KEP's format, share it anyways, and I'll convert it accordingly. |
Design details: When Kustomize process a
A This was implemented by changing the signature of |
(I suggest we move this to a review thread, so that comments for different sections don't interleave) Here are my comments on the Design details section:
Finally, some minor rewordings:
|
So, I guess we're done with the first round of comments. I just merged everything into the Markdown document. For the second round of comments (if necessary), you can comment on a paragraph directly. |
457e29b
to
d39e640
Compare
The second round of comments is complete, and all sections are now filled. This is close to the final KEP so please, give it one more full read and comment where necessary. |
The third round of comments is complete as well. I'll send the PR in about an hour, so last call for comments is now. |
a6707c0
to
1e5eabc
Compare
fbdc466
to
25b0766
Compare
This enhancement proposal introduces components, a new kind of Kustomization that allows users to define reusable kustomizations. Main discussion: kubernetes-sigs/kustomize#1251 User story that spawned this KEP: kubernetes-sigs/kustomize#2438
25b0766
to
446b675
Compare
This is the draft area where we will shape up the KEP for Kustomize components. Once done, we can open a PR to kubernetes/enhancements. Rendered KEP here.
Note: I've added FIXMEs where we need to change something, and the guidelines for the KEP in block quotes. We can remove these as we finalize each section.