NAME¶ 名称
podman-farm-update - Update an existing farm
podman-farm-update - 更新现有农场
SYNOPSIS¶ 概要
podman farm update [options] name
podman farm update [选项] 名称
DESCRIPTION¶ 描述
Update a farm by either adding connections to it, removing connections from it, or setting it as the new
default farm.
通过向其添加连接、从中删除连接或将其设置为新的默认农场来更新农场。
OPTIONS¶ 选项
--add, -a¶ --添加, -a ¶
Add new connections to an existing farm. Multiple connections can be added at once.
将新连接添加到现有的群集。可以一次添加多个连接。
--default, -d¶ --默认, -d ¶
Set the current farm as the default.
将当前农场设置为默认值。
--remove, -r¶
Remove one or more connections from an existing farm.
从现有农场中移除一个或多个连接。
EXAMPLE¶ 例子 ¶
Add two connections to specified farm:
将两个连接添加到指定的农场:
$ podman farm update --add f35,f38 farm1
Add connection to specified farm:
将连接添加到指定的农场:
$ podman farm update --remove f35 farm1
Change specified farm to be default:
将指定的农场更改为默认值:
$ podman farm update --default farm2
SEE ALSO¶ 参见 ¶
HISTORY¶ 历史 ¶
July 2023, Originally compiled by Urvashi Mohnani (umohnani at redhat dot com)s
2023 年 7 月,最初由 Urvashi Mohnani (umohnani at redhat dot com)编写