Site create command¶
A site is a place where components of your application are running. Sites are linked to form application networks. There can be only one site definition per namespace.
| Platforms | Kubernetes, Docker, Podman, Linux |
|---|---|
| Waits for | Ready |
Examples¶
# Create a site
$ skupper site create west
Waiting for status...
Site "west" is ready.
# Create a site that can accept links from remote sites
$ skupper site create west --enable-link-access
Primary options¶
--enable-link-access
boolean
allow access for incoming links from remote sites (default: false)
| Default |
|
|---|
--help
boolean
help for create ``` ``` -n, --namespace string Set the namespace -p, --platform string Set the platform type to use [kubernetes, podman, docker, linux] ```
Global options¶
Errors¶
- A site resource already exists
There is already a site resource defined for the namespace.