Skip to content

etcd vfox plugin. Use the vfox to manage multiple etcd server & etcdctl & etcductl versions in Linux/Darwin/Windows. Also can be used to install an etcd with failpoint.

License

Notifications You must be signed in to change notification settings

version-fox/vfox-etcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

E2E tests

vfox-etcd plugin

etcd vfox plugin. Use the vfox to manage multiple etcd & etcdctl & etcductl versions in Linux/Darwin MacOS/Windows. Also can be used to build etcd with failpoint.

Usage

# install plugin
vfox add --source https://github.com/version-fox/vfox-etcd/archive/refs/heads/main.zip etcd

# install an available etcd version
vofx search etcd
# or specific version 
vfox install [email protected]

etcd with failpoint (Only support in Unix-like OS system)

For the chaos testing proposal, you can also utilize vfox-etcd to build etcd with failpoint. Example:

Requirements:

# install etcd with failpoint
BUILD_WITH_FAILPOINT=yes vfox install [email protected]

vfox use [email protected]
# start etcd with failpoint
GOFAIL_HTTP="127.0.0.1:22381" etcd

# get all failpoint
curl http://127.0.0.1:22381

About

etcd vfox plugin. Use the vfox to manage multiple etcd server & etcdctl & etcductl versions in Linux/Darwin/Windows. Also can be used to install an etcd with failpoint.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published