songxiaosheng commented on issue #2189: URL: https://github.com/apache/shardingsphere-elasticjob/issues/2189#issuecomment-1467597212
> However, k8s is a rolling update, which means that the task instance exists forever. The deletion scheme you mentioned cannot solve the infinite increase of IP under the server node. At present, I am still reading the source code and trying to give a solution. > 但是k8s是滚动更新,这就说明任务实例是永远存在的,您说的这种删除方案无法解决server节点下ip无限增加的情况。目前我还在阅读源码,尝试给一种方案。 i had add scan task to delete Two solutions are recommended for evaluation. First, we can remove the stateful node, that is, the persistent IP, disable the IP function, and change it to other methods. Second, add a scanner to the diagnostic service to periodically scan the persistent IP node that has been offline (no instance temporary node) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
