gateway-api icon indicating copy to clipboard operation
gateway-api copied to clipboard

Repository for the next iteration of composite service (e.g. Ingress) and load balancing APIs.

Results 517 gateway-api issues
Sort by recently updated
recently updated
newest added

**What would you like to be added**: Improve HTTPRoute status conditions to better reflect instances where a route is accepted but differ from spec. For example, a user creates a...

kind/feature

**What would you like to be added**: Conformance tests that define rules within the TLS Route API to enable TLS Passthrough between the client and the backend **Why this is...

kind/feature
help wanted
area/conformance

**What would you like to be added**: The `GatewayClass` [doc](https://github.com/kubernetes-sigs/gateway-api/blob/2738bba07d9cc98f4f0334a638c26d2159ae12b0/apis/v1beta1/gatewayclass_types.go#L45-L50) states that ``` // Whenever one or more Gateways are using a GatewayClass, implementations MUST // add the `gateway-exists-finalizer.gateway.networking.k8s.io` finalizer...

kind/feature

**What type of PR is this?** /kind bug /kind cleanup **What this PR does / why we need it**: Updates the golangci-lint version from 1.46.2 -> 1.49.0 and fixes all...

kind/bug
size/M
kind/cleanup
cncf-cla: yes

We currently have a lot of outstanding issues related to status, mostly around Conditions, whether it be issues with specific Conditions being hard to understand, or general issues around Conditions....

kind/feature
kind/gep

**What would you like to be added**: #1419 improved the Gateway `ResolvedRefs` condition documentation by specifying in which cases the reason `InvalidCertificateRef` must be used: https://github.com/kubernetes-sigs/gateway-api/blob/38a295bb0ad65b1b8cfc3610dad89754259f6623/apis/v1beta1/gateway_types.go#L748-L759 To ensure full compliance...

kind/feature
help wanted
area/conformance

**What would you like to be added**: As part of the guides section of the docs (https://gateway-api.sigs.k8s.io/guides/), add a "Migrating from the Ingress resource" guide to help Ingress users adopt...

documentation
help wanted

**What type of PR is this?** /kind feature **What this PR does / why we need it**: Add a conformance Test for HTTPS listener with multiple TLS certs **Which issue(s)...

kind/feature
ok-to-test
cncf-cla: yes
size/L

**What would you like to be added**: The GatewayClass `ControllerName` validation is enforced at the CRD level through the following regex: `^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*\/[A-Za-z0-9\/\-._~%!$&'()*+,;=:]+$` Since the controllerName is a field that may...

kind/feature
help wanted

**What would you like to be added**: A metric published by the webhook that tracks the number of errors encountered. It may be useful to have a metric that tracks...

kind/feature
area/webhook