skupper service label

Manage service labels

Synopsis

Manage service labels

skupper service label <service> [labels...] [flags]

Examples


        # show labels for my-service
        skupper service label my-service

        # add label1=value1 and label2=value2 to my-service
        skupper service label my-service label1=value1 label2=value2

        # add label1=value1 and remove label2 to/from my-service 
        skupper service label my-service label1=value1 label2-

Options

  -h, --help   help for label

Options inherited from parent commands

  -c, --context string      The kubeconfig context to use
      --kubeconfig string   Path to the kubeconfig file to use
  -n, --namespace string    The Kubernetes namespace to use
      --platform string     The platform type to use [kubernetes, podman]

SEE ALSO