-
Notifications
You must be signed in to change notification settings - Fork 406
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]Add commands so that single node could convert to a standard Kubernetes node or an OpenYurt edgenode #190
Comments
@Peeknut |
Then we can remove the servant bash script instead of using |
@zyjhtangtang Would you mind bringing a proposal about joining a node in 'yurt' way? |
@huangyuqi i think that node join feature and one node convert feature are different. because when user wants to use a customized tool to join node, node convert feature maybe needed. |
@GsssC yeah, robustness of servant bash script is not so good, it is a good idea to use |
ok |
I think this request is reasonable. And we do need a standard way (or feature) for the user to "join the node into the clusters". 👍 |
What would you like to be added:
Add commands, such as
yurtctl convert edgenode
andyurtctl revert edgenode
, so that single node could use these commands to convert a standard Kubernetes node to an OpenYurt edgenode or revert an OpenYurt edgenode.Why is this needed:
The commands
yurtctl convert
、yurtctl revert
will convert all edge nodes to OpenYurt cluster or Kubernetes cluster. If a new edge node is added after conversion, there are no corresponding commands to convert it to an OpenYurt edgenode or a Kubernetes node. We can only use commandsyurtctl convert
、yurtctl revert
again to convert all edge nodes, which may cause errors and be low efficiency. So commands are needed to allow a single node to convert and revert.The text was updated successfully, but these errors were encountered: