-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure Envoy Gateway in different Deployment modes #1117
Labels
area/api
API-related issues
area/infra-mgr
Issues related to the provisioner used for provisioning the managed Envoy Proxy fleet.
area/provider
help wanted
Extra attention is needed
kind/enhancement
New feature or request
Milestone
Comments
arkodg
added
kind/enhancement
New feature or request
help wanted
Extra attention is needed
area/api
API-related issues
area/infra-mgr
Issues related to the provisioner used for provisioning the managed Envoy Proxy fleet.
area/provider
labels
Mar 9, 2023
+1 for option (2) |
thinking out loud, potential API could look like
|
arkodg
added a commit
to arkodg/gateway
that referenced
this issue
May 10, 2023
Relates to envoyproxy#1117 ``` apiVersion: config.gateway.envoyproxy.io/v1alpha1 kind: EnvoyGateway gateway: controllerName: gateway.envoyproxy.io/gatewayclass-controller provider: type: Kubernetes kubernetes: mode: watch: namespaces: - "ns-1" - "ns-2" ``` Signed-off-by: Arko Dasgupta <[email protected]>
zirain
pushed a commit
that referenced
this issue
May 17, 2023
* Add API for Deployment Mode Relates to #1117 ``` apiVersion: config.gateway.envoyproxy.io/v1alpha1 kind: EnvoyGateway gateway: controllerName: gateway.envoyproxy.io/gatewayclass-controller provider: type: Kubernetes kubernetes: mode: watch: namespaces: - "ns-1" - "ns-2" ``` Signed-off-by: Arko Dasgupta <[email protected]> * rm top level mode Signed-off-by: Arko Dasgupta <[email protected]> * fix Signed-off-by: Arko Dasgupta <[email protected]> --------- Signed-off-by: Arko Dasgupta <[email protected]>
tanujd11
pushed a commit
to tanujd11/gateway
that referenced
this issue
May 20, 2023
* Add API for Deployment Mode Relates to envoyproxy#1117 ``` apiVersion: config.gateway.envoyproxy.io/v1alpha1 kind: EnvoyGateway gateway: controllerName: gateway.envoyproxy.io/gatewayclass-controller provider: type: Kubernetes kubernetes: mode: watch: namespaces: - "ns-1" - "ns-2" ``` Signed-off-by: Arko Dasgupta <[email protected]> * rm top level mode Signed-off-by: Arko Dasgupta <[email protected]> * fix Signed-off-by: Arko Dasgupta <[email protected]> --------- Signed-off-by: Arko Dasgupta <[email protected]>
arkodg
added a commit
to arkodg/gateway
that referenced
this issue
Jun 30, 2023
Relates to envoyproxy#1117 Signed-off-by: Arko Dasgupta <[email protected]>
arkodg
added a commit
that referenced
this issue
Jul 4, 2023
* Implement Watch Namespaces Relates to #1117 Signed-off-by: Arko Dasgupta <[email protected]>
github-project-automation
bot
moved this from Todo
to Done
in Envoy Gateway: The Road to GA
Feb 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/api
API-related issues
area/infra-mgr
Issues related to the provisioner used for provisioning the managed Envoy Proxy fleet.
area/provider
help wanted
Extra attention is needed
kind/enhancement
New feature or request
Description:
Today by default, Envoy Gateway
watches
for resources (Gateways, HTTPRoutes) in all namespaces, anddeploys
managed resources (Envoy Deployment, Service) in a single namespace (where EG is running e.g.envoy-gateway-system
)It would be great if the project supported other modes such as
Gateway
is created)This intent could be defined in the EnvoyGateway config
[optional Relevant Links:]
Relates to #1067
The text was updated successfully, but these errors were encountered: