![]() |
![]()
| ![]() |
![]()
NAMEpodman-farm-update - Update an existing farm SYNOPSISpodman farm update [options] name DESCRIPTIONUpdate a farm by either adding connections to it, removing connections from it, or setting it as the new default farm. OPTIONS--add, -aAdd new connections to an existing farm. Multiple connections can be added at once. --default, -dSet the current farm as the default. --remove, -rRemove one or more connections from an existing farm. EXAMPLEAdd 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 ALSOpodman(1), podman-farm(1) HISTORYJuly 2023, Originally compiled by Urvashi Mohnani (umohnani at redhat dot com)s
|