Link create command

Create a link.

Usage

skupper link create <name> <tls-secret> [options]

Output

Waiting for status...
Link "<name>" is ready.

Options

  • name string, required

    The name of the resource to be created.

    PlatformsKubernetes, Docker
    See alsoKubernetes object names
  • tls-secret string, required

    The name of a Kubernetes secret containing TLS credentials. The secret contains the trusted server certificate (typically a CA).

    It can optionally include a client certificate and key for mutual TLS.

    PlatformsKubernetes, Docker
    See alsoCustom certificates
  • --output string

    Print the resource to the console in a structured output format instead of submitting it to the Skupper controller.

    Choices
    json

    Produce JSON output

    yaml

    Produce YAML output

    PlatformsKubernetes, Docker
  • --timeout string (duration)

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

    Default

    60s

    PlatformsKubernetes, Docker
  • --cost integer

    The configured routing cost of sending traffic over the link.

    Default1
    PlatformsKubernetes, Docker
    See alsoLoad balancing
  • --namespace string

    Set the namespace.

    PlatformsKubernetes, Docker
    See alsoNamespace concept, Kubernetes namespaces
  • --context string

    Set the kubeconfig context.

    PlatformsKubernetes
    See alsoKubernetes kubeconfigs
  • --kubeconfig string

    Set the path to the kubeconfig file.

    PlatformsKubernetes
    See alsoKubernetes kubeconfigs
  • --platform string

    Set the Skupper platform.

    Choices
    kubernetes

    Kubernetes

    docker

    Docker or Podman

    PlatformsKubernetes, Docker
    See alsoPlatform concept
  • --help

    Display help and exit.

    PlatformsKubernetes, Docker