i was able to check it . clean install using chart version 1.16.3, of istio-base, istiod, istio-cni -> helm values include istiod: enableAnalysis: false pilot: env: PILOT_ENABLE_GATEWAY_API_DEPLOYMENT_CONTROLLER: false i got the following error on istiod "oyments.apps is forbidden: Us...
Istio Helm Chart 详解 - Pilot 前言Pilot 也是Istio 的核心组件,负责以下任务:监听注册中心,例如 Kubernetes 中的服务信息变化。监听 Istio 的路由相关 CRD 资源。两项内容结合,生成 Envoy 可以理解的配置信息发送给 Envoy。values.yaml 中的全局变量 enabled: true replicaCount: 1 autoscaleMin: 1 autoscaleMa...
version:{{ .Values.image.tag | default .Chart.AppVersion }} {{- include "kafka-ui.selectorLabels" . | nindent 8 }} {{- if .Values.podLabels }} {{- toYaml .Values.podLabels | nindent 8 }} Expand DownExpand Up@@ -74,7 +72,7 @@ spec: ...