-
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
[Enhancement]: Enable resource group API in milvus client #38739
Labels
kind/enhancement
Issues or changes related to enhancement
Comments
/assign |
sre-ci-robot
pushed a commit
to milvus-io/pymilvus
that referenced
this issue
Dec 25, 2024
issue: milvus-io/milvus#38739 this PR enable those API in milvus client: - create_resource_group - update_resource_groups - drop_resource_group - describe_resource_group - list_resource_groups - transfer_replica cause the resource group prefer to use declarative api, so the transfer_node API is deprecated in milvus client, it's recommand to use update_resource_group to manage node num in resource group. Signed-off-by: Wei Liu <[email protected]>
weiliu1031
added a commit
to weiliu1031/pymilvus
that referenced
this issue
Dec 26, 2024
issue: milvus-io/milvus#38739 this PR enable those API in milvus client: - create_resource_group - update_resource_groups - drop_resource_group - describe_resource_group - list_resource_groups - transfer_replica cause the resource group prefer to use declarative api, so the transfer_node API is deprecated in milvus client, it's recommand to use update_resource_group to manage node num in resource group. Signed-off-by: Wei Liu <[email protected]>
weiliu1031
added a commit
to weiliu1031/pymilvus
that referenced
this issue
Dec 26, 2024
issue: milvus-io/milvus#38739 this PR enable those API in milvus client: - create_resource_group - update_resource_groups - drop_resource_group - describe_resource_group - list_resource_groups - transfer_replica cause the resource group prefer to use declarative api, so the transfer_node API is deprecated in milvus client, it's recommand to use update_resource_group to manage node num in resource group. Signed-off-by: Wei Liu <[email protected]>
This was referenced Dec 26, 2024
sre-ci-robot
pushed a commit
to milvus-io/pymilvus
that referenced
this issue
Dec 26, 2024
issue: milvus-io/milvus#38739 pr: #2513 this PR enable those API in milvus client: - create_resource_group - update_resource_groups - drop_resource_group - describe_resource_group - list_resource_groups - transfer_replica cause the resource group prefer to use declarative api, so the transfer_node API is deprecated in milvus client, it's recommand to use update_resource_group to manage node num in resource group. Signed-off-by: Wei Liu <[email protected]>
sre-ci-robot
pushed a commit
to milvus-io/pymilvus
that referenced
this issue
Dec 26, 2024
issue: milvus-io/milvus#38739 pr: #2513 this PR enable those API in milvus client: - create_resource_group - update_resource_groups - drop_resource_group - describe_resource_group - list_resource_groups - transfer_replica cause the resource group prefer to use declarative api, so the transfer_node API is deprecated in milvus client, it's recommand to use update_resource_group to manage node num in resource group. Signed-off-by: Wei Liu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
What would you like to be added?
Enable resource group API in milvus client
Why is this needed?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: