-
Notifications
You must be signed in to change notification settings - Fork 717
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] Create the kubeadm library #2316
Comments
this overlaps with: please combine the two tickets. |
As discussed in 09-30-2020 office hours, I'm going to work with @randomvariable to document possible use cases for the adoption of kubeam library in Cluster API. |
Use cases from Cluster API
Nb. I'm not adding use cases from ExperimentalRetryJoin, because IMO this should be fixed in kubeadm |
@fabriziopandini and me had a zoom call where we discussed the above list. most items seem quite viable to be exposed as part of a library. next steps for us are to be establish priorities, figure out the library structure and see who can help. |
moving the discussion in a google doc with additional considerations about how to execute the library implementation work |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
/remove-lifecycle stale
|
One of the kubeadm goals was to provide a toolbox for higher-level tools.
However, as of today, kubeadm can be consumed only as a CLI command, and this limits the options for higher-level tools when designing kubeadm integration; the current model is also a limitation because the func existing in kubeadm e.g. for managing certificates, kubeconfig, or the kubeadm API can't be re-used (e.g. CAPI is re-implementing some of this functions)
This issue is about collecting ideas about which shape the library should take, and define a viable path to get the library in place.
The text was updated successfully, but these errors were encountered: