-
Notifications
You must be signed in to change notification settings - Fork 707
Labels
area/infra-mgrIssues related to the provisioner used for provisioning the managed Envoy Proxy fleet.Issues related to the provisioner used for provisioning the managed Envoy Proxy fleet.provider/kubernetesIssues related to the Kubernetes providerIssues related to the Kubernetes provider
Milestone
Description
thinking out loud, potential API could look like
deploymentMode:
watch:
namespaces: .........
deploy:
envoy:
namespaceType: GatewayNamespace
- By default (when this field is unset), EG watches all resources in all namespaces, and depoys infra in the namespace where EG is running (
ControllerNamespace) watch.namespacescan be used to set the specific namespaces to watch resources (Gateway, xRoute, Service etc)deploy.envoy.namespaceTypecan be used to specify to EG to deploy proxy infra to deploy envoy deployments in the namespace where the Gateway is created in. This option will need a helm knob too, to configure added permissions to be able to create deployments and services in other namespaces
Originally posted by @arkodg in #1117 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/infra-mgrIssues related to the provisioner used for provisioning the managed Envoy Proxy fleet.Issues related to the provisioner used for provisioning the managed Envoy Proxy fleet.provider/kubernetesIssues related to the Kubernetes providerIssues related to the Kubernetes provider