Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 453 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 453 Bytes

The Kubernetes Book

Lab files for The Kubernetes Book.

Enjoy!


Master branch renamed to main

I've renamed the master branch to main.

Run the following commands if you have an older copy of the repo on your local machine and don't want to lose changes...

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

Errata

  • page 155. typo: incomng should be incoming