Kubernetes Prow Robot
e025825f02
Merge pull request #31865 from mitul3737/new-branch
...
[en] Solved some typos "hostname of FQDN" and "PowerShell"
2022-02-23 16:39:33 -08:00
Kubernetes Prow Robot
e4c09583e7
Merge pull request #31875 from shannonxtreme/dockershim-ddebug-troubleshooting
...
Remove docker mention in bugs guidance
2022-02-23 16:33:33 -08:00
Kubernetes Prow Robot
f678b95243
Merge pull request #31726 from MrMYHuang/patch-1
...
Simplify commands.
2022-02-23 16:19:34 -08:00
delusko22
24f2fc6fb2
[de] Fix typos in `README` ( #31613 )
...
* Fixed Typos
* Update README-de.md
2022-02-23 16:05:35 -08:00
Arhell
6b9b5702fa
[zh] update schedule
2022-02-24 01:36:16 +02:00
Shannon Kularathna
b03d603182
Remove docker mention in bugs guidance
2022-02-23 23:16:45 +00:00
Shannon Kularathna
b60aa414a0
Update samples to use containerd
2022-02-23 21:35:01 +00:00
Bruno Saboia
dd3e660cfe
Remove useless whitespace
2022-02-23 17:22:05 -03:00
Jordan Liggitt
3d15ef3810
Stop recommending people scrape auto-generated service account tokens
2022-02-23 13:28:02 -05:00
Wang
f606e6e01c
[ja] Translate tasks/administer-cluster/certificates into Japanese ( #31314 )
...
* done
* self review
* minor change
* Update content/ja/docs/tasks/administer-cluster/certificates.md
Co-authored-by: Ryota Yamada <42636694+riita10069@users.noreply.github.com>
* Update content/ja/docs/tasks/administer-cluster/certificates.md
Co-authored-by: Ryota Yamada <42636694+riita10069@users.noreply.github.com>
* Update content/ja/docs/tasks/administer-cluster/certificates.md
Co-authored-by: Ryota Yamada <42636694+riita10069@users.noreply.github.com>
* Update content/ja/docs/tasks/administer-cluster/certificates.md
Co-authored-by: Ryota Yamada <42636694+riita10069@users.noreply.github.com>
* Update content/ja/docs/tasks/administer-cluster/certificates.md
Co-authored-by: Ryota Yamada <42636694+riita10069@users.noreply.github.com>
* Update content/ja/docs/tasks/administer-cluster/certificates.md
Co-authored-by: Ryota Yamada <42636694+riita10069@users.noreply.github.com>
Co-authored-by: Ryota Yamada <42636694+riita10069@users.noreply.github.com>
2022-02-23 08:02:20 -08:00
Kubernetes Prow Robot
f396c81215
Merge pull request #31436 from KobayashiD27/translate-concepts/storage/projected-volumes
...
[ja]Translate concepts/storage/projected-volumes into Japanese
2022-02-23 08:00:19 -08:00
Kubernetes Prow Robot
4da4bd4828
Merge pull request #31806 from Arhell/space
...
[es] sha256sum requires 2nd space for the file type
2022-02-23 07:52:19 -08:00
Kubernetes Prow Robot
3a72c907f6
Merge pull request #31683 from ThiagoGMF/system-metrics-pt-br
...
[pt-br] Adding brazilian portuguese translation of system metrics page
2022-02-23 06:34:18 -08:00
Kubernetes Prow Robot
ee3e2d0c91
Merge pull request #31826 from Arhell/pt-cron
...
[pt-br] update schedule
2022-02-23 05:54:18 -08:00
0xff-dev
7251b44311
[zh] Update some grammar and spelling mistakes
2022-02-23 21:25:06 +08:00
howieyuen
92788263bb
[zh]translate Container Runtime Interface(CRI)
2022-02-23 21:02:25 +08:00
Thomas Güttler
46cc50c4ef
Added "OR sun,mon,tue,wed,thu,fri,sat" to CronJob
2022-02-23 13:38:20 +01:00
Md Shahriyar Al Mustakim Mitul
038256a86b
Solved some typos
2022-02-23 18:23:36 +06:00
Aayush Sharma
27caffcbf0
fixed typo
2022-02-23 16:53:10 +05:30
Kubernetes Prow Robot
813b0050dd
Merge pull request #31861 from howieyuen/glossary-control-plane
...
[zh]fix display issue of Control Plane in glossary
2022-02-23 01:34:18 -08:00
howieyuen
8afd47723f
fix display issue of Control Plane in glossary
2022-02-23 16:40:50 +08:00
Kubernetes Prow Robot
4b9ba4eda8
Merge pull request #31820 from arielshaqed/patch-1
...
Fix golang client-go/tools/cache package name
2022-02-23 00:32:19 -08:00
Kubernetes Prow Robot
55b0abf63f
Merge pull request #31843 from 0xff-dev/en-main
...
[en] update yaml docs
2022-02-23 00:24:18 -08:00
Kubernetes Prow Robot
cb54a727ef
Merge pull request #31860 from howieyuen/node-ref-info
...
[zh]translate node reference info
2022-02-22 23:38:18 -08:00
Qiming Teng
b0a194355a
[zh] Translate GC page
2022-02-23 14:59:54 +08:00
Shubham
a45bf8459d
Added Hyperlink to RFC3339. ( #31836 )
...
* Added Hyperlink to RFC3339.
* Wrapping a line!
2022-02-22 22:54:18 -08:00
howieyuen
a4a2897763
[zh]translate node reference info
2022-02-23 14:49:30 +08:00
howieyuen
d62a8da5b6
add howieyuen to sig-doc-zh-owners
2022-02-23 14:12:32 +08:00
Jay Beale
e0765344a9
Adding an example ( #31830 )
...
* Adding an example
This text mentions that you can view the logs from a specific container by appending the container name. I've created an example, based on the previous few lines.
Also, I've added a -c flag, to bring this in line with both the ```kubectl logs``` [documentation's examples](https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#logs ) and other kubectl commands that require the -c flag when selecting a specific container from a pod.
* Wrapping long line and marking `-c` as code.
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-02-22 19:46:18 -08:00
Jay Beale
5be3b2de8e
Replaced "master" with newer terms in two places ( #31846 )
...
* Replaced "master" with newer terms in two places
- Replacing the outdated "master" term with API server.
- Changed "master" to "control plane node(s)"
* control plane node -> control plane
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-02-22 17:00:18 -08:00
Arhell
9c0676ebe0
[ja] update schedule
2022-02-23 01:09:54 +02:00
Bruno Saboia
24444fab32
Remove unecessary additional info
2022-02-22 16:48:57 -03:00
0xff-dev
f9ac04521d
[en] update yaml docs
2022-02-23 00:32:01 +08:00
Bruno Saboia
25aa381f75
Put multi-container info outside numbered list
2022-02-22 12:55:58 -03:00
Kobayashi Daisuke
1b1917c16c
[ja] Translate docs/concepts/architecture/cri into Japanese ( #31065 )
...
* translate concepts/architecture/cri
* fix build error
* modify URLs
* Remove unnecessary space
* Update content/ja/docs/concepts/architecture/cri.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
* Update content/ja/docs/concepts/architecture/cri.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
* Update content/ja/docs/concepts/architecture/cri.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-02-22 07:17:46 -08:00
Ariel Shaqed (Scolnicov)
9d45d964ed
Fix golang client-go/tools/cache package name
...
Documentation shows incorrect package name, I believe it should refer to
[`client-go/ools/cache`](https://pkg.go.dev/k8s.io/client-go/tools/cache ).
2022-02-22 17:08:57 +02:00
ThiagoGMF
57a706daba
adding request changes for system-metrics page
2022-02-22 10:39:49 -03:00
Kubernetes Prow Robot
42b4f2b503
Merge pull request #31832 from championshuttler/1link
...
Remove dead link to svc-cat.io
2022-02-22 03:41:46 -08:00
Jihoon Seo
b1aa9e7a32
[ko] Update outdated files in dev-1.23-ko.2 M9-M17
2022-02-22 19:27:43 +09:00
Kubernetes Prow Robot
78306127a0
Merge pull request #31703 from championshuttler/jab
...
[ja] Fix broken links due to using githubbranch param
2022-02-22 01:59:46 -08:00
Shivam Singhal
736c1e6d74
[ja] Fix broken links due to using githubbranch param
2022-02-22 11:43:24 +02:00
Shivam Singhal
a1d69a8d12
Remove dead link to svc-cat.io
2022-02-22 09:45:41 +02:00
Kubernetes Prow Robot
98255cc75d
Merge pull request #31828 from JayBeale/patch-1
...
Changing "VMs" to "machines" in this sentence
2022-02-21 23:39:46 -08:00
Qiming Teng
8699ee6ff1
[zh] Translate scheduler config API v1beta3
2022-02-22 15:11:16 +08:00
PranshuSrivastava
8b1b8a4f80
updated the container-runtime page to include info about dockershim deprecation.
2022-02-22 12:21:36 +05:30
PriyanshuAhlawat
c855463d3d
Update ingress.md
2022-02-22 11:46:43 +05:30
Kubernetes Prow Robot
282d9b56d1
Merge pull request #31762 from jihoon-seo/220216_Remove_invisible_char
...
[ko] Remove invisible chars
2022-02-21 19:31:46 -08:00
Jay Beale
33c1877b39
Changing "VMs" to "machines" in this sentence
...
The rest of this paragraph talks about nodes being "machines," whereas this sentence is more specific, referring to virtual machines ("VMs"). The article this sentence points to also uses "machines" and isn't specific to VMs.
2022-02-21 15:14:19 -08:00
Arhell
b1777debd7
[pt-br] update schedule
2022-02-22 01:03:56 +02:00
Kubernetes Prow Robot
0c8eab971c
Merge pull request #31766 from bassaer/fix-ja-translation
...
[ja] fix translation cordon/uncordon
2022-02-21 08:06:13 -08:00