Site update command

skupper site update [name] [options]

Change site settings.

PlatformsKubernetes, Docker, Podman, Linux
Waits forReady

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.

See alsoKubernetes object names
boolean
frequently used

Allow external access for links from remote sites.

Sites and links are the basis for creating application networks. In a simple two-site network, at least one of the sites must have link access enabled.

See alsoLink concept, Site linking
<type>

Configure external access for links from remote sites.

Sites and links are the basis for creating application networks. In a simple two-site network, at least one of the sites must have link access enabled.

Default

default

Choices
default

Use the default link access. On OpenShift, the default is route. For other Kubernetes flavors, the default is loadbalancer.

route

Use an OpenShift route. OpenShift only.

loadbalancer

Use a Kubernetes load balancer. Kubernetes only.

PlatformsKubernetes
UpdatableTrue
See alsoSite linking

--enable-ha

boolean

Configure the site for high availability (HA). HA sites have two active routers.

Note that Skupper routers are stateless, and they restart after failure. This already provides a high level of availability. Enabling HA goes further and reduces the window of downtime caused by restarts.

DefaultFalse
PlatformsKubernetes
UpdatableTrue
See alsoHigh availability

--timeout

<duration>

Raise an error if the operation does not complete in the given period of time.

Default

60s

PlatformsKubernetes

--wait

<status>

Wait for the given status before exiting.

Default

ready

Choices
none

Do not wait

configured

Configured

ready

Ready

PlatformsKubernetes
See alsoResource status

Global options

Errors