| layout | docs |
|---|---|
| title | Contributing — kubectl Cheatsheet |
Fix inaccuracies, add useful commands, and help keep the English and Russian editions in sync.
- Open the GitHub repository.
- Create a fork and a branch for your change.
- Update the matching files in
eng/andru/. - Run the local checks.
- Open a pull request with a short description.
ruby scripts/build_search_index.rb
ruby scripts/check_repo.rb
node --check assets/app.js
node --check assets/docs.js- add a useful command or practical workflow;
- fix a deprecated
kubectlflag; - improve a translation or explanation;
- report a broken link;
- improve accessibility or the mobile experience.
- Add commands to both the English and Russian editions.
- Keep the section order consistent.
- Never publish real tokens, cluster addresses, or other secrets.
- Explain the impact of potentially destructive commands.
- Use clear placeholders:
<pod-name>,<namespace>,<deployment>.
For a bug or suggestion, create an issue. If the fix is ready, open a pull request directly.