使用下面的命令安装 Istio
istioctl install --set profile=default -y
错误信息如下
✘ Istiod encountered an error: failed to wait for resource: resources not ready after 5m0s: timed out waiting for the condition
Deployment/istio-system/istiod
✘ Ingress gateways encountered an error: failed to wait for resource: resources not ready after 5m0s: timed out waiting for the condition
Deployment/istio-system/istio-ingressgateway
- Pruning removed resources Error: failed to install manifests: errors occurred during operation
请问如何解决?
原来是 node 服务器不够用,加了几台服务器后安装成功
✔ Istio core installed
✔ Istiod installed
✔ Ingress gateways installed
✔ Installation complete
请问如何加node服务器