command
module
Version:
v0.0.0-...-4cfcb05
Opens a new window with list of versions in this module.
Published: Aug 30, 2016
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
capman
A manager for CAP systems to track peers and event on leave/join
Usage
Heartbeat based on health check running scripts for various events as other peers report in
capman --host=$(hostname) \
--ip=${LOCAL_IPV4} \
--prefix=k8s/master/runtime/${CLOUD_DETAIL}/etcd \
heartbeat \
--liveliness-check-url=http://localhost:4001 \
--liveliness-check-timeout=10s \
--bootstrap="/opt/etcd/bootstrap.sh" \
--quorum-gained="/opt/etcd/quorum-gained.sh" \
--quorum-lost="/opt/etcd/quorum-lost.sh" \
--peer-join="/opt/etcd/peer-join.sh" \
--peer-leave="/opt/etcd/peer-leave.sh"
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
|
|
|
Package state stores and retrieves the peer information for coordination.
|
Package state stores and retrieves the peer information for coordination. |
Click to show internal directories.
Click to hide internal directories.