Skip to content

Commit a5573b5

Browse files
authored
Merge branch 'kubernetes:master' into kep-4603-tune-crashloopbackoff-node
2 parents 9f70587 + 4366c62 commit a5573b5

File tree

120 files changed

+15718
-2547
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+15718
-2547
lines changed

OWNERS_ALIASES

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ aliases:
6565
- upodroid
6666
sig-multicluster-leads:
6767
- jeremyot
68-
- pmorie
68+
- skitt
6969
sig-network-leads:
7070
- aojea
7171
- danwinship
@@ -77,6 +77,7 @@ aliases:
7777
- dchen1107
7878
- derekwaynecarr
7979
- mrunalp
80+
- haircommander
8081
sig-release-leads:
8182
- Verolop
8283
- cpanato

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ As of the 1.26 release, enhancements from this repo are visualized in the Enhanc
7676

7777
Links:
7878

79+
- [1.32 Milestone](https://bit.ly/k8s132-enhancements)
7980
- [1.31 Milestone](https://bit.ly/k8s131-enhancements)
8081
- [1.30 Milestone](https://bit.ly/k8s130-enhancements)
8182
- [1.29 Milestone](https://bit.ly/k8s129-enhancements)

hack/verify-spelling.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ cd "${ROOT}"
4545
RES=0
4646
echo "Checking spelling..."
4747
ERROR_LOG="${TMP_DIR}/errors.log"
48-
git ls-files | grep -v vendor | xargs misspell > "${ERROR_LOG}"
48+
git ls-files ':!*.yaml' | grep -v vendor | xargs misspell > "${ERROR_LOG}"
4949
if [[ -s "${ERROR_LOG}" ]]; then
5050
sed 's/^/error: /' "${ERROR_LOG}" # add 'error' to each line to highlight in e2e status
5151
echo "Found spelling errors!"
5252
RES=1
5353
fi
54-
exit "${RES}"
54+
exit "${RES}"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kep-number: 4355
2+
alpha:
3+
approver: "@soltysh"

keps/prod-readiness/sig-apps/2185.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ alpha:
33
approver: "@wojtek-t"
44
beta:
55
approver: "@wojtek-t"
6+
stable:
7+
approver: "@wojtek-t"

keps/prod-readiness/sig-apps/3329.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ alpha:
33
approver: "@johnbelamaric"
44
beta:
55
approver: "@johnbelamaric"
6+
stable:
7+
approver: "@johnbelamaric"

keps/prod-readiness/sig-apps/3335.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ alpha:
33
approver: "@wojtek-t"
44
beta:
55
approver: "@wojtek-t"
6+
stable:
7+
approver: "@wojtek-t"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
kep-number: 3715
22
beta:
33
approver: "@wojtek-t"
4+
stable:
5+
approver: "@wojtek-t"
6+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
kep-number: 3998
22
alpha:
33
approver: "@wojtek-t"
4+
beta:
5+
approver: "@wojtek-t"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kep-number: 4443
2+
alpha:
3+
approver: "@jpbetz"

0 commit comments

Comments
 (0)