Thanks for improving this cluster automation repo.
git clone <your-fork-or-origin-url> k3s-cluster
cd k3s-clusterInstall local hooks once:
brew install pre-commit
pre-commit installbash -n scripts/*.sh
pre-commit run --all-files
python3 scripts/security_scrub.py --no-historyFor security-sensitive changes, also review docs/SECURITY_RULEBOOK.md.
- Keep changes focused and reversible.
- Never commit secrets, kubeconfigs, tokens, or machine-specific credentials.
- Keep tracked manifests secret-free; real values must live in local-only secret overlays.
- Document workflow changes in
README.mdandSTACK.md. - Follow
docs/SECURITY_RULEBOOK.mdincident flow if leakage is detected.
- What changed and why
- How it was tested
- Risk notes (if any)