k3s/docs/design/clustering
Tim Hockin b0fa2056a6 Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
..
.gitignore
Dockerfile Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
Makefile Remove support for boot2docker 2016-10-03 19:42:20 -07:00
README.md Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
dynamic.png
dynamic.seqdiag Spelling fixes inspired by github.com/client9/misspell 2016-02-18 06:58:05 +07:00
static.png
static.seqdiag

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.

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