Hi there
I am new to Istio so I thought I should follow the guide below on how to get it installed on my machine:
When I get to the link above where you have to run:
istioctl install --set profile=demo
it fails to install all of the resources and outputs this message:
✘ 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 condition
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 condition
Deployment/istio-system/istio-ingressgateway
✘ Addons encountered an error: failed to wait for resource: resources not ready after 5m0s: timed out waiting for the condition
The final error:
Error: failed to apply manifests: errors occurred during operation
The k8 context I’m in is ‘minikube’.
When I check out the status for minikube, it is running so I’m not quite sure if it’s an Istio or K8 problem.
Any help would be much appreciated.
Thanks