-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Bug]: I can't Deploy a Milvus cluster in my k8s cluster #24607
Comments
/assign @locustbaby |
hi @AdmondGuo |
HI @locustbaby,
I tried to install milvus on k8s cluster, but I found I need StorageClass. So I build a Storage by nfs and set it as default.
finally I install milvus, then get previous pods status. |
Sorry my bad, |
@locustbaby
|
That seems there isn't PVC now, |
Yes,PVCs are pending.
|
@locustbaby Sorry, but I still not fix the problem. I know not much about K8S. Could you please help me fix it?
I think that's why I found PVCs are all pending. And this is my StorageClass config:
Maybe the provisioner image url is wrong? How can I check it? |
@AdmondGuo Hi, the error |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
/reopen facing the exact same issue |
@Syed-Faizal-S: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Is there an existing issue for this?
Environment
Current Behavior
I try to install milvus cluster by this page:https://milvus.io/docs/install_cluster-milvusoperator.md
I build a k8s cluster in aliyun.It contains 3 server, each has 4 cores 16G mem.
When I started install milvus, I found storageclass not found. So I set NFS as my defualt storageclass.
Then I try to start the deployment, but status still pending.
pods status:
What should I do to fix the error?
Expected Behavior
Deploy milvus correctly.
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: