From d85b4621c075ccfc79c804890ca5223e3d65df84 Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Thu, 7 Jul 2022 15:26:07 -0700 Subject: [PATCH 1/3] Update readme Signed-off-by: Derek Nola --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 64c59943..06bbacf9 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,21 @@ # Kine (Kine is not etcd) ========================== -_NOTE: this repository has been recently (2020-11-19) moved out of the github.com/rancher org to github.com/k3s-io +_NOTE: On 2020-11-19, this repository was moved out of the github.com/rancher org to github.com/k3s-io supporting the [acceptance of K3s as a CNCF sandbox project](https://github.com/cncf/toc/pull/447)_. --- -Kine is an etcdshim that translates etcd API to sqlite, Postgres, Mysql, and dqlite +Kine is an etcdshim that translates etcd API to: +- SQLite +- Postgres +- MySQL +- Dqlite +- NATS Jetstream ## Features -- Can be ran standalone so any k8s (not just k3s) can use Kine +- Can be ran standalone so any k8s (not just K3s) can use Kine - Implements a subset of etcdAPI (not usable at all for general purpose etcd) - Translates etcdTX calls into the desired API (Create, Update, Delete) -- Backend drivers for dqlite, sqlite, Postgres, MySQL and NATS JetStream + +See an [example](/examples/minimal.md). \ No newline at end of file From 9237dcb2293c5c76958c5119965dcfd89e378bf8 Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Thu, 16 Feb 2023 15:03:21 -0800 Subject: [PATCH 2/3] Restrict dependabot to only Docker tags Signed-off-by: Derek Nola --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..c92d2405 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + + # Maintain dependencies for Docker Images + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file From 410f3dbdbe5b6e4dfe4b2da7200cdfa6c072d834 Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Fri, 17 Feb 2023 08:38:52 -0800 Subject: [PATCH 3/3] Remove dqlite Signed-off-by: Derek Nola --- README.md | 1 - examples/minimal.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 06bbacf9..a97cea0f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ Kine is an etcdshim that translates etcd API to: - SQLite - Postgres - MySQL -- Dqlite - NATS Jetstream ## Features diff --git a/examples/minimal.md b/examples/minimal.md index 5d87ebe8..ee5b537d 100644 --- a/examples/minimal.md +++ b/examples/minimal.md @@ -93,7 +93,7 @@ clusterName: kubernetes controllerManager: {} dns: type: CoreDNS -imageRepository: k8s.gcr.io +imageRepository: registry.k8s.io kind: ClusterConfiguration kubernetesVersion: v1.17.0 networking: