odigos config

Manage Odigos configuration

Synopsis

Manage Odigos configuration settings to customize system behavior.

Configurable properties:

  • “telemetry-enabled”: Enables or disables telemetry (true/false).
  • “openshift-enabled”: Enables or disables OpenShift support (true/false).
  • “psp”: Enables or disables Pod Security Policies (true/false).
  • “skip-webhook-issuer-creation”: Skips webhook issuer creation (true/false).
  • “allow-concurrent-agents”: Allows concurrent agents (true/false).
  • “image-prefix”: Sets the image prefix.
  • “ui-mode”: Sets the UI mode (normal/readonly).
  • “ui-pagination-limit”: Controls the number of items to fetch per paginated-batch in the UI.
  • “ignored-namespaces”: List of namespaces to be ignored.
  • “ignored-containers”: List of containers to be ignored.
  • “mount-method”: Determines how Odigos agent files are mounted into the pod’s container filesystem. Options include k8s-host-path (direct hostPath mount) and k8s-virtual-device (virtual device-based injection).

Options

  -h, --help   help for config

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 - Automate OpenTelemetry Observability in Kubernetes
  • odigos config set - Set a configuration property in Odigos