Commit Graph

20614 Commits

Author SHA1 Message Date
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 https://github.com/kubernetes/website/commit/6e93717597113c726cbcf8a7059e47f23e3e8a64 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 https://github.com/kubernetes/kubectl/blob/e95e378e5972064b177a8e71eac2803f55c8c5df/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 6ebf915691 es: Fix output of 'kubectl rollout status'
This is the same fix as https://github.com/kubernetes/website/commit/6e93717597113c726cbcf8a7059e47f23e3e8a64 for es.

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 https://github.com/kubernetes/kubectl/blob/e95e378e5972064b177a8e71eac2803f55c8c5df/pkg/polymorphichelpers/rollout_status.go#L89
2020-10-09 16:54:30 +00:00
Kenichi Omichi 234c8c8553 id: Fix output of 'kubectl rollout status'
This is the same fix as https://github.com/kubernetes/website/commit/6e93717597113c726cbcf8a7059e47f23e3e8a64 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 https://github.com/kubernetes/kubectl/blob/e95e378e5972064b177a8e71eac2803f55c8c5df/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 https://github.com/kubernetes/website/commit/6e93717597113c726cbcf8a7059e47f23e3e8a64 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 https://github.com/kubernetes/kubectl/blob/e95e378e5972064b177a8e71eac2803f55c8c5df/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 https://github.com/kubernetes/website/commit/6e93717597113c726cbcf8a7059e47f23e3e8a64 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
Kubernetes Prow Robot 542729faf1 Merge pull request #24444 from RoSk0/issue-24399
Add missing text
2020-10-09 03:21:06 -07:00
Kubernetes Prow Robot 1248dff4c3 Merge pull request #24400 from habibrosyad/k/w-cs-ja
Clean up case study images in content/ja/case-studies
2020-10-09 02:45:07 -07:00
Ro$k0 6d4fd2ab2b Add missing text 2020-10-09 22:17:35 +13:00
Chen, Xu Chun (Simon) 4688a3679c Update API group url
The "core API group" url points to a wrong page that does not explain anything about "core API group". Update the url to point to the correct page.
2020-10-09 15:21:58 +08:00
Kubernetes Prow Robot c1a80a4bd9 Merge pull request #24412 from bradtopol/add-localization-grp
Updated localization contribute page with information about new localization subgroup.
2020-10-09 00:17:07 -07:00
Kubernetes Prow Robot a0a607ee4e Merge pull request #24434 from howieyuen/clean-up
[zh] clean up reference page of zh, make it up-to-date
2020-10-08 22:29:05 -07:00
Hao Yuan 5018fc0e48 clean up reference page of zh, make it up-to-date 2020-10-09 11:49:48 +08:00
Kubernetes Prow Robot 6e93717597 Merge pull request #24437 from oomichi/fix-output-of-rolling-status
Fix output of 'kubectl rollout status'
2020-10-08 20:25:06 -07:00
Kenichi Omichi 58a640ffd4 ja: Removing references of kubectl rolling-update
This applies the commit be6c0c3a21 for
ja content. Big motivation here is the link of [rolling update] is
NotFound today. So it is better to avoid such page for readers.
2020-10-09 00:31:42 +00:00
Kubernetes Prow Robot 7203cd136a Merge pull request #24429 from montmanu/kubectl/port-forward
Update the example for kubectl port-forward
2020-10-08 17:09:06 -07:00
Kenichi Omichi 8b3e6aa8c0 Fix output of 'kubectl rollout status'
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
https://github.com/kubernetes/kubectl/blob/e95e378e5972064b177a8e71eac2803f55c8c5df/pkg/polymorphichelpers/rollout_status.go#L89
2020-10-09 00:03:41 +00:00
Jesus Climent 80d695656f Update pod-lifecycle.md
Redundant "without problems" removed.
2020-10-08 14:48:15 -04:00
Vladimir Masarik 73780ca1bd Updated ingress.md TLS section 2020-10-08 17:13:14 +02:00
Kubernetes Prow Robot cc3e0de09f Merge pull request #24428 from habibrosyad/k/w-glo-7
Completing glossary translation for Bahasa pt. 7
2020-10-08 04:08:15 -07:00
M. Habib Rosyad ded85bd61e Completing glossary translation for Bahasa
Updated:
- image
- kube-apiserver

New:
- extensions
- init-container
- job
2020-10-08 17:30:32 +07:00
Tomas Dabašinskas ea3ed2b6e1 Update managing-tls-in-a-cluster.md to include fields in certificate signing request (or CSR) required by kubernetes.io/kubelet-serving signer policy 2020-10-08 10:13:52 +03:00
Kubernetes Prow Robot 075d40d7fd Merge pull request #24427 from habibrosyad/k/w-glo-6
Completing glossary translation for Bahasa pt. 6
2020-10-07 23:14:16 -07:00
Kubernetes Prow Robot 56b0a2fb86 Merge pull request #23498 from sftim/20200827_revise_multiple_zones_setup
Revise page about multiple zones
2020-10-07 23:12:15 -07:00
Kubernetes Prow Robot d406bdf532 Merge pull request #24122 from liuming-dev/patch-1
Update names.md
2020-10-07 20:22:15 -07:00
Kubernetes Prow Robot ee75f9de4d Merge pull request #24256 from ydcool/zh-updated-kubeadm-ref
Update zh content_type param and kubeadm pages
2020-10-07 20:20:15 -07:00
M. Habib Rosyad 82d7efd3d6 Completing glossary translation for Bahasa
New:
- deployment
- device-plugin
- disruption
- docker
- ephemeral-container
2020-10-08 09:34:21 +07:00