|
| 1 | +--- |
| 2 | +name: Bug Report |
| 3 | +about: Report a bug encountered while using DRA Driver CPU |
| 4 | +labels: kind/bug |
| 5 | +--- |
| 6 | + |
| 7 | +<!-- |
| 8 | +Please use this template while reporting a bug and provide as much info as possible. |
| 9 | +Not doing so may result in your bug not being addressed in a timely manner. Thanks! |
| 10 | +
|
| 11 | +If the matter is security related, please disclose it privately via: |
| 12 | +https://kubernetes.io/security/ |
| 13 | +--> |
| 14 | + |
| 15 | +**What happened**: |
| 16 | + |
| 17 | +**What you expected to happen**: |
| 18 | + |
| 19 | +**How to reproduce it (as minimally and precisely as possible)**: |
| 20 | + |
| 21 | +**Context / setup details**: |
| 22 | + |
| 23 | +<!-- |
| 24 | +Describe the workload shape and any config that may affect driver behavior. |
| 25 | +For example: ResourceClaim type, pod/container resources, CDI/NRI settings, |
| 26 | +cpuManagerPolicy, cgroup version, etc. |
| 27 | +--> |
| 28 | + |
| 29 | +**Relevant logs or outputs**: |
| 30 | + |
| 31 | +<!-- |
| 32 | +Please include relevant snippets from: |
| 33 | +- DRA driver logs |
| 34 | +- kubelet logs (if relevant) |
| 35 | +- container runtime logs (if relevant) |
| 36 | +- `kubectl describe pod`, `kubectl get resourceclaims`, etc. |
| 37 | +--> |
| 38 | + |
| 39 | +```text |
| 40 | +# paste logs/output here |
| 41 | +``` |
| 42 | + |
| 43 | +**Question / what you want to verify**: |
| 44 | + |
| 45 | +<!-- |
| 46 | +If you are unsure this is a bug, describe what behavior or configuration you |
| 47 | +want maintainers to validate. |
| 48 | +--> |
| 49 | + |
| 50 | +**Diagnostics (`dracpu-gatherinfo`)**: |
| 51 | + |
| 52 | +<!-- |
| 53 | +Please run `dracpu-gatherinfo` from the affected driver pod and attach the output. |
| 54 | +Single node example: |
| 55 | +
|
| 56 | +kubectl exec -n dra-driver-cpu <dracpu-pod> -- /dracpu-gatherinfo --stdout |
| 57 | +
|
| 58 | +For multi-node issues, collect one report per affected node. |
| 59 | +For more details, see: |
| 60 | +https://github.com/kubernetes-sigs/dra-driver-cpu/blob/main/docs/gatherinfo.md |
| 61 | +--> |
| 62 | + |
| 63 | +```text |
| 64 | +# paste dracpu-gatherinfo output here |
| 65 | +``` |
| 66 | + |
| 67 | +**Environment**: |
| 68 | +- DRA driver version/tag (image tag or commit SHA): |
| 69 | +- DRA driver mode (`grouped` or `individual`): |
| 70 | +- DRA grouped mode setting (`numanode` or `socket`, if applicable): |
| 71 | +- Container runtime and version (optional): |
| 72 | +- Kubernetes version (use `kubectl version`): |
| 73 | +- Cloud provider or hardware configuration: |
| 74 | +- OS (e.g. `cat /etc/os-release`): |
| 75 | +- Kernel (e.g. `uname -a`): |
| 76 | +- Network plugin and version (if this is a network-related bug): |
| 77 | +- Others: |
0 commit comments