-
Notifications
You must be signed in to change notification settings - Fork 219
How to upstream? #97
Comments
@luxas I believe a core component of the functionality here could be replaced with something like a kubelet pod api. See kubernetes/kubernetes#28138 for somewhat of an umbrella issue. What this might look like:
Implementation wise, this should be relatively flexible, but one option is simply using kubectl:
If we wanted to wrap that in some kind of From here, I'm a proponent of the discovery api proposal: kubernetes/kubernetes#28422 So the UX for all subsequent nodes would potentially look something like:
|
This is a bit dated at this point, but the general plan was for Closing this in favor of the above issue - with the "upstreaming" plan being to move functionality into kubeadm |
Hi,
I'd like to know your thoughts on upstreaming.
How is this going to be integrated with the new turnup ux that's developed in sig-cluster-lifecycle?
Really nice thing, would like to make it even more portable
The text was updated successfully, but these errors were encountered: