-
Notifications
You must be signed in to change notification settings - Fork 501
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
higress 是否支持数据面的命名空间级别隔离 #217
Comments
可以在不同命名空间部署多个,控制面也是需要部署多个,根据watchNamespace helm参数设置只监听该命名空间的 ingress即可 |
oneNamespace: false |
嗯 这块目前证书注册到所有命名空间下了,需要修复下只注册到当前命名空间 |
怎么操作,可以说的详细点?非常感谢! |
有什么配置,或者操作规避这个吗? |
@2717990609 需要开发支持下这个 |
你好,再咨询3个问题: |
是的,删除没有用的,是程序创建的,这需要控制面调整逻辑,会尽快支持这个的 |
好的,非常期待 |
请问下,如果打开service mesh选项,接入第三方istiod,能否规避这个问题呢? |
@fizos 对的,这个是可以的,不过需要额外安装istio了 |
@2717990609 @fizos 最新rc版本已经支持,可以执行 helm install/upgrade --devel 升级下 |
higress 能否将具体namespace的ingress与该namespace中的gateway组件配置关联起来?
如果支持,这种模式下,控制面是否也需要按照namespace层级进行部署,还是可以采用在任意namespace中部署控制面即可
The text was updated successfully, but these errors were encountered: