...
1---
2name: Bug Report
3about: Report a bug encountered with the gateway-api project
4labels: kind/bug
5
6---
7<!--
8Thank you for your interest in Gateway API! Please note that bug reports
9here should only be used for bugs with the API itself, such as:
10
11- Incomplete or inaccurate validation
12- Problems with the API specification
13- Unexpected errors with the validating webhook
14- Flaws in conformance tests
15
16Bugs that don't fit into one of the above categories should likely be filed
17with the [implementation](https://gateway-api.sigs.k8s.io/implementations/)
18of Gateway API that you're using.
19
20Please use this template while reporting a bug and provide as much info as
21possible. Not doing so may result in your bug not being addressed in a timely
22manner. Thank you!
23-->
24
25**What happened**:
26
27**What you expected to happen**:
28
29**How to reproduce it (as minimally and precisely as possible)**:
30
31**Anything else we need to know?**:
View as plain text