> ## Documentation Index
> Fetch the complete documentation index at: https://docs.odigos.io/llms.txt
> Use this file to discover all available pages before exploring further.

# odigos sources enable statefulset

## odigos sources enable statefulset

enable a StatefulSet for Odigos instrumentation

### Synopsis

This command enables the provided StatefulSet for Odigos instrumentatin. It will create a Source object if one does not already exists, or update the existing one if it does.

```
odigos sources enable statefulset [name] [flags]
```

### Options

```
      --dry-run            dry run
  -h, --help               help for statefulset
  -n, --namespace string   Kubernetes Namespace for Source (default "default")
```

### Options inherited from parent commands

```
      --kube-context string   (optional) name of the kubeconfig context to use
      --kubeconfig string     (optional) absolute path to the kubeconfig file (default "KUBECONFIG")
  -v, --verbose               enable verbose output
```

### SEE ALSO

* [odigos sources enable](/cli/odigos_sources_enable)	 - Enable a source for Odigos instrumentation.
