Site create command

Create a site.

PlatformsKubernetes, Docker, Podman, Linux
Waits forReady

Usage

skupper site create <name> [options]

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

<name>

string
required

A name of your choice for the Skupper site. This name is displayed in the console and CLI output.

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

  • A site resource already exists

    There is already a site resource defined for the namespace.