Skip to content

Files

Latest commit

a862a5f · May 5, 2023

History

History
This branch is 13494 commits behind kubernetes/kubernetes:master.

hack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 21, 2023
Dec 10, 2022
Feb 28, 2021
Jan 19, 2019
Feb 1, 2023
May 5, 2023
Mar 13, 2023
Nov 14, 2022
Mar 31, 2023
Mar 11, 2023
Jun 25, 2021
May 3, 2023
Feb 1, 2023
Feb 13, 2023
Jan 16, 2020
Jan 27, 2020
Jan 27, 2020
Jan 27, 2020
Jun 26, 2022
Jan 22, 2019
Jan 22, 2019
Jul 8, 2022
Jan 27, 2020
Feb 25, 2019
Jul 3, 2021
May 4, 2023
Apr 24, 2023
Apr 24, 2023
May 17, 2021
Jan 28, 2020
Jan 26, 2023
Nov 17, 2022
Jan 28, 2020
May 4, 2023
Mar 14, 2023
Jul 7, 2020
Oct 28, 2022
Jul 6, 2022
Jan 28, 2020
Nov 8, 2021
Feb 4, 2022
Jan 28, 2020
Jan 28, 2020
Apr 28, 2023
Apr 16, 2022
May 1, 2023
Feb 28, 2021
Feb 27, 2023
Feb 20, 2019
Jan 26, 2023
Jan 26, 2023
Feb 5, 2021
Jan 22, 2023
May 29, 2020
Mar 14, 2023
Mar 14, 2023
Apr 21, 2023
Jan 22, 2023
Jan 22, 2023
Jul 7, 2021
Jan 3, 2023
Oct 28, 2022
Apr 21, 2023
Apr 16, 2022
Oct 19, 2022
Jan 16, 2020
Jan 16, 2020
Jan 21, 2023
Feb 22, 2023
Feb 28, 2021
Mar 2, 2021
Oct 20, 2022
Mar 4, 2021
Jan 19, 2023
Jan 12, 2023
Jan 17, 2020
Feb 5, 2021
Mar 7, 2021
Mar 8, 2023
Mar 7, 2023
Mar 7, 2023
Mar 3, 2023
Jan 20, 2020
May 5, 2022
Jan 20, 2020
Apr 21, 2023
Apr 21, 2023
Apr 21, 2023
Aug 20, 2021
May 4, 2022
Oct 8, 2021
Mar 13, 2023
Nov 17, 2021
Jan 20, 2020
Mar 6, 2021
Mar 9, 2023
Jan 12, 2023
Oct 4, 2022
Nov 8, 2022
Apr 20, 2020
Jan 21, 2020
Feb 23, 2023
Mar 3, 2023
Jan 21, 2020
Mar 29, 2021
Oct 4, 2022
Dec 30, 2020
Jan 10, 2023
Apr 21, 2023

Kubernetes hack GuideLines

This document describes how you can use the scripts from hack directory and gives a brief introduction and explanation of these scripts.

Overview

The hack directory contains many scripts that ensure continuous development of kubernetes, enhance the robustness of the code, improve development efficiency, etc. The explanations and descriptions of these scripts are helpful for contributors. For details, refer to the following guidelines.

Key scripts

  • verify-all.sh: This script is a vestigial redirection, Please do not add "real" logic. It is equivalent to make verify.
  • update-all.sh: This script is a vestigial redirection, Please do not add "real" logic. The true target of this makerule is hack/make-rules/update.sh.It is equivalent to make update.

Attention

Note that all scripts must be run from the Kubernetes root directory. We should run hack/verify-all.sh before submitting a PR and if anything fails run hack/update-all.sh.