Skip to content

Commit fcc7927

Browse files
Add reproduce example in bug_report.md
1 parent 87ad659 commit fcc7927

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,11 @@ If the matter is security related, please disclose it privately see https://gith
2626
* Kubernetes version (use `kubectl version`):
2727
* Cloud provider or hardware configuration:
2828
* Other info:
29+
30+
**Reproduce example**:
31+
```bash
32+
# https://github.com/kubernetes/kube-state-metrics/issues/2223#issuecomment-1792850276
33+
minikube start
34+
...
35+
go run main.go --custom-resource-state-only --custom-resource-state-config-file ksm-2223/custom-resource-config-file.yaml --kubeconfig ~/.kube/config
36+
```

0 commit comments

Comments
 (0)