-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation stalled waiting for modules to be ready.. #130
Comments
hey @mikebaldry After installing kalm-operator and cert-manager, I believe the script will try to install istio. Depending on network conditions this can sometimes take up to 5-10 minutes. One way to diagnose the status of installing operators is to look at the status of namespaces with kubectl, for example:
Example output from my dev machine: From here, you can try to identify whether a pod is stuck, and further diagnose by examining pods. |
Yes, I see in the titlebar it's waiting for the istio stuff to appear. After inspecting my cluster, I don't have an When I look at the logs of kalm operator, I see this error repeated..
|
It seems your k8s cluster version is low, some feature is not enabled by default. Can you try kalm on a k8s cluster which version is not less than 1.15? |
Ah yes I'm on 1.14. it suggests in the docs it's supported. What do I need to enable? I'm happy to upgrade my cluster for fun and it's only running a few things which I can easily port. I feel it'd be useful to define what's required to get it working in 1.14 if it is supported though Many thanks |
I have had the same issue, the install being stuck. I had nodes with 2 vCPUs and 2GB of RAM for this. I upgraded them to 4 vCPUs and 8GB of RAM. Then the installation went smoothly. Afterwards I downgraded the nodes again. |
Thanks for the feedback. Sorry, it seems that the document is not clear enough. The installation failure of 1.14 should be mainly because some of the features that kalm depends on are not enabled on your cluster. In your case, it should be CustomResourceWebhookConversion.
|
It has done kalm-operator and cert-manager, and now it just sits there doing nothing. How can I help diagnose this issue?
The text was updated successfully, but these errors were encountered: