We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
lainctl node remove -p playbooks <node1>
之后,是否需要对 calico node 进行清理,以及 etcd 中的 /calico/ipam/v2/assignment/ipv4/block/ 的 host .affinity 信息
/calico/ipam/v2/assignment/ipv4/block/
The text was updated successfully, but these errors were encountered:
@panli889
Sorry, something went wrong.
@rmrf 这个主要还是得看 node remove 的时候,calico 相关的已经 assign 的 IP 是否已经回收。如果是按照现在主分支中的做法的话(calico 运行在容器之外),IP 应该会被回收,所以这个信息没有删除应该不会有问题。
但是对于 calico 运行在容器内的版本来说的话,calico 相关的信息应该还是需要清理的。
@wchaoyi @supermeng @bibaijin @liuxu623 能确认下这个么?
我记得 node remove 是要先确认把所有应用容器删除或迁移走,并确认不是 swarm manager 和 etcd member 才能正常运行的,所以应该不用清理吧。
No branches or pull requests
之后,是否需要对 calico node 进行清理,以及 etcd 中的
/calico/ipam/v2/assignment/ipv4/block/
的 host .affinity 信息The text was updated successfully, but these errors were encountered: