Closed E7ANA closed 1 year ago
Try using proxy ip instead of localhost
/assign @locustbaby any ideas?
/unassign
@E7ANA Hi, How did you install the milvus?
With mibikube and docker
https://milvus.io/docs/install_standalone-helm.md#Connect-to-Milvus Did you install it with operator/helm? Actually you can connect to milvus by same way cause they are all installed in k8s
https://milvus.io/docs/install_standalone-helm.md#Connect-to-Milvus 你是用operator/helm安装的吗?其实你可以用同样的方式连接到milvus,因为它们都安装在k8s中 我得到了相同的问题。。
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.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen
.
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.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen
.
Is there an existing issue for this?
Environment
Current Behavior
when I'm trying to connect for the first time with this code:
from pymilvus import connections connections.connect( alias="default", host='localhost', port='19530' )
I get this error messge:
raise MilvusException(Status.CONNECT_FAILED, pymilvus.exceptions.MilvusException: <MilvusException: (code=2, message=Fail connecting to server on localhost:19530. Timeout)>
I opened this port at my firewall, what else should I do? thanks.
Expected Behavior
It should connect to the server
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response