-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add Kustomize components KEP #1803
Conversation
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
Hi @apyrgio. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@apyrgio: GitHub didn't allow me to request PR reviews from the following users: ioandr, pgpx. Note that only kubernetes members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign @soltysh |
/ok-to-test |
/hold |
/lgtm |
Hold for lazy consensus until the next sig-cli meeting |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: apyrgio, pwittrock The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@apyrgio plz check the failure |
/test pull-enhancements-verify |
/retest |
The checks now pass. I've pushed a commit that fixes them, you can squash it during merge. |
Who can add a lgtm label, so that this PR can be merged? |
In order to use a component, the user can refer to it in their | ||
`kustomization.yaml` via the `components` field: | ||
|
||
```yaml: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
```yaml: | |
```yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, thanks.
Fix some issues that were detect by the CI tests.
FYI, I've added for posterity the rationale on introducing the |
/lgtm |
/hold cancel |
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