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-ha
boolean
Configure the site for high availability (EnableHA). EnableHA sites have two active routers
--enable-link-access
boolean
allow access for incoming links from remote sites (default: false)
| Default |
|
|---|
--help
boolean
help for update
--link-access-type
<string>
configure external access for links from remote sites. Choices: [route|loadbalancer]. Default: On OpenShift, route is the default; for other Kubernetes flavors, loadbalancer is the default.
| Choices |
|
|---|
--timeout
<duration>
raise an error if the operation does not complete in the given period of time (expressed in seconds). (default 30s)
| Default |
|
|---|
--wait
<string>
Wait for the given status before exiting. Choices: configured, ready, none (default "ready") ``` ``` -c, --context string Set the kubeconfig context
| Default |
|
|---|
--kubeconfig
<string>
Path to the kubeconfig file to use -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.