Commit Graph

19479 Commits (2e1c86419a8450602eb5d08a6870693f6a63d981)

Author SHA1 Message Date
Qiming Teng 16ab759b2a [zh] Add missing glossary for Chinese
There are some glossary entries still missing in the Chinese
localization. This PR adds them.
2020-10-11 16:25:26 +08:00
Kubernetes Prow Robot 504ca45b11
Merge pull request #24483 from tengqm/zh-remove-minikube
[zh] Remove install-minikube
2020-10-10 22:48:47 -07:00
Kubernetes Prow Robot f5f2a2b958
Merge pull request #24465 from tengqm/zh-sync-minikube
[zh] Sync changes to Hello Minikube page
2020-10-10 22:42:47 -07:00
Kubernetes Prow Robot bc52e934cf
Merge pull request #24466 from tengqm/zh-improve-tutoriali-idx
[zh] Remove online training contents
2020-10-10 22:40:47 -07:00
Qiming Teng 359d5be6e5 [zh] Remove install-minikube
This is a sync from En site.
2020-10-11 10:32:38 +08:00
Tim Bannister dd88014f30 Remove statement about future of namespaces 2020-10-10 19:15:14 +01:00
Tim Bannister 46812e34a0 Hyperlink to https://k8s.dev/ 2020-10-10 18:35:00 +01:00
Tim Bannister 25180022b1
Update local Hugo development target
- mount /tmp as tmpfs
- configure Hugo to use /tmp for all caches
- configure Hugo to render into /tmp
2020-10-10 18:07:35 +01:00
Qiming Teng 34b8e9515a [zh] Sync changes to Hello Minikube page
This is a sync of English site change (236c65c18e).
2020-10-10 21:37:43 +08:00
Qiming Teng 1604fbf19f [zh] Remove online training contents
This is a sync from English site
(c5626fd69d).
2020-10-10 21:33:46 +08:00
Kubernetes Prow Robot 29e13ed527
Merge pull request #24473 from tengqm/zh-drop-sitemap
[zh] Remove sitemap
2020-10-10 06:14:47 -07:00
Qiming Teng 084faedc8c [zh] Remove sitemap
This is a sync from En site (b1fb333fad).
2020-10-10 21:01:20 +08:00
Kubernetes Prow Robot c26af3fae7
Merge pull request #24024 from tengqm/api-version-warning
Clarify what API versions mean
2020-10-10 05:58:46 -07:00
Kubernetes Prow Robot f59e96d72e
Merge pull request #24469 from tengqm/zh-drop-fed-examples
[zh] Drop examples for federation
2020-10-10 05:34:46 -07:00
Kubernetes Prow Robot a63bf47b44
Merge pull request #24463 from howieyuen/version-skew-policy
fix  hard code and make/zh/docs/setup/release/version-skew-policy.md up-to-date
2020-10-10 05:32:48 -07:00
Kubernetes Prow Robot 75354675b8
Merge pull request #24468 from tengqm/zh-fix-filename
[zh] fix incorrect file name
2020-10-10 05:30:46 -07:00
Kubernetes Prow Robot 729ebf62d1
Merge pull request #24471 from tengqm/zh-drop-case-studies
[zh] Drop case studies that disappear from En site
2020-10-10 03:44:46 -07:00
Kubernetes Prow Robot e7ade80b61
Merge pull request #24464 from tengqm/zh-sync-square-removal
[zh] Sync changes to partner square scripts
2020-10-10 02:28:46 -07:00
Kubernetes Prow Robot b39ff7a9fd
Merge pull request #24467 from tengqm/zh-fed-cleanup
[zh] Resync federation content cleanup
2020-10-10 02:20:46 -07:00
Qiming Teng d6e91b4b8b [zh] Drop case studies that disappear from En site
Some case studies have been removed from English site. This is a sync
for the removals.
2020-10-10 16:48:23 +08:00
Qiming Teng f459375331 [zh] Drop examples for federation
This is a sync from English site.
2020-10-10 15:36:46 +08:00
Qiming Teng 7997ac3cdc [zh] fix incorrect file name
The manifest.md glossary file was incorrectly named.
2020-10-10 15:33:40 +08:00
Kubernetes Prow Robot a320a9e1aa
Merge pull request #24416 from nate-double-u/23354-update-install-minikube
Remove content/en/docs/tasks/tools/install-minikube.md
2020-10-10 00:24:47 -07:00
Qiming Teng 4d0f4309a9 [zh] Resync federation content cleanup
This is a resync of the English site change (05bf8be205).
2020-10-10 15:22:16 +08:00
yuanhao 77071553d9 fix outdated content 2020-10-10 15:06:22 +08:00
Qiming Teng 48a2279708 [zh] Sync changes to partner square scripts
Sync changes from English site
(378250c9c0).
The images are not replicated to Chinese site thus irrelevant.
2020-10-10 15:05:13 +08:00
Kubernetes Prow Robot a0b2217955
Merge pull request #24455 from oomichi/id-fix-output-of-rolling-status
id: Fix output of 'kubectl rollout status'
2020-10-09 21:46:47 -07:00
Kubernetes Prow Robot c4c2152ec4
Merge pull request #23100 from Cweiping/fix_ingress_format_error
upgrade  example-ingress.yaml to file format
2020-10-09 21:42:46 -07:00
Kubernetes Prow Robot 13a0473d4c
Merge pull request #24456 from oomichi/fr-fix-output-of-rolling-status
fr: Fix output of 'kubectl rollout status'
2020-10-09 21:40:46 -07:00
Kubernetes Prow Robot 7617c89207
Merge pull request #23699 from Cweiping/feature/clairly_exec_action
clarify the execution contexts of hook handlers with different action
2020-10-09 21:28:46 -07:00
Kenichi Omichi df17d575b7 fr: Fix output of 'kubectl rollout status'
This is the same fix as 6e93717597 for fr.

If running `kubectl rollout status` command, the output is like:
```
  deployment "nginx-deployment" successfully rolled out
```

The corresponding kubectl code also shows it according to e95e378e59/pkg/polymorphichelpers/rollout_status.go (L89)
2020-10-10 03:19:01 +00:00
Weiping Cai 10ebb11f20
clarify the execution contexts of hook handlers with different action types are different
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-10-10 10:23:44 +08:00
Weiping Cai a79db9d5de
fix example-ingress.yaml format error
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-10-10 10:03:46 +08:00
Kubernetes Prow Robot 7a7b6789b8
Merge pull request #24452 from oomichi/zh-fix-output-of-rolling-status
zh: Fix output of 'kubectl rollout status'
2020-10-09 18:46:47 -07:00
Kubernetes Prow Robot fa26a1cab6
Merge pull request #24216 from fancc/debug-running-pod
Translate Debug Running Pod into Chinese
2020-10-09 18:42:47 -07:00
Kubernetes Prow Robot 2fe48fabb0
Merge pull request #24204 from huchengze/patch-35
Update weave-network-policy.md for zh
2020-10-09 18:36:47 -07:00
Kubernetes Prow Robot 093df63b91
Merge pull request #22207 from fancc/konnectivity
translate 'set up Konnectivity service' into chinese
2020-10-09 18:28:47 -07:00
Kubernetes Prow Robot 0db64698a8
Merge pull request #24448 from habibrosyad/k/w-cs-zh
Clean up case study images in content/zh/case-studies
2020-10-09 17:54:47 -07:00
Qiming Teng 3d416c6417 Clarify what API versions mean 2020-10-10 08:51:14 +08:00
Kubernetes Prow Robot c4bee6eda0
Merge pull request #24446 from phumberdroz/node-the
Fix grammar mistake in Nodes.md
2020-10-09 16:04:47 -07:00
Nate W b65ddd16f6 Remove content/en/docs/tasks/tools/install-minikube.md
As per conversations in issue https://github.com/kubernetes/website/issues/23354,
* Removing content/en/docs/tasks/tools/install-minikube.md page
* Adding a 302 temporary redirect for /docs/tasks/tools/install-minikube/
* Updating content/en/docs/tasks/tools/_index.md with the suggestion to add buttons to make these links more visual/see-able, including aria-labels

Additionally:
* Updating minikube capitalization throughout page
* Updating text throughout page for line length
* Correcting back ticks use throughout page

Signed-off-by: Nate W <nwaddington@cncf.io>
2020-10-09 13:50:03 -07:00
Anna Jung 2c31d6a19d Update new feature doc to add a step to include necessary links 2020-10-09 15:11:27 -05:00
Kenichi Omichi 234c8c8553 id: Fix output of 'kubectl rollout status'
This is the same fix as 6e93717597 for id.

If running `kubectl rollout status` command, the output is like:
```
  deployment "nginx-deployment" successfully rolled out
```

The corresponding kubectl code also shows it according to e95e378e59/pkg/polymorphichelpers/rollout_status.go (L89)
2020-10-09 16:47:47 +00:00
Kenichi Omichi 3d134c37a6 ko: Fix output of 'kubectl rollout status'
This is the same fix as 6e93717597 for ko.

If running `kubectl rollout status` command, the output is like:
```
  deployment "nginx-deployment" successfully rolled out
```

The corresponding kubectl code also shows it according to e95e378e59/pkg/polymorphichelpers/rollout_status.go (L89)
2020-10-09 16:11:50 +00:00
Kenichi Omichi ed4b0b2b1a zh: Fix output of 'kubectl rollout status'
This is the same fix as 6e93717597 for zh.
2020-10-09 15:55:23 +00:00
Anna Jung 91ae1f7e19 Update PR template to include a section about requirements for release doc description 2020-10-09 09:18:11 -05:00
M. Habib Rosyad 431653a6e3
Clean up case study images in content/ko/case-studies 2020-10-09 21:07:29 +07:00
M. Habib Rosyad 1cd32a8520
Clean up case study images in content/zh/case-studies 2020-10-09 21:01:21 +07:00
Pierre Humberdroz 0183af4980
Fix grammar mistake 2020-10-09 14:19:25 +02:00
Kubernetes Prow Robot 31042f84c7
Merge pull request #24442 from chenxuc/patch-1
Update API group url
2020-10-09 03:45:07 -07:00