mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-29 06:06:03 +00:00
10 lines
309 B
Markdown
10 lines
309 B
Markdown
This directory contains diagrams for the clustering design doc.
|
|
|
|
This depends on the `seqdiag` [utility](http://blockdiag.com/en/seqdiag/index.html). Assuming you have a non-borked python install, this should be installable with
|
|
|
|
```bash
|
|
pip install seqdiag
|
|
```
|
|
|
|
Just call `make` to regenerate the diagrams.
|