k3s/docs/design/clustering
Jeff Lowdermilk 553f9f822b Add ga-beacon analytics to gendocs scripts
hack/run-gendocs.sh puts ga-beacon analytics link into all md files,
hack/verify-gendocs.sh verifies presence of link.
2015-05-15 18:56:38 -07:00
..
.gitignore Design doc for clustering. 2015-01-07 12:35:38 -08:00
Dockerfile Add Dockerfile for sequence diagram generation 2015-01-26 15:25:47 -08:00
Makefile Add Dockerfile for sequence diagram generation 2015-01-26 15:25:47 -08:00
README.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
dynamic.png Small tweaks to sequence diagram generation. 2015-01-26 10:35:20 -08:00
dynamic.seqdiag Design doc for clustering. 2015-01-07 12:35:38 -08:00
static.png Small tweaks to sequence diagram generation. 2015-01-26 10:35:20 -08:00
static.seqdiag Design doc for clustering. 2015-01-07 12:35:38 -08:00

README.md

This directory contains diagrams for the clustering design doc.

This depends on the seqdiag utility. Assuming you have a non-borked python install, this should be installable with

pip install seqdiag

Just call make to regenerate the diagrams.

Building with Docker

If you are on a Mac or your pip install is messed up, you can easily build with docker.

make docker

The first run will be slow but things should be fast after that.

To clean up the docker containers that are created (and other cruft that is left around) you can run make docker-clean.

If you are using boot2docker and get warnings about clock skew (or if things aren't building for some reason) then you can fix that up with make fix-clock-skew.

Automatically rebuild on file changes

If you have the fswatch utility installed, you can have it monitor the file system and automatically rebuild when files have changed. Just do a make watch.

Analytics