Kubernetes PDF Documentation
This repository contains all the Kubernetes documentation in PDF format, generated automatically.
How the files are structured?
PDF files are grouped in sections:
- Setup
- Concepts
- Getting Started Guide (Independent Solutions)
- Tasks
- Tutorials
- Reference
- Imported Docs
For a more detailed index, see here
Dependencies
librsvg: For Mac:brew install librsvg. refxelatex: I installed it on my Macbook by: 1. Install pkg 2. Download ucharcat.sty 3. Place it under a certain directorypandoc: For mac,brew install pandocpython3pipenvpypandocrequests-html
How to run the code
- Install the dependencies. Use
$ pipenv installfor installing python packages. $ pipenv shell$ python kubernetes-doc.py