Skip to content

simplenetes-io/simplenetesd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Simplenetes Daemon (simplenetesd)

A Daemon which runs on the hosts in the cluster to manage the life cycles of the pods.

Build a release of the daemon

./make.sh

Install

simplenetesd is a standalone executable, written in POSIX-compliant shell script and will run anywhere there is Bash/Dash/Ash installed.

LATEST_VERSION=$(curl -s -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/simplenetes-io/simplenetesd/releases/latest | grep tag_name | cut -d":" -f2 | tr -d ",|\"| ")
curl -LO https://github.com/simplenetes-io/simplenetesd/releases/download/$LATEST_VERSION/simplenetesd
chmod +x simplenetesd
sudo mv simplenetesd /usr/local/bin

For further instructions on the Daemon refer to the Simplenetes documentation.

About

A Daemon which runs on the hosts in the cluster to manage the life cycles of the pods

Resources

License

Stars

Watchers

Forks

Languages