Daneyon Hansen

Results 133 issues of Daneyon Hansen

https://github.com/envoyproxy/gateway/pull/395 added support for surfacing listener conditions to gateways. When an httproute is deleted, the `attachedRoutes` of the references gateway is updated but not the Gateway's listen condition. For example:...

question
area/translator

I see the following error in the EG logs when creating a gateway: ``` 2022-09-23T09:35:03.806-0700 ERROR status/status.go:81 unable to update status {"runner": "provider", "name": "eg", "namespace": "default", "error": "Operation cannot...

bug
help wanted
provider/kubernetes

I create a gatewayclass, gateway, and httproute. EG surfaces an error: ``` 2022-09-23T16:51:34.608Z ERROR controller/controller.go:326 Reconciler error {"runner": "provider", "controller": "httproute", "object": {"name":"httpbin","namespace":"default"}, "namespace": "default", "name": "httpbin", "reconcileID": "1d30e643-0896-4171-9323-7fc6aa75e865", "error":...

bug
help wanted
provider/kubernetes

Since not all Gateway API resources have a parent-child relationship, consider merging controllers into a single reconciler. xref: https://github.com/envoyproxy/gateway/pull/412 xref: https://github.com/envoyproxy/gateway/pull/403

help wanted
question
provider/kubernetes

Adds a watch for Gateway objects to the httproute controller. Valid HTTPRoutes that reference gateways managed by EG will be enqueued for reconciliation. Partially Fixes: #301

Adds a watch for GatewayClass objects to the gateway controller. Gateways that reference the managed GatewayClass will be enqueued for reconciliation. Partially Fixes: #301 Signed-off-by: danehans

provider/kubernetes

Currently the `create-cluster` make target does not expose any host ports. This means the Envoy service LB IP, via metallb load balancer, is unreachable. This target should configure a kind...

bug
area/ci

https://github.com/envoyproxy/gateway/pull/208 was merged but has feedback that should be addressed. This issues tracks the need to resolve the feedback.

EG currently closes some provider resources channels. All channels should be closed when `

bug
help wanted

Currently, EG creates a single Kube Service regardless of the number of Gateways. This causes issues with running conformance tests since the base manifests create three Gateways that cannot be...

area/ir
area/translator