This is an automated email from the ASF dual-hosted git repository.
hulk pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks-controller.git
The following commit(s) were added to refs/heads/unstable by this push:
new 3cebdb9 Add NOTICE and asf.yaml (#117)
3cebdb9 is described below
commit 3cebdb9e612e192896461b740dbcdeff4ec378e2
Author: Twice <[email protected]>
AuthorDate: Wed Sep 27 11:21:25 2023 +0900
Add NOTICE and asf.yaml (#117)
---
.asf.yaml | 37 +++++++++++++++++++++++++++++++++++++
NOTICE | 5 +++++
README.md | 8 ++++----
3 files changed, 46 insertions(+), 4 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..068c23a
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,37 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+# For more information, see
https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features.
+
+github:
+ description: >-
+ Apache Kvrocks Controller is a cluster management tool for Apache Kvrocks.
+ homepage: https://kvrocks.apache.org/
+ labels:
+ - kvrocks
+ - controller
+ - cluster
+ - distributed
+ - database
+ - redis
+ - redis-cluster
+ enabled_merge_buttons:
+ squash: true
+ merge: false
+ rebase: true
+ protected_branches:
+ unstable: {}
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..c8f829b
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,5 @@
+Apache Kvrocks Controller
+Copyright 2023 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
diff --git a/README.md b/README.md
index 3fe18de..8ebf148 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-# Kvrocks Cluster Controller
+# Apache Kvrocks Controller
[](https://github.com/apache/kvrocks-controller/actions)
[](https://goreportcard.com/report/github.com/apache/kvrocks-controller)
[](https://codecov.io/gh/apache/kvrocks-controller)
-Controller for the [Kvrocks](https://github.com/apache/incubator-kvrocks#---)
cluster has the following key features:
+Apache Kvrocks Controller is a cluster management tool for [Apache
Kvrocks](https://github.com/apache/incubator-kvrocks), including the following
key features:
* Failover - controller will failover or remove the master/slave node when
probing failed
* Scale out the cluster in one line command
@@ -23,7 +23,7 @@ $ cd kvrocks-controller
$ make # You can find the binary file in the `_build` dir if all goes good
# ---
# If you do not have a suitable Golang compilation environment locally, you
can also use 'make BUILDER_IMAGE=<golang:version>' to choose a Golang image for
compilation.
-# $make BUILDER_IMAGE=golang:1.20.3
+# $ make BUILDER_IMAGE=golang:1.20.3
```
### Overview

@@ -43,4 +43,4 @@ $ ./_build/kvctl-server -c config/config.yaml

-For the HTTP API, you can find the [HTTP API(work in progress)](docs/API.md)
for more details.
\ No newline at end of file
+For the HTTP API, you can find the [HTTP API(work in progress)](docs/API.md)
for more details.