You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
963 B
54 lines
963 B
3 months ago
|
---
|
||
|
name: Bug
|
||
|
about: Report a bug related to kube-prometheus
|
||
|
labels: kind/bug
|
||
|
---
|
||
|
|
||
|
<!--
|
||
|
|
||
|
Feel free to ask questions in #prometheus-operator on Kubernetes Slack!
|
||
|
|
||
|
-->
|
||
|
|
||
|
**What happened?**
|
||
|
|
||
|
**Did you expect to see some different?**
|
||
|
|
||
|
**How to reproduce it (as minimally and precisely as possible)**:
|
||
|
|
||
|
**Environment**
|
||
|
|
||
|
* Prometheus Operator version:
|
||
|
|
||
|
`Insert image tag or Git SHA here`
|
||
|
<!-- Try kubectl -n monitoring describe deployment prometheus-operator -->
|
||
|
|
||
|
* Kubernetes version information:
|
||
|
|
||
|
`kubectl version`
|
||
|
<!-- Replace the command with its output above -->
|
||
|
|
||
|
* Kubernetes cluster kind:
|
||
|
|
||
|
insert how you created your cluster: kops, bootkube, tectonic-installer, etc.
|
||
|
|
||
|
* Manifests:
|
||
|
|
||
|
```
|
||
|
insert manifests relevant to the issue
|
||
|
```
|
||
|
|
||
|
* Prometheus Operator Logs:
|
||
|
|
||
|
```
|
||
|
Insert Prometheus Operator logs relevant to the issue here
|
||
|
```
|
||
|
|
||
|
* Prometheus Logs:
|
||
|
|
||
|
```
|
||
|
Insert Prometheus logs relevant to the issue here
|
||
|
```
|
||
|
|
||
|
**Anything else we need to know?**:
|