28 lines
927 B
Markdown
28 lines
927 B
Markdown
---
|
|
name: Bug Report
|
|
about: Report a bug encountered while using kubectl
|
|
labels: kind/bug
|
|
|
|
---
|
|
|
|
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
|
|
|
|
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
|
|
-->
|
|
|
|
**What happened**:
|
|
|
|
**What you expected to happen**:
|
|
|
|
**How to reproduce it (as minimally and precisely as possible)**:
|
|
<!-- Please make sure you are able to reproduce the bug using a supported version and version skew of Kubernetes. See https://kubernetes.io/docs/setup/release/version-skew-policy for which versions and are currently supported.
|
|
-->
|
|
|
|
**Anything else we need to know?**:
|
|
|
|
**Environment**:
|
|
- Kubernetes client and server versions (use `kubectl version`):
|
|
- Cloud provider or hardware configuration:
|
|
- OS (e.g: `cat /etc/os-release`):
|
|
|