新版中已经支持kiali,你可以把istio升级上去,会自动启用kiali
kubectl -n kubesphere-system patch cc ks-installer --type merge --patch '{"status":{"servicemesh":{"status":"none"}}}'
kubectl -n kubesphere-system set image deployment/ks-installer installer=kubespheredev/ks-apiserver
kubectl -n kubesphere-system rollout restart deploy/ks-installer