Skip to content
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

feat: introduce 'kvrocks-controller' to manage the cluster of kvrocks #58

Merged
merged 6 commits into from
Oct 23, 2023

Conversation

jiayouxujin
Copy link
Collaborator

@jiayouxujin jiayouxujin commented Sep 12, 2023

Hi,
This pr is for introducing kvrocks-controller to manage the cluster.

if err != nil {
return err
}
resp, err := c.client.Post(c.controller.EndPoint+"/namespaces/"+c.controller.Namespace+"/clusters", "application/json", strings.NewReader(string(clusterOptionJson)))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do those URLs have a common prefix?

@jiayouxujin jiayouxujin marked this pull request as ready for review September 19, 2023 08:40
@jiayouxujin jiayouxujin changed the title [WIP] feat: introduce 'kvrocks-ctontroller' to manage the cluster of kvrocks [WIP] feat: introduce 'kvrocks-controller' to manage the cluster of kvrocks Sep 19, 2023
@jiayouxujin jiayouxujin changed the title [WIP] feat: introduce 'kvrocks-controller' to manage the cluster of kvrocks feat: introduce 'kvrocks-controller' to manage the cluster of kvrocks Sep 19, 2023
@ColinChamber ColinChamber merged commit 0f74878 into RocksLabs:unstable Oct 23, 2023
2 checks passed
jiayinzhang-mint pushed a commit to jiayinzhang-mint/kvrocks-operator that referenced this pull request Nov 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants