...

Text file src/k8s.io/kubectl/.github/ISSUE_TEMPLATE/bug-report.md

Documentation: k8s.io/kubectl/.github/ISSUE_TEMPLATE

     1---
     2name: Bug Report
     3about: Report a bug encountered while using kubectl
     4labels: kind/bug
     5
     6---
     7
     8<!-- 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!
     9
    10If the matter is security related, please disclose it privately via https://kubernetes.io/security/
    11-->
    12
    13**What happened**:
    14
    15**What you expected to happen**:
    16
    17**How to reproduce it (as minimally and precisely as possible)**:
    18<!-- 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.
    19-->
    20
    21**Anything else we need to know?**:
    22
    23**Environment**:
    24- Kubernetes client and server versions (use `kubectl version`):
    25- Cloud provider or hardware configuration:
    26- OS (e.g: `cat /etc/os-release`):
    27

View as plain text