Skip to content

Commit 1e1c5bc

Browse files
authored
Merge pull request #7 from kubernetes/master
merge
2 parents b526e8b + baf9e18 commit 1e1c5bc

File tree

597 files changed

+22274
-64099
lines changed

Some content is hidden

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

597 files changed

+22274
-64099
lines changed

.github/ISSUE_TEMPLATE/support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Support Request
33
about: Support request or question relating to Kubernetes Website project
44
labels:
5-
- triage/support
5+
- kind/support
66
---
77
**This is Support**
88

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
Use the default base branch, “master”, if you're documenting existing
1515
features in the English localization.
1616
17-
If you're working on a different localization (not English), or you
18-
are documenting a feature that will be part of a future release, see
17+
If you're working on a different localization (not English), see
1918
https://kubernetes.io/docs/contribute/new-content/overview/#choose-which-git-branch-to-use
2019
for advice.
2120
21+
If you're documenting a feature that will be part of a future release, see
22+
https://kubernetes.io/docs/contribute/new-content/new-features/ for advice.
23+
2224
-->

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The [Kubernetes SIG Docs Discussion Group](https://groups.google.com/forum/#!for
1818

1919
### Style Guides and Templates
2020

21-
Before submitting a pull request to create new content, please review the [Kubernetes.io style guide](http://kubernetes.io/docs/home/contribute/style-guide/) and follow the [instructions for using page templates](http://kubernetes.io/docs/home/contribute/page-templates/).
21+
Before submitting a pull request to create new content, please review the [Kubernetes.io style guide](http://kubernetes.io/docs/home/contribute/style-guide/) and follow the [instructions for using page templates](https://kubernetes.io/docs/contribute/style/page-content-types/).
2222

2323

2424
## Contributing to Documentation

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ RUN mkdir -p /usr/local/src && \
2929

3030
WORKDIR /src
3131

32+
USER hugo:hugo
33+
3234
EXPOSE 1313

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ container-image:
6565
--build-arg HUGO_VERSION=$(HUGO_VERSION)
6666

6767
container-build: module-check
68-
$(CONTAINER_RUN) $(CONTAINER_IMAGE) hugo --minify
68+
$(CONTAINER_RUN) --read-only $(CONTAINER_IMAGE) hugo --minify
6969

7070
container-serve: module-check
71-
$(CONTAINER_RUN) --mount type=tmpfs,destination=/src/resources,tmpfs-mode=0755 -p 1313:1313 $(CONTAINER_IMAGE) hugo server --buildFuture --bind 0.0.0.0
71+
$(CONTAINER_RUN) --read-only --mount type=tmpfs,destination=/tmp,tmpfs-mode=01777 -p 1313:1313 $(CONTAINER_IMAGE) hugo server --buildFuture --bind 0.0.0.0 --destination /tmp/hugo --cleanDestinationDir
7272

7373
test-examples:
7474
scripts/test_examples.sh install

OWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ approvers:
99
emeritus_approvers:
1010
# - chenopis, commented out to disable PR assignments
1111
# - jaredbhatti, commented out to disable PR assignments
12+
# - steveperry-53, commented out to disable PR assignments
1213
- stewart-yu
1314
- zacharysarah
1415

OWNERS_ALIASES

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ aliases:
2222
- mkorbi
2323
- rlenferink
2424
sig-docs-en-owners: # Admins for English content
25+
- annajung
2526
- bradtopol
2627
- celestehorgan
2728
- irvifa
@@ -33,7 +34,6 @@ aliases:
3334
- sftim
3435
- steveperry-53
3536
- tengqm
36-
- xiangpengzhao
3737
- zacharysarah
3838
- zparnold
3939
sig-docs-en-reviews: # PR reviews for English content
@@ -48,7 +48,6 @@ aliases:
4848
- sftim
4949
- steveperry-53
5050
- tengqm
51-
- xiangpengzhao
5251
- zparnold
5352
sig-docs-es-owners: # Admins for Spanish content
5453
- raelga
@@ -155,7 +154,6 @@ aliases:
155154
- SataQiu
156155
- tanjunchen
157156
- tengqm
158-
- xiangpengzhao
159157
- xichengliudui
160158
# zhangxiaoyu-zidif
161159
sig-docs-zh-reviews: # PR reviews for Chinese content
@@ -166,7 +164,6 @@ aliases:
166164
- SataQiu
167165
- tanjunchen
168166
- tengqm
169-
- xiangpengzhao
170167
- xichengliudui
171168
# zhangxiaoyu-zidif
172169
sig-docs-pt-owners: # Admins for Portuguese content

README-hi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
* [योगदान देना शुरू करें](https://kubernetes.io/docs/contribute/start/)
1919
* [परिवर्तनों को अंतिम चरण में लेजाएं](http://kubernetes.io/docs/contribute/intermediate#view-your-changes-locally)
20-
* [पेज टेम्पलेट](http://kubernetes.io/docs/contribute/style/page-templates/)
20+
* [पेज टेम्पलेट](https://kubernetes.io/docs/contribute/style/page-content-types/)
2121
* [प्रलेखन शैली गाइड](http://kubernetes.io/docs/contribute/style/style-guide/)
2222
* [स्थानीयकरण कुबरनेट्स प्रलेखन](https://kubernetes.io/docs/contribute/localization/)
2323

@@ -81,4 +81,4 @@ make serve
8181

8282
कुबरनेट्स सामुदायिक भागीदारी पर पनपती है, और हम वास्तव में हमारी साइट और हमारे प्रलेखन में आपके योगदान की सराहना करते हैं!
8383

84-
कुबरनेट्स आपकी भागीदारी पर निर्भर है, और हम हमारी साइट और प्रलेखन में आपके योगदान का मान करते हैं!
84+
कुबरनेट्स आपकी भागीदारी पर निर्भर है, और हम हमारी साइट और प्रलेखन में आपके योगदान का मान करते हैं!

README-id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Untuk informasi lebih lanjut mengenai tata cara melakukan kontribusi, kamu dapat
1515

1616
* [Petunjuk Melakukan Kontribusi](https://kubernetes.io/docs/contribute/start/)
1717
* [Melakukan Tahap Staging pada Konten Dokumentasi yang telah Kamu Sediakan](http://kubernetes.io/docs/contribute/intermediate#view-your-changes-locally)
18-
* [Petunjuk Menggunakan Page Templates](http://kubernetes.io/docs/contribute/style/page-templates/)
18+
* [Petunjuk Menggunakan Page Templates](https://kubernetes.io/docs/contribute/style/page-content-types/)
1919
* [Petunjuk untuk Documentation Style](http://kubernetes.io/docs/contribute/style/style-guide/)
2020
* [Petunjuk untuk Melakukan Lokalisasi Dokumentasi Kubernetes](https://kubernetes.io/docs/contribute/localization/)
2121

README-it.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Per maggiori informazioni su come contribuire alla documentazione Kubernetes, ve
1515

1616
* [Cominciare a contribuire](https://kubernetes.io/docs/contribute/start/)
1717
* [Vedere le modifiche localmente](http://kubernetes.io/docs/contribute/intermediate#view-your-changes-locally)
18-
* [Utilizzare i template delle pagine](http://kubernetes.io/docs/contribute/style/page-templates/)
18+
* [Utilizzare i template delle pagine](https://kubernetes.io/docs/contribute/style/page-content-types/)
1919
* [Guida Stilistica per la documentazione di Kubernetes](http://kubernetes.io/docs/contribute/style/style-guide/)
2020
* [Tradurre la documentazione di Kubernetes](https://kubernetes.io/docs/contribute/localization/)
2121

0 commit comments

Comments
 (0)