Skip to content

Commit 457fd23

Browse files
authored
Merge branch 'main' into main
2 parents d7f3eeb + a5c9869 commit 457fd23

File tree

103 files changed

+705
-1056
lines changed

Some content is hidden

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

103 files changed

+705
-1056
lines changed

OWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ approvers:
88

99
emeritus_approvers:
1010
# - chenopis, commented out to disable PR assignments
11+
# - irvifa, commented out to disable PR assignments
1112
# - jaredbhatti, commented out to disable PR assignments
13+
# - kbarnard10, commented out to disable PR assignments
1214
# - steveperry-53, commented out to disable PR assignments
1315
- stewart-yu
1416
# - zacharysarah, commented out to disable PR assignments

OWNERS_ALIASES

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
aliases:
22
sig-docs-blog-owners: # Approvers for blog content
3-
- kbarnard10
43
- onlydole
54
- mrbobbytables
65
sig-docs-blog-reviewers: # Reviewers for blog content
7-
- kbarnard10
86
- mrbobbytables
97
- onlydole
108
- sftim
@@ -20,9 +18,7 @@ aliases:
2018
- annajung
2119
- bradtopol
2220
- celestehorgan
23-
- irvifa
2421
- jimangel
25-
- kbarnard10
2622
- kbhawkey
2723
- onlydole
2824
- pi-victor
@@ -35,7 +31,6 @@ aliases:
3531
- celestehorgan
3632
- daminisatya
3733
- jimangel
38-
- kbarnard10
3934
- kbhawkey
4035
- onlydole
4136
- rajeshdeshpande02
@@ -88,15 +83,13 @@ aliases:
8883
- danninov
8984
- girikuncoro
9085
- habibrosyad
91-
- irvifa
9286
- phanama
9387
- wahyuoi
9488
sig-docs-id-reviews: # PR reviews for Indonesian content
9589
- ariscahyadi
9690
- danninov
9791
- girikuncoro
9892
- habibrosyad
99-
- irvifa
10093
- phanama
10194
- wahyuoi
10295
sig-docs-it-owners: # Admins for Italian content
@@ -138,9 +131,7 @@ aliases:
138131
- yoonian
139132
- ysyukr
140133
sig-docs-leads: # Website chairs and tech leads
141-
- irvifa
142134
- jimangel
143-
- kbarnard10
144135
- kbhawkey
145136
- onlydole
146137
- sftim

README-pl.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Aby móc skorzystać z tego repozytorium, musisz lokalnie zainstalować:
1818
- [npm](https://www.npmjs.com/)
1919
- [Go](https://golang.org/)
2020
- [Hugo (Extended version)](https://gohugo.io/)
21-
- Środowisko obsługi kontenerów, np. [Docker-a](https://www.docker.com/).
21+
- Środowisko obsługi kontenerów, np. [Dockera](https://www.docker.com/).
2222

2323
Przed rozpoczęciem zainstaluj niezbędne zależności. Sklonuj repozytorium i przejdź do odpowiedniego katalogu:
2424

@@ -43,7 +43,9 @@ make container-image
4343
make container-serve
4444
```
4545

46-
Aby obejrzeć zawartość serwisu otwórz w przeglądarce adres http://localhost:1313. Po każdej zmianie plików źródłowych, Hugo automatycznie aktualizuje stronę i odświeża jej widok w przeglądarce.
46+
Jeśli widzisz błędy, prawdopodobnie kontener z Hugo nie dysponuje wystarczającymi zasobami. Aby rozwiązać ten problem, zwiększ ilość dostępnych zasobów CPU i pamięci dla Dockera na Twojej maszynie ([MacOSX](https://docs.docker.com/docker-for-mac/#resources) i [Windows](https://docs.docker.com/docker-for-windows/#resources)).
47+
48+
Aby obejrzeć zawartość serwisu, otwórz w przeglądarce adres http://localhost:1313. Po każdej zmianie plików źródłowych, Hugo automatycznie aktualizuje stronę i odświeża jej widok w przeglądarce.
4749

4850
## Jak uruchomić lokalną kopię strony przy pomocy Hugo?
4951

SECURITY_CONTACTS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,5 @@
1010
# DO NOT REPORT SECURITY VULNERABILITIES DIRECTLY TO THESE NAMES, FOLLOW THE
1111
# INSTRUCTIONS AT https://kubernetes.io/security/
1212

13-
irvifa
1413
jimangel
15-
kbarnard10
1614
sftim

content/de/docs/tutorials/kubernetes-basics/create-cluster/cluster-interactive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<!DOCTYPE html>
77

8-
<html lang="en">
8+
<html lang="de">
99

1010
<body>
1111

content/de/docs/tutorials/kubernetes-basics/deploy-app/deploy-interactive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<!DOCTYPE html>
77

8-
<html lang="en">
8+
<html lang="de">
99

1010
<body>
1111

content/de/docs/tutorials/kubernetes-basics/explore/explore-intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<!DOCTYPE html>
77

8-
<html lang="en">
8+
<html lang="de">
99

1010
<body>
1111

content/de/docs/tutorials/kubernetes-basics/expose/expose-interactive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<!DOCTYPE html>
77

8-
<html lang="en">
8+
<html lang="de">
99

1010
<body>
1111

content/de/docs/tutorials/kubernetes-basics/expose/expose-intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<!DOCTYPE html>
77

8-
<html lang="en">
8+
<html lang="de">
99

1010
<body>
1111

content/de/docs/tutorials/kubernetes-basics/update/update-interactive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<!DOCTYPE html>
77

8-
<html lang="en">
8+
<html lang="de">
99

1010
<body>
1111

0 commit comments

Comments
 (0)