Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前,当 AWS 关闭一个或多个Spot 实例节点时, ipcluster 插件会做什么?是否有任何机制可以重新启动然后将这些节点重新添加回 IPython 集群?
您需要使用 loadbalance 命令来扩展集群。如果您知道始终需要 x 个节点,只需使用“--max_nodes x --min_nodes x”启动它,它会在节点消失后立即尝试添加回节点。
如果您的节点消失,可能是因为现货价格市场波动,因此您可能必须等待它低于您的 SPOT_BID 值才能看到它们重新出现。
我在 SGE 插件中经常使用负载均衡器,但从未尝试使用 ipcluster,所以我不知道它的性能如何。