operator
依赖
部署
istioctl operator initistioctl operator init --watchedNamespaces=istio-namespace1,istio-namespace2helm template manifests/charts/istio-operator/ \
--set hub=docker.io/istio \
--set tag=1.8.0 \
--set operatorNamespace=istio-operator \
--set watchedNamespaces=istio-system | kubectl apply -f -使用operator安装istio
Last updated