ekco
1.0.0
EKCO is responsible for performing various operations to maintain the health of a kURL cluster.
Documentation
make docker-image
kubectl apply -k deploy/
This method is very much out of sync and doesn't work. The current best way to test is to deploy a kurl cluster and modify the deployment to pull the docker container produced as part of development.
Steps
To make a new release push a tag in the format v[0-9]+.[0-9]+.[0-9]+(-[0-9a-z-]+)?
.
git tag -a v0.1.0 -m "Release v0.1.0" && git push origin v0.1.0