Kubernetes PDF Documentation
September 24, 2022 ยท View on GitHub
This repository contains all the Kubernetes documentation in PDF format, generated automatically.
How the files are structured?
PDF files can be found under PDFs directory; they are grouped in sections:
- Setup (Getting Started)
- Concepts
- Tasks
- Tutorials
- Reference
kubectlReference
For a more detailed index, see here
Dependencies
dockerpython3pipenvrequests-html
How to run the code
- Install the dependencies. Use
$ pipenv installfor installing python packages. $ pipenv shell$ python kubernetes-doc.py$ ./gen_ref_docs.sh
Troubleshooting
- If weasyprint is stuck when generating pages, check if you run out of memory, generating the larger PDFs (e.g. Reference.pdf) is quite memory heavy.
Similar Project:
-
EPUB/MOBI version of the documents can be found here