Deepak Goel
Deepak Goel
I agree with @joejulian. Route lookup is probably the right thing to figure out the correct interface. One less parameter and support for a cluster with heterogeneous machines.
Here is a sample config that I tried in my operator: 1. `namespace.yaml`: ```yaml apiVersion: v1 kind: Namespace metadata: name: istio-operator labels: istio-operator-managed: Reconcile istio-injection: disabled ``` 2. `deployment.yaml` ```yaml...
@kensipe I like the proposal. One question: Will the namespace be removed on uninstall?
@jpeach @lunighty Is there a plan to have a fix in Envoy code or do you think the current approach with EnvoyFilter is sufficient?