-
Notifications
You must be signed in to change notification settings - Fork 1.4k
RFE: Adding a new CRD for post-cluster-creation-apply YAMLs #2395
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
Comments
@sedefsavas do you want to close #1910 and keep this one or merge the content you have here? |
@sedefsavas which option do you prefer (hard to tell what the thumbs-up is for 😄)? |
Closing #1910, most of the discussions there do not apply anymore as we propose a new CRD here. Copying some concerns discussed there that still apply (we also have them in the design doc 1- Do we keep the thunks to be applied in secrets or configmaps? |
Another use case we might want to think about: To improve the user experience, infrastructure providers could ship with a default storage class which should be applied after the cluster is initialized |
As per April 27th 2020 community guidelines, this project follows the process outlined in https://github.com/kubernetes-sigs/cluster-api/blob/master/CONTRIBUTING.md#proposal-process-caep for large features or changes. Following those guidelines, I'll go ahead and close this issue for now and defer to contributors interested in pushing the proposal forward to open a collaborative document proposal instead, and follow the process as described. /close |
@vincepri: Closing this issue. 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. |
Goals
To enable having a mechanism to automatically apply a set of yamls post-cluster-creation, we need a CRD to hold the list of yamls and to keep track of which clusters those yams are applied to. This is a follow-up enhancement to achieve this issue: #1910
User Story
As a user/operator, I would like to determine a set of yamls (e.g., CNI/CSI plugins) that I want to automatically apply to certain clusters post-creation.
Detailed Description
Details can be found: https://docs.google.com/document/d/1lWLGN66roMjXL49gKO6Dhwe7yzCnvgrCtjR9mu4rvPc/edit?usp=sharing
POC: sedefsavas#3
/kind proposal
The text was updated successfully, but these errors were encountered: