-
Notifications
You must be signed in to change notification settings - Fork 716
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 kubeadm verify command #59
Comments
From @luxas on October 3, 2016 19:42 cc @kubernetes/sig-cluster-lifecycle |
Can you explain what this should do in the issue description? |
From @luxas on October 3, 2016 20:23 Updated the description. |
Thanks. How is this going to ineract with the nodespec verification that @kubernetes/sig-node has been working on? We should make sure this work is aligned. cc @Random-Liu |
From @luxas on October 3, 2016 20:34 I thought about if we could just include it in the binary in order to get a consistent experience :) |
Linking what they've been doing and exposing it as a subcommand in kubeadm sounds good to me. |
From @Random-Liu on October 4, 2016 22:10 Sorry for the delay, just saw this issue. :) This is related to kubernetes/kubernetes#28408. The system verification will be a simple package which could be integrated into kubeadm easily. Just import and call One question is: Where should we place the system verification logic? Should it be part of kubeadm UX or not?
@dchen1107 |
From @euank on October 4, 2016 22:34 Could
I think that sort of separation of concerns makes some sense, but it might be premature if there won't be any additional tools. I do think that the less a user interacts directly with kubelet, as opposed to tools that abstract over it, the better. |
Leaving a gentle reminder that the |
Closing this since the functionality described here won't be exactly as described, instead the system verification check will go into the preflight checks in kubernetes/kubernetes#36334 and we will design another command than |
From @luxas on October 3, 2016 19:41
We probably want
kubeadm verify
command that users may run easily in order to check if their node satisfies the requirements kubelet has on the node.Something like this, but maybe bundled into kubeadm for ease of use: kubernetes/kubernetes#32427
Copied from original issue: kubernetes/kubernetes#33962
The text was updated successfully, but these errors were encountered: