Skip to content

GitHub Issues

How to Request a New Feature

Submit a feature request in the conf GitHub repository: Ask a Feature

When creating the issue: - Clearly describe the desired behavior or capability. - Tag the issue as feature using the type field on the right.

How to Report an Issue

Submit a bug report in the conf GitHub repository: Create an Issue

Required information:

  1. od.config file — Extract the current configuration:
NAMESPACE=abcdesktop
kubectl -n $NAMESPACE get configmap abcdesktop-config -o jsonpath='{.data.od\.config}' > od.config
  1. abcdesktop.yaml file — Include the Kubernetes manifest used for your deployment.

  2. Expected behavior — Describe what you expected to happen.

  3. Actual behavior — Describe what actually happened, including any error messages, log output, or screenshots.