Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 286 Bytes

trainer-notes.md

File metadata and controls

5 lines (3 loc) · 286 Bytes

Kubernetes cluster

Writing and CI

Automated tests can extract Kubernetes YAML from markdown files and automatically lint them. For this to work, annotate your multi-line code blocks with both yaml and k8s. Your multi-line code block will have as its first line ````yaml,k8s`.