apache / kvrocks-controller

Apache Kvrocks Controller is a cluster management tool for Apache Kvrocks.
https://kvrocks.apache.org/
Apache License 2.0
84 stars 42 forks source link

Deleting a cluster through the controller API interface does not take effect #156

Closed pangtujun closed 4 months ago

pangtujun commented 6 months ago

Calling the delete cluster interface to delete the cluster, the kvrocks cluster can still be accessed, and the node.conf file of the kvrocks node is still present, but the kvrocks node has not been reset

Delete/app/v1/namespaces/{namespace}/clusters/{cluster}

git-hulk commented 5 months ago

@pangtujun Thanks for your feedback, will take a look soon.

git-hulk commented 4 months ago

@pangtujun It's an expected behavior, we don't want to delete cluster information from the nodes for now. But you can use CLUSTER RESET to do that.