Skip to content

Commit 63b59a3

Browse files
Merge branch 'kubernetes:main' into patch-1
2 parents e343b36 + d785a4d commit 63b59a3

File tree

1,409 files changed

+108783
-59411
lines changed

Some content is hidden

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

1,409 files changed

+108783
-59411
lines changed

.github/workflows/netlify-periodic-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
schedule: # Build twice daily: shortly after midnight and noon (UTC)
55
# Offset is to be nice to the build service
66
- cron: '4 0,12 * * *'
7+
permissions: {} # none
78
jobs:
89
build:
910
runs-on: ubuntu-latest

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ kubernetes.github.io.iml
2727
nohup.out
2828

2929
# Hugo output
30-
public/
31-
resources/
30+
/public
31+
/resources/
3232
.hugo_build.lock
3333

3434
# Netlify Functions build output
3535
package-lock.json
36-
functions/
37-
node_modules/
36+
/functions/
37+
/node_modules/
3838

3939
# Generated files when building with make container-build
4040
.config/

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ Note that code issues should be filed against the main kubernetes repository, wh
3434

3535
### Submitting Documentation Pull Requests
3636

37-
If you're fixing an issue in the existing documentation, you should submit a PR against the main branch. Follow [these instructions to create a documentation pull request against the kubernetes.io repository](http://kubernetes.io/docs/home/contribute/create-pull-request/).
37+
If you're fixing an issue in the existing documentation, you should submit a PR against the main branch. Follow [these instructions to create a documentation pull request against the kubernetes.io repository](https://kubernetes.io/docs/contribute/new-content/open-a-pr/).
3838

3939
For more information, see [contributing to Kubernetes docs](https://kubernetes.io/docs/contribute/).

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ module-init: ## Initialize required submodules.
2929
all: build ## Build site with production settings and put deliverables in ./public
3030

3131
build: module-check ## Build site with non-production settings and put deliverables in ./public
32-
hugo --minify --environment development
32+
hugo --cleanDestinationDir --minify --environment development
3333

3434
build-preview: module-check ## Build site with drafts and future posts enabled
35-
hugo --buildDrafts --buildFuture --environment preview
35+
hugo --cleanDestinationDir --buildDrafts --buildFuture --environment preview
3636

3737
deploy-preview: ## Deploy preview site via netlify
38-
hugo --enableGitInfo --buildFuture --environment preview -b $(DEPLOY_PRIME_URL)
38+
hugo --cleanDestinationDir --enableGitInfo --buildFuture --environment preview -b $(DEPLOY_PRIME_URL)
3939

4040
functions-build:
4141
$(NETLIFY_FUNC) build functions-src
@@ -44,11 +44,11 @@ check-headers-file:
4444
scripts/check-headers-file.sh
4545

4646
production-build: module-check ## Build the production site and ensure that noindex headers aren't added
47-
hugo --minify --environment production
47+
hugo --cleanDestinationDir --minify --environment production
4848
HUGO_ENV=production $(MAKE) check-headers-file
4949

5050
non-production-build: module-check ## Build the non-production site, which adds noindex headers to prevent indexing
51-
hugo --enableGitInfo --environment nonprod
51+
hugo --cleanDestinationDir --enableGitInfo --environment nonprod
5252

5353
serve: module-check ## Boot the development server.
5454
hugo server --buildFuture --environment development

OWNERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ approvers:
77
- sig-docs-en-owners # Defined in OWNERS_ALIASES
88

99
emeritus_approvers:
10+
# - celestehorgan, commented out to disable PR assignments
1011
# - chenopis, commented out to disable PR assignments
1112
# - irvifa, commented out to disable PR assignments
1213
# - jaredbhatti, commented out to disable PR assignments
1314
# - kbarnard10, commented out to disable PR assignments
1415
# - steveperry-53, commented out to disable PR assignments
15-
- stewart-yu
16+
- stewart-yu
1617
# - zacharysarah, commented out to disable PR assignments
1718

1819
labels:

OWNERS_ALIASES

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ aliases:
99
- onlydole
1010
- sftim
1111
- nate-double-u
12+
sig-docs-localization-owners: # Admins for localization content
13+
- a-mccarthy
14+
- bradtopol
15+
- divya-mohan0209
16+
- jimangel
17+
- kbhawkey
18+
- natalisucks
19+
- onlydole
20+
- reylejano
21+
- sftim
22+
- tengqm
1223
sig-docs-de-owners: # Admins for German content
1324
- bene2k1
1425
- mkorbi
@@ -20,23 +31,19 @@ aliases:
2031
sig-docs-en-owners: # Admins for English content
2132
- annajung
2233
- bradtopol
23-
- celestehorgan
2434
- divya-mohan0209
2535
- jimangel
2636
- jlbutler
2737
- kbhawkey
2838
- kcmartin
39+
- krol3
2940
- natalisucks
3041
- onlydole
31-
- pi-victor
3242
- reylejano
33-
- savitharaghunathan
3443
- sftim
3544
- tengqm
36-
- zacharysarah
3745
sig-docs-en-reviews: # PR reviews for English content
3846
- bradtopol
39-
- celestehorgan
4047
- daminisatya
4148
- divya-mohan0209
4249
- jimangel
@@ -45,10 +52,10 @@ aliases:
4552
- natalisucks
4653
- onlydole
4754
- rajeshdeshpande02
55+
- reylejano
4856
- sftim
4957
- shannonxtreme
5058
- tengqm
51-
- zacharysarah
5259
sig-docs-es-owners: # Admins for Spanish content
5360
- raelga
5461
- electrocucaracha
@@ -86,11 +93,10 @@ aliases:
8693
sig-docs-hi-owners: # Admins for Hindi content
8794
- anubha-v-ardhan
8895
- divya-mohan0209
89-
- mittalyashu
9096
sig-docs-hi-reviews: # PR reviews for Hindi content
9197
- anubha-v-ardhan
9298
- divya-mohan0209
93-
- mittalyashu
99+
- Garima-Negi
94100
- verma-kunal
95101
sig-docs-id-owners: # Admins for Indonesian content
96102
- ariscahyadi
@@ -117,25 +123,22 @@ aliases:
117123
- mattiaperi
118124
- micheleberardi
119125
sig-docs-ja-owners: # Admins for Japanese content
120-
# cstoku
121126
- inductor
122127
- nasa9084
123128
sig-docs-ja-reviews: # PR reviews for Japanese content
129+
- atoato88
124130
- bells17
125-
# cstoku
126-
- inductor
127131
- kakts
128132
- makocchi-git
129-
# MasayaAoyama
130-
- nasa9084
131-
# oke-py
132133
- ptux
134+
- t-inu
133135
sig-docs-ko-owners: # Admins for Korean content
134136
- ClaudiaJKang
135137
- gochist
136138
- ianychoi
137139
- jihoon-seo
138140
- seokho-son
141+
- yoonian
139142
- ysyukr
140143
sig-docs-ko-reviews: # PR reviews for Korean content
141144
- ClaudiaJKang

0 commit comments

Comments
 (0)