Skip to content

Commit 7f5b8ba

Browse files
authored
Merge branch 'kubernetes:main' into main
2 parents 55bcdb2 + 62e54e5 commit 7f5b8ba

File tree

1,282 files changed

+74331
-10229
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,282 files changed

+74331
-10229
lines changed

.well-known/security.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Contact: mailto:[email protected]
2+
Expires: 2031-01-11T06:30:00.000Z
3+
Preferred-Languages: en
4+
Canonical: https://kubernetes.io/.well-known/security.txt
5+
Policy: https://github.com/kubernetes/website/blob/main/SECURITY.md

OWNERS

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

99
emeritus_approvers:
10-
# - celestehorgan, commented out to disable PR assignments
1110
# - chenopis, commented out to disable PR assignments
1211
# - irvifa, commented out to disable PR assignments
1312
# - jaredbhatti, commented out to disable PR assignments
1413
# - jimangel, commented out to disable PR assignments
1514
# - kbarnard10, commented out to disable PR assignments
15+
# - kbhawkey, commented out to disable PR assignments
1616
# - steveperry-53, commented out to disable PR assignments
1717
- stewart-yu
1818
# - zacharysarah, commented out to disable PR assignments

OWNERS_ALIASES

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,16 @@ aliases:
22
sig-docs-blog-owners: # Approvers for blog content
33
- mrbobbytables
44
- nate-double-u
5-
- onlydole
65
- sftim
76
sig-docs-blog-reviewers: # Reviewers for blog content
7+
- Gauravpadam
88
- mrbobbytables
99
- nate-double-u
10-
- onlydole
1110
- sftim
1211
sig-docs-localization-owners: # Admins for localization content
1312
- a-mccarthy
1413
- divya-mohan0209
15-
- kbhawkey
1614
- natalisucks
17-
- onlydole
1815
- reylejano
1916
- sftim
2017
- seokho-son
@@ -26,25 +23,25 @@ aliases:
2623
- bene2k1
2724
- rlenferink
2825
sig-docs-en-owners: # Admins for English content
26+
- celestehorgan
27+
- dipesh-rawat
2928
- divya-mohan0209
30-
- katcosgrove # RT 1.29 Docs Lead
31-
- kbhawkey
29+
- drewhagen # RT 1.30 Docs Lead
30+
- katcosgrove # RT 1.30 Lead
3231
- natalisucks
3332
- nate-double-u
34-
- onlydole
3533
- reylejano
3634
- sftim
3735
- tengqm
3836
sig-docs-en-reviews: # PR reviews for English content
39-
- bradtopol
37+
- celestehorgan
4038
- dipesh-rawat
4139
- divya-mohan0209
4240
- kbhawkey
43-
- mehabhalodiya
4441
- mengjiao-liu
42+
- mickeyboxell
4543
- natalisucks
4644
- nate-double-u
47-
- onlydole
4845
- reylejano
4946
- sftim
5047
- shannonxtreme
@@ -124,9 +121,7 @@ aliases:
124121
- ysyukr
125122
sig-docs-leads: # Website chairs and tech leads
126123
- divya-mohan0209
127-
- kbhawkey
128124
- natalisucks
129-
- onlydole
130125
- reylejano
131126
- sftim
132127
- tengqm
@@ -231,7 +226,7 @@ aliases:
231226
- jimangel # Release Manager Associate
232227
- jrsapi # Release Manager Associate
233228
- salaxander # Release Manager Associate
234-
# authoritative source: https://github.com/kubernetes/committee-security-response/blob/main/OWNERS_ALIASES
229+
# authoritative source: https://github.com/kubernetes/committee-security-response/blob/main/OWNERS_ALIASES
235230
committee-security-response:
236231
- cjcullen
237232
- cji
@@ -241,7 +236,7 @@ aliases:
241236
- ritazh
242237
- SaranBalaji90
243238
- tabbysable
244-
# authoritative source: https://github.com/kubernetes/sig-security/blob/main/OWNERS_ALIASES
239+
# authoritative source: https://github.com/kubernetes/sig-security/blob/main/OWNERS_ALIASES
245240
sig-security-leads:
246241
- IanColdwater
247242
- tabbysable

README-pl.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ W tym repozytorium znajdziesz wszystko, czego potrzebujesz do zbudowania [strony
99

1010
## Jak używać tego repozytorium
1111

12-
Możesz uruchomić serwis lokalnie poprzez Hugo (Extended version) lub ze środowiska kontenerowego. Zdecydowanie zalecamy korzystanie z kontenerów, bo dzięki temu lokalna wersja będzie spójna z tym, co jest na oficjalnej stronie.
12+
Możesz uruchomić serwis lokalnie poprzez [Hugo (Extended version)](https://gohugo.io/) lub ze środowiska kontenerowego. Zdecydowanie zalecamy korzystanie z kontenerów, bo dzięki temu lokalna wersja będzie spójna z tym, co jest na oficjalnej stronie.
1313

1414
## Wymagania wstępne
1515

@@ -29,17 +29,24 @@ cd website
2929

3030
Strona Kubernetesa używa [Docsy Hugo theme](https://github.com/google/docsy#readme). Nawet jeśli planujesz uruchomić serwis w środowisku kontenerowym, zalecamy pobranie podmodułów i innych zależności za pomocą polecenia:
3131

32-
```bash
33-
# pull in the Docsy submodule
32+
### Windows
33+
```powershell
34+
# aktualizuj podrzędne moduły
3435
git submodule update --init --recursive --depth 1
3536
```
3637

38+
### Linux / inne systemy Unix
39+
```bash
40+
# aktualizuj podrzędne moduły
41+
make module-init
42+
```
43+
3744
## Uruchomienie serwisu w kontenerze
3845

3946
Aby zbudować i uruchomić serwis wewnątrz środowiska kontenerowego, wykonaj następujące polecenia:
4047

4148
```bash
42-
make container-image
49+
# Możesz ustawić zmienną $CONTAINER_ENGINE wskazującą na dowolne narzędzie obsługujące kontenery podobnie jak Docker
4350
make container-serve
4451
```
4552

@@ -53,11 +60,16 @@ Upewnij się, że zainstalowałeś odpowiednią wersję Hugo "extended", określ
5360

5461
Aby uruchomić i przetestować serwis lokalnie, wykonaj:
5562

56-
```bash
57-
# install dependencies
58-
npm ci
59-
make serve
60-
```
63+
- macOS i Linux
64+
```bash
65+
npm ci
66+
make serve
67+
```
68+
- Windows (PowerShell)
69+
```powershell
70+
npm ci
71+
hugo.exe server --buildFuture --environment development
72+
```
6173

6274
Zostanie uruchomiony lokalny serwer Hugo na porcie 1313. Otwórz w przeglądarce adres <http://localhost:1313>, aby obejrzeć zawartość serwisu. Po każdej zmianie plików źródłowych, Hugo automatycznie aktualizuje stronę i odświeża jej widok w przeglądarce.
6375

0 commit comments

Comments
 (0)