【发布时间】:2021-04-17 13:17:10
【问题描述】:
如何配置由 istio 操作员管理的入口网关 TLS(使用 kind:IstioOperator)。我没有看到包含的正常网关规格。
文档中的示例:
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
spec:
profile: default
hub: gcr.io/istio-testing
tag: latest
revision: 1-8-0
meshConfig:
accessLogFile: /dev/stdout
enableTracing: true
components:
egressGateways:
- name: istio-egressgateway
enabled: true
https://istio.io/latest/docs/reference/config/istio.operator.v1alpha1/#GatewaySpec
【问题讨论】:
标签: kubernetes istio istio-gateway