You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e2d is a command-line tool for deploying and managing etcd clusters, both in the cloud or on bare-metal. It also includes [e2db](https://github.com/criticalstack/e2d/tree/master/pkg/e2db), an ORM-like abstraction for working with etcd.
7
6
8
7
## Table of Contents
9
8
9
+
-[What does the NXTLytics fork of e2d change?](#what-does-the-nxtlytics-fork-of-e2d-change)
10
10
-[What is e2d](#what-is-e2d)
11
11
-[Features](#features)
12
12
-[Design](#design)
@@ -24,10 +24,18 @@ e2d is a command-line tool for deploying and managing etcd clusters, both in the
24
24
-[Running with Kubernetes](#running-with-kubernetes)
25
25
-[FAQ](#faq)
26
26
27
+
## What does the NXTLytics fork of e2d change?
28
+
29
+
See the Github Releases page for a list of the changes for each release.
30
+
31
+
Releases are versioned in the format `v{upstream}-nxt+{nxtlytics version}`, where `upstream` is the version number from CriticalStack, and `nxtlytics version` is the enhancement version from this fork.
32
+
27
33
## What is e2d
28
34
29
35
e2d is designed to manage highly available etcd clusters in the cloud. It can be configured to interact directly with your cloud provider to seed the cluster membership and backup/restore etcd data.
30
36
37
+
e2d was originally created by the [CriticalStack team](https://github.com/criticalstack/), and we are extremely grateful to them for their contribution to the Open Source community!
0 commit comments