Replies: 1 comment
-
You can specify the namespace where you want to install
Although the following doc does not use IstioCNI, it gives you some pointers on how to configure multiple control planes in sail operator - https://github.com/istio-ecosystem/sail-operator/tree/main/docs#multiple-meshes-on-a-single-cluster |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We are designing a multi-tenant platform and want to deploy Istiod and IngressGateway per tenant in dedicated namespaces, and have Istio CNI deployed in a shared way in its namespace. Currently, there is no way (?) to specify the CNI namespace when creating an Istio resource. In istiod logs, '--cniNamespace' is set to the same namespace where istiod is deployed. Can it be overridden somehow?
Is there any example how to configure multiple istio control planes / ingress gateways and single shared CNI / z-tunnel ?
Beta Was this translation helpful? Give feedback.
All reactions