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.
我的 Ubuntu 服务器上运行了一个 OpenWhisk 实例。
如何在另一台机器上部署一个新的调用程序,它将作为当前系统的调用程序?
这就像运行另一个具有唯一 ID 的 Invoker 实例一样简单。调用者通过主题 Kafka 自动向控制器注册health。这是cmd您可以使用的 Docker 指令: "cmd": "/bin/sh -c \"/invoker/bin/invoker `hostname | tr -dc '0-9'` >> /dev/stderr\""
health
cmd
"cmd": "/bin/sh -c \"/invoker/bin/invoker `hostname | tr -dc '0-9'` >> /dev/stderr\""