Daneyon Hansen

Results 133 issues of Daneyon Hansen

https://github.com/envoyproxy/gateway/pull/16 specifies the need for a Path Watcher (PW) component to allow EG to be configured from file(s) in a directory path. The PW details should be captured in this...

documentation
enhancement
help wanted
area/config

https://github.com/envoyproxy/gateway/pull/178 introduced the Kubernetes Infra Manager and manages the Envoy `ServiceAccount`. Support should be added for managing the Envoy `Deployment`.

enhancement
help wanted
area/infra-mgr

https://github.com/envoyproxy/gateway/pull/178 introduced the Kubernetes Infra Manager and manages the Envoy `ServiceAccount`. Support should be added for managing the Envoy `Service`.

enhancement
help wanted
area/infra-mgr

Currently, EG only supports IPv4. For example, an Infra IR proxy listen address represents an IPv4 address. The code should be audited for IPv4-ism's and updated to support a dual-stack...

kind/enhancement
help wanted
area/translator
area/infra-mgr
provider/kubernetes

Convert the infra `Manager` struct into an interface. This should be done when additional infra providers are supported. Have all providers implement the interface. xref: https://github.com/envoyproxy/gateway/pull/178#discussion_r932701218

help wanted
area/infra-mgr

The [design doc](https://github.com/envoyproxy/gateway/blob/main/docs/design/SYSTEM_DESIGN.md) details how Envoy Gateway (EG) translates Gateway API objects into Envoy configuration and infrastructure. However, the document does not detail how EG handles the opposite workflow. What...

documentation

How should EG support best practices for running Envoy as an edge proxy? xref: https://www.envoyproxy.io/docs/envoy/latest/configuration/best_practices/edge

enhancement
help wanted
question

*Description*: Design an internal metadata API used by all IR objects. Potential use cases: 1. Used to reference the external object(s) that were used to create the IR object. 2....

enhancement

*Description*: Pass spec.generation to newCondition(), so status.observedGeneration can be set. [optional *Relevant Links*:] Requires: https://github.com/envoyproxy/gateway/pull/150

enhancement
help wanted

The community has established Gateway API [conformance](https://gateway-api.sigs.k8s.io/concepts/guidelines/?h=conformance#conformance) as the target of the [0.0.2 release](https://github.com/envoyproxy/gateway/milestone/1). This is a meta issue, in that issues, PRs, etc. that target this goal should be...

help wanted
release-note