k3s/docs/design/clustering
mikebrow 6bdc0bfdb7 address issue #1488; clean up linewrap and some minor editing issues in the docs/design/* tree
Signed-off-by: mikebrow <brownwm@us.ibm.com>
2016-04-19 13:04:24 -05:00
..
.gitignore
Dockerfile Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
Makefile Add boilerplate checks for Makefiles 2016-02-03 18:35:26 -05:00
README.md address issue #1488; clean up linewrap and some minor editing issues in the docs/design/* tree 2016-04-19 13:04:24 -05:00
dynamic.png Small tweaks to sequence diagram generation. 2015-01-26 10:35:20 -08:00
dynamic.seqdiag Spelling fixes inspired by github.com/client9/misspell 2016-02-18 06:58:05 +07:00
static.png Small tweaks to sequence diagram generation. 2015-01-26 10:35:20 -08:00
static.seqdiag

README.md

WARNING WARNING WARNING WARNING WARNING

PLEASE NOTE: This document applies to the HEAD of the source tree

If you are using a released version of Kubernetes, you should refer to the docs that go with that version.

The latest release of this document can be found [here](http://releases.k8s.io/release-1.2/docs/design/clustering/README.md).

Documentation for other releases can be found at releases.k8s.io.

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