Site update command

Change site settings.

Usage

skupper site update [name] [options]

Output

Waiting for update to complete...
Site "<name>" is updated.

Examples

# Update the site to accept links
skupper site update --enable-link-access

# Update multiple settings
skupper site update --enable-link-access --service-account app1:alice

Options

  • name string, optional

    The name of the site resource.

    If not specified, the name is that of the site associated with the current namespace.

    PlatformsKubernetes, Docker
    See alsoKubernetes object names
  • --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
  • Allow access for incoming links from remote sites.

    PlatformsKubernetes, Docker
    See alsoLink access concept
  • Configure external access for links from remote sites.

    Default

    default

    Choices
    default

    Use the default link access. On OpenShift, the default is route. For other Kubernetes flavors, the default is loadbalancer.

    route

    Use an OpenShift route. OpenShift only.

    loadbalancer

    Use a Kubernetes load balancer. Kubernetes only.

    PlatformsKubernetes, Docker
    See alsoLink access concept, Kubernetes load balancer services
  • --service-account string

    The Kubernetes service account under which to run the Skupper controller.

    Default

    skupper:skupper-controller

    PlatformsKubernetes
    See alsoKubernetes service accounts
  • --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

Errors

  • No site resource exists

    There is no existing Skupper site resource to update.