You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of node deletion and joining, endpoints and endpointslices will be updated explicitly, so there is no need to list/watch nodepool in service topology controller in order to update endpoints and endpointslices when nodepool is changed.
so i want to remove list/watch nodepool action in service topology controller.
Why is this needed:
The efficiency of service topology feature can be improved if nodepool list/watch is removed.
moreover, nodepool list/watch is a dummy function for service topology controller as above description.
others
/kind feature
The text was updated successfully, but these errors were encountered:
What would you like to be added:
As discussed in the issue: [feature request]can not move node to another nodepool by label modification #1382 and pull request feat: prevent node movement by label modification #1444 , node pool name for a node can not be changed after joining into the cluster. if end user wants to change the nodepool name of node, node should be deleted from the cluster and then re-join the node for new nodepool into the cluster.
Because of node deletion and joining, endpoints and endpointslices will be updated explicitly, so there is no need to list/watch nodepool in service topology controller in order to update endpoints and endpointslices when nodepool is changed.
so i want to remove list/watch nodepool action in service topology controller.
Why is this needed:
The efficiency of service topology feature can be improved if nodepool list/watch is removed.
moreover, nodepool list/watch is a dummy function for service topology controller as above description.
others
/kind feature
The text was updated successfully, but these errors were encountered: