Site update command¶
Change site settings of a given site.
| Platforms | Kubernetes, Docker, Podman, Linux |
|---|---|
| Waits for | Ready |
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 --enable-ha
Primary options¶
--enable-link-access
boolean
allow access for incoming links from remote sites (default: false)
| Default |
|
|---|
--help
boolean
help for update ``` ``` -n, --namespace string Set the namespace -p, --platform string Set the platform type to use [kubernetes, podman, docker, linux] ```
Global options¶
Errors¶
- No site resource exists
There is no existing Skupper site resource to update.