Skip to content

Commit df2204f

Browse files
committed
Merge branch 'master' of https://github.com/kubernetes/website into fix-restart-always-docs
2 parents 67abb1b + ebf3d17 commit df2204f

File tree

257 files changed

+14953
-11682
lines changed

Some content is hidden

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

257 files changed

+14953
-11682
lines changed

OWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ approvers:
77
- sig-docs-en-owners # Defined in OWNERS_ALIASES
88

99
emeritus_approvers:
10-
- chenopis
11-
- jaredbhatti
10+
# chenopis, you're welcome to return when you're ready to resume PR wrangling
11+
# jaredbhatti, you're welcome to return when you're ready to resume PR wrangling
1212
# stewart-yu, you're welcome to return when you're ready to resume PR wrangling
1313
- stewart-yu
1414

1515
labels:
16-
- sig/docs
16+
- sig/docs

OWNERS_ALIASES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ aliases:
4848
- makoscafee
4949
- onlydole
5050
- Rajakavitha1
51+
- savitharaghunathan
5152
- sftim
5253
- steveperry-53
5354
- tengqm

README-uk.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,19 @@
1919
* [Керівництво зі стилю оформлення документації](http://kubernetes.io/docs/contribute/style/style-guide/)
2020
* [Переклад документації Kubernetes іншими мовами](https://kubernetes.io/docs/contribute/localization/)
2121

22+
## Файл `README.md` іншими мовами
23+
24+
| | |
25+
|-------------------------------|-------------------------------|
26+
| [Англійська](README.md) | [Французька](README-fr.md) |
27+
| [Корейська](README-ko.md) | [Німецька](README-de.md) |
28+
| [Португальська](README-pt.md) | [Хінді](README-hi.md) |
29+
| [Іспанська](README-es.md) | [Індонезійська](README-id.md) |
30+
| [Китайська](README-zh.md) | [Японська](README-ja.md) |
31+
| [В'єтнамська](README-vi.md) | [Російська](README-ru.md) |
32+
| [Італійська](README-it.md) | [Польська](README-pl.md) |
33+
| | |
34+
2235
## Запуск сайту локально за допомогою Docker
2336

2437
Для локального запуску сайту Kubernetes рекомендовано запустити спеціальний [Docker](https://docker.com)-образ, що містить генератор статичних сайтів [Hugo](https://gohugo.io).

assets/sass/_desktop.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $main-max-width: 1200px
22
$vendor-strip-height: 44px
33
$video-section-height: 550px
44

5-
@media screen and (min-width: 1025px)
5+
@media screen and (min-width: 1100px)
66
#hamburger
77
display: none
88

content/de/includes/user-guide-migration-notice.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

content/en/docs/concepts/architecture/cloud-controller.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ The following cloud providers have implemented CCMs:
231231
* [DigitalOcean](https://github.com/digitalocean/digitalocean-cloud-controller-manager)
232232
* [GCP](https://github.com/kubernetes/cloud-provider-gcp)
233233
* [Hetzner](https://github.com/hetznercloud/hcloud-cloud-controller-manager)
234+
* [HUAWEI CLOUD](https://github.com/kubernetes-sigs/cloud-provider-huaweicloud)
234235
* [Linode](https://github.com/linode/linode-cloud-controller-manager)
235236
* [OpenStack](https://github.com/kubernetes/cloud-provider-openstack)
236237
* [Oracle](https://github.com/oracle/oci-cloud-controller-manager)

content/en/docs/concepts/architecture/controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Job is a Kubernetes resource that runs a
5252
{{< glossary_tooltip term_id="pod" >}}, or perhaps several Pods, to carry out
5353
a task and then stop.
5454

55-
(Once [scheduled](/docs/concepts/scheduling/), Pod objects become part of the
55+
(Once [scheduled](/docs/concepts/scheduling-eviction/), Pod objects become part of the
5656
desired state for a kubelet).
5757

5858
When the Job controller sees a new task it makes sure that, somewhere

content/en/docs/concepts/cluster-administration/manage-deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ deployment.apps/my-deployment created
140140
persistentvolumeclaim/my-pvc created
141141
```
142142

143-
The `--recursive` flag works with any operation that accepts the `--filename,-f` flag such as: `kubectl {create,get,delete,describe,rollout} etc.`
143+
The `--recursive` flag works with any operation that accepts the `--filename,-f` flag such as: `kubectl {create,get,delete,describe,rollout}` etc.
144144

145145
The `--recursive` flag also works when multiple `-f` arguments are provided:
146146

@@ -453,7 +453,7 @@ That's it! The Deployment will declaratively update the deployed nginx applicati
453453

454454
{{% capture whatsnext %}}
455455

456-
- [Learn about how to use `kubectl` for application introspection and debugging.](/docs/tasks/debug-application-cluster/debug-application-introspection/)
457-
- [Configuration Best Practices and Tips](/docs/concepts/configuration/overview/)
456+
- Learn about [how to use `kubectl` for application introspection and debugging](/docs/tasks/debug-application-cluster/debug-application-introspection/).
457+
- See [Configuration Best Practices and Tips](/docs/concepts/configuration/overview/).
458458

459459
{{% /capture %}}

0 commit comments

Comments
 (0)