Site update command

Change site settings.

PlatformsKubernetes, Docker, Podman, Linux
Waits forReady

Usage

skupper site update [name] [options]

Examples

# Update the current site to accept links
$ skupper site update --enable-link-access
Waiting for status...
Site "west" is ready.

# Update multiple settings
$ skupper site update --enable-link-access --service-account alice

Primary options

[name]

string
optional

The name of the site resource.

If not specified, the name is that of the site associated with the current namespace.

PlatformsKubernetes, Docker, Podman, Linux
boolean
frequently used

Allow access for incoming links from remote sites.

PlatformsKubernetes, Docker, Podman, Linux
See alsoLink access concept

Global options

Errors

  • No site resource exists

    There is no existing Skupper site resource to update.