-
Notifications
You must be signed in to change notification settings - Fork 407
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
[feature request] yurtctl join use node-servant to finish some job #545
Comments
@adamzhoul: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed 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. |
/assign @adamzhoul |
/assign @adamzhoul |
|
thanks for pointing this out @zyjhtangtang the core thought is, any operating directly to nodes like |
Oh, |
by the way, this may introduce a special case:
in all, both |
Are the configuration parameters of |
Here is now what they do to kubelet: yurtctl convert
node-servant
append content effect as overwrite the params yurtctl join
|
forget to mention, all kubelet.conf is no different. all leads traffic to 127.0.0.1 |
It is necessary to unify the configuration of the three subcommands. This can provide a better user experience. Thanks @adamzhoul |
this may introduce a lot of code update to |
ok, I will pay attention |
Hi @zyjhtangtang sorry for the late reply. what is nowsimplify what happened in
simplify what happened in
in all: different from
what is updated
what is the planso, we should simplify the process as follow:
the benefit:
will start to code soon. |
@adamzhoul Good job! Looking forward to the perfect function of |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
it's a job after #516
in
yurtctl join
, what it does to the node itself is included in thenode-servant
so we should remove that part of the code and use
node-servant
package instead/help
The text was updated successfully, but these errors were encountered: