I’m installing istio using istioctl, but I’ve been having timeout problems, in istioctl it shows this
✘ Istiod encountered an error: failed to wait for resource: resources not ready after 5m0s: timed out waiting for the condition
and when I see the kubectl describe I got
0/2 nodes are available: 2 Insufficient memory.
(combined from similar events): Unable to attach or mount volumes: unmounted volumes=[istiod-ca-cert], unattached volumes=[config-volume istiod-ca-cert istio-token podinfo ingressgateway-ca-certs istio-ingressgateway-service-account-token-q64xg ingressgatewaysdsudspath istio-envoy ingressgateway-certs]: timed out waiting for the condition
Unable to attach or mount volumes: unmounted volumes=[istiod-ca-cert], unattached volumes=[istio-token istio-config-volume config-volume istio-certs prometheus-token-9wfxm istiod-ca-cert istio-envoy]: timed out waiting for the condition
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi there,
This looks like the amount fo memory istio requires is not available on your current nodes. You can see the amount of available memory for each node size here:https://www.digitalocean.com/docs/kubernetes/#allocatable-memory
I would recommend replacing your current nodes with larger ones and seeing if that allows istio to deploy.
Hope this helps!
Regards,
John
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.