-
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 a simple template API object that assists with config parameterization #35
Comments
Not in 1.4 |
Some relevant discussion has taken place here: kubernetes/kubernetes#30716 |
I propose removing the 1.5 milestone from this feature. |
@smarterclayton do you have any comments regarding @erictune's suggestion above? If it's ok for you, I'll proceed with milestone changes. |
/subscribe @mtaufen So we stay in the loop as this seems related to configmaps/dynamic kubelet/other component config/etc. |
Moving this out of 1.5 - there's not enough bandwidth right now to implement and the time window is too short. Work will continue in the background. |
Issues go stale after 30d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
@smarterclayton is this relevant anymore? |
No, this is out of date and can be closed. |
Add CSI Cloning enhancement.
Description
Simple config parameterization is an important tool for extending the utility of example config. This feature will add an API object that represents a set of standard parameters and a list of objects with replacement syntax, a minimal set of CLI commands that transform templates + parameters into a list of API objects, and an API endpoint that allow templates to be stored.
Progress Tracker
/pkg/apis/...
)FEATURE_STATUS is used for feature tracking and to be updated by @kubernetes/feature-reviewers.
FEATURE_STATUS: IN_DEVELOPMENT
More advice:
Design
Coding
and sometimes http://github.com/kubernetes/contrib, or other repos.
check that the code matches the proposed feature and design, and that everything is done, and that there is adequate
testing. They won't do detailed code review: that already happened when your PRs were reviewed.
When that is done, you can check this box and the reviewer will apply the "code-complete" label.
Docs
The text was updated successfully, but these errors were encountered: