logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

podman-farm-update - Update an existing farm

Description

       Update  a farm by either adding connections to it, removing connections from it, or setting it as the new
       default 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

History

       July 2023, Originally compiled by Urvashi Mohnani (umohnani at redhat dot com)s

                                                                                           podman-farm-update(1)

Name

       podman-farm-update - Update an existing farm

Options

--add,-a
       Add new connections to an existing farm. Multiple connections can be added at once.

   --default,-d
       Set the current farm as the default.

   --remove,-r
       Remove one or more connections from an existing farm.

See Also

podman(1), podman-farm(1)

Synopsis

podmanfarmupdate [options] name

See Also