# 这个命令执行个大约1-2分钟 [root@master ~]# istioctl install --set profile=demo -y Detected that your cluster does not support third party JWT authentication. Falling back to less secure first party JWT. See https://istio.io/v1.10/docs/ops/best-practices/security/#configure-third-party-service-account-tokens for details. ! values.global.jwtPolicy is deprecated; use Values.global.jwtPolicy=third-party-jwt. See http://istio.io/latest/docs/ops/best-practices/security/#configure-third-party-service-account-tokens for more information instead ✔ Istio core installed ✔ Istiod installed ✔ Egress gateways installed ✔ Ingress gateways installed ✔ Installation complete Thank you for installing Istio 1.10. Please take a few minutes to tell us about your install/upgrade experience! https://forms.gle/KjkrDnMPByq7akrYA # 查看资源 [root@master ~]# kubectl get all -n istio-system NAME READY STATUS RESTARTS AGE pod/istio-egressgateway-c6c658767-ltlwn 1/1 Running 0 89s pod/istio-ingressgateway-8485d56f8f-s7kzp 1/1 Running 0 89s pod/istiod-65968f8777-95nlf 1/1 Running 0 2m1s
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE service/istio-egressgateway ClusterIP 10.106.244.253 <none> 80/TCP,443/TCP 88s service/istio-ingressgateway LoadBalancer 10.104.122.240 <pending> 15021:31895/TCP,80:31815/TCP,443:31672/TCP,31400:30284/TCP,15443:31179/TCP 88s service/istiod ClusterIP 10.100.72.88 <none> 15010/TCP,15012/TCP,443/TCP,15014/TCP 2m1s
NAME READY UP-TO-DATE AVAILABLE AGE deployment.apps/istio-egressgateway 1/1 1 1 89s deployment.apps/istio-ingressgateway 1/1 1 1 89s deployment.apps/istiod 1/1 1 1 2m1s
NAME DESIRED CURRENT READY AGE replicaset.apps/istio-egressgateway-c6c658767 1 1 1 89s replicaset.apps/istio-ingressgateway-8485d56f8f 1 1 1 89s replicaset.apps/istiod-65968f8777 1 1 1 2m1s