https://github.com/mritd/etcd-pack
build the deb package for etcd.
https://github.com/mritd/etcd-pack
Last synced: over 1 year ago
JSON representation
build the deb package for etcd.
- Host: GitHub
- URL: https://github.com/mritd/etcd-pack
- Owner: mritd
- Created: 2020-01-08T08:07:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-18T03:21:50.000Z (about 5 years ago)
- Last Synced: 2025-03-19T01:08:34.017Z (over 1 year ago)
- Language: Shell
- Size: 65.4 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## etcd-pack
> 本仓库为 etcd 二进制文件生安装包,方便在宿主机安装以及配置。
### 一、使用
可直接从 [release](https://github.com/mritd/etcd-pack/releases) 页面下载对应版本安装包,然后执行 `etcd_*.run install` 既可安装。
```sh
➜ ./etcd_v3.4.14.run
Verifying archive integrity... 100% MD5 checksums are OK. All good.
Uncompressing etcd - highly-available key value store 100%
NAME:
etcd_v3.4.14.run - Etcd Install Tool
USAGE:
etcd_v3.4.14.run command
AUTHOR:
mritd
COMMANDS:
install Install Etcd to the system
uninstall Uninstall Etcd and keeping the data directory
purge Uninstall Etcd and remove the data directory
COPYRIGHT:
Copyright (c) 2021 mritd, All rights reserved.
```
### 二、配置
默认情况下,**安装包会释放 `/etc/etcd` 目录,该目录存放一些样例配置:**
- etcd.cluster.yaml: 集群样例配置
- etcd.single.yaml: 单点样例配置
- etcd.yaml: 默认配置
可自行修改相关配置来选择启动单点模式与集群模式。