Istio 1.6.7在k8s 1.16.4上部署失败

[root@istio-master1:/usr/local/src/istio-1.6.7]# istioctl install --set profile=demo
Detected that your cluster does not support third party JWT authentication. Falling back to less secure first party JWT. See https://istio.io/docs/ops/best-practices/security/#configure-third-party-service-account-tokens for details.
✔ Istio core installed
✘ Istiod encountered an error: failed to wait for resource: resources not ready after 5m0s: timed out waiting for the condition
Deployment/istio-system/istiod
✘ Egress gateways encountered an error: failed to wait for resource: resources not ready after 5m0s: timed out waiting for the conditionem/istio-egressgateway, Deployment/istio-system/istio-ingressgateway, Deployment/istio-system/ist...
Deployment/istio-system/istio-egressgateway
✘ Ingress gateways encountered an error: failed to wait for resource: resources not ready after 5m0s: timed out waiting for the conditionteway, Deployment/istio-system/istio-tracing, Deployment/istio-system/prometheus
Deployment/istio-system/istio-ingressgateway
✘ Addons encountered an error: failed to wait for resource: resources not ready after 5m0s: timed out waiting for the conditionnt/istio-system/prometheus
Deployment/istio-system/grafana
Deployment/istio-system/istio-tracing
Deployment/istio-system/prometheus

  • Pruning removed resources Error: failed to apply manifests: errors occurred during operation

但是看pod的话,貌似都正常呢:
[root@istio-master2:~]# kubectl get pod -n istio-system
NAME READY STATUS RESTARTS AGE
grafana-5dc4b4676c-jxm99 1/1 Running 0 8h
istio-egressgateway-65d5579779-dg8zb 1/1 Running 0 8h
istio-ingressgateway-7895c9764d-5tr5s 1/1 Running 0 8h
istio-tracing-8584b4d7f9-phhxq 1/1 Running 0 8h
istiod-7988b4d788-lgn9x 1/1 Running 0 8h
kiali-6f457f5964-zj5gk 1/1 Running 0 8h
prometheus-67988db74f-gvzv8 2/2 Running 0 8h

猜你喜欢

转载自blog.51cto.com/docker/2518498