3.7. 第 7 步 - 为其他命名空间打开网关 因为您已配置了网关,使用连接链接策略进行保护,并经过测试,您现在可以打开它以供其他命名空间中的其他团队使用。 流程 输入以下命令: kubectl patch gateway ${gatewayName} -n ${gatewayNS} --type='json' -p='[{"op": "replace", "path": "/spec/listeners/0/allowedRoutes/namespaces/from", "value":"All"}]' 前一个下一个