any helps? 获取 Outlook for iOS<https://aka.ms/o0ukef> ________________________________ 发件人: 朝锐吴 <diom1...@gmail.com> 发送时间: Monday, June 26, 2023 11:09:05 PM 收件人: dev@openwhisk.apache.org <dev@openwhisk.apache.org> 主题: When OpenWhisk deploys multiple controllers, how do the controllers work?
Hello everyone! My OpenWhisk cluster is deployed under Kubernetes via helm. When I tweak values.yaml, I found that I can deploy multiple controllers, I want to understand how multiple controllers work. When I was reading the Controller source code, I found it at https://github.com/apache/openwhisk/blob/f73ec7f006ff278c9ff88a241d58c5c799d16115/core/controller/src/main/ scala/org/apache/openwhisk/core/controller/Controller.scala#L64 found that it just explains the hot standby case. However, when looking through the issues on GitHub, I saw a commit on https://github.com/apache/openwhisk/pull/3266#issue-295923062 that uses multiple controllers at the same time. For the latest Openwhisk, does it support hot backups and multiple controllers together? If so, where should I set it up? Thanks! Jair