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:
od.configfile — Extract the current configuration:
NAMESPACE=abcdesktop
kubectl -n $NAMESPACE get configmap abcdesktop-config -o jsonpath='{.data.od\.config}' > od.config
-
abcdesktop.yamlfile — Include the Kubernetes manifest used for your deployment. -
Expected behavior — Describe what you expected to happen.
-
Actual behavior — Describe what actually happened, including any error messages, log output, or screenshots.