30384 Commits

Author SHA1 Message Date
Filip Křepinský 88d33034b7 add note about Terminating pods when rolling out a Deployment
- fix number of Pods when describing the rollout functionality
2022-02-24 20:15:36 +01:00
Jordan Liggitt f7b4ca4d1c Fixup service account token doc 2022-02-24 14:04:40 -05:00
Lubomir I. Ivanov b4a56597b0 kubeadm: document known label, taints, annotations
Include information about the kubeadm managed
labels, taints and annotation in the main page on this topic.

Add two sections for core k8s and kubeadm.
Adjust markdown headings to have "##" as the top level
for these sections.
2022-02-24 20:11:16 +02:00
Kubernetes Prow Robot 9de083393a Merge pull request #31845 from liggitt/manual-token
Stop recommending people scrape auto-generated service account tokens
2022-02-24 09:46:31 -08:00
Alay Patel 3da61432a5 volume populators: fix urls and add url for populator crd 2022-02-24 11:42:28 -05:00
Bruno Saboia d1f511f92c Use explicit backticks for shell content 2022-02-24 09:09:06 -03:00
FOWind c4e811d129 (fix:zh)fix some translations error
- `content/zh/docs/concepts/cluster-administration/system-metrics.md`
    line 131 , '启用' should be '弃用'

-  `content/zh/docs/reference/access-authn-authz/_index.md`
   Title '访问 API' should be ‘API 访问控制'
2022-02-24 19:41:28 +08:00
Kubernetes Prow Robot 08ad36dfd7 Merge pull request #31752 from shawnhanx/pod
[zh] resync pod-lifecycle page
2022-02-24 02:59:35 -08:00
Kubernetes Prow Robot a35cecced5 Merge pull request #31842 from 0xff-dev/main
[zh] Update some grammar and spelling mistakes
2022-02-24 02:55:36 -08:00
howieyuen 0523f824bd [zh]sync content/zh/docs/tutorials/security/seccomp.md 2022-02-24 18:48:14 +08:00
Kubernetes Prow Robot 6c5fd95659 Merge pull request #31879 from JimBugwadia/add_projects
add 3rd party pod security options
2022-02-24 02:05:34 -08:00
Kubernetes Prow Robot 9e878fc8b4 Merge pull request #31883 from JayBeale/patch-2
Adding kube-proxy to the command line tools list in this page
2022-02-24 00:33:34 -08:00
Jay Beale 5440681803 Adding kube-proxy to this list
This list appears to name binaries whose configuration flags are documented in this section: [Command Line Tools Reference](/docs/reference/command-line-tools-reference/). Since kube-proxy is an item in that reference, it seems helpful to give it an entry and link here.
2022-02-23 23:30:30 -08:00
Kubernetes Prow Robot 0f6cb4fbfe Merge pull request #31863 from Aayush987/typo_fix
Fixed typo in cpu-constraint-namespace.md & memory-default-namespace.md
2022-02-23 23:25:33 -08:00
Kubernetes Prow Robot b5a70ce254 Merge pull request #31877 from JayBeale/patch-1
Correct the name: CertificateSigningRequests
2022-02-23 23:11:34 -08:00
Jim Bugwadia 9e10d98d07 add options
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
2022-02-23 17:58:26 -08:00
Jay Beale c910edd70e Correct the name: CertificateSigningRequests
- This page referenced the "CertificationSigningRequests API," but this should be "CertificateSigningRequests API" or "Certificates API." 
- Added a link to the documentation for CertificateSigningRequests.
2022-02-23 17:27:32 -08:00
Kubernetes Prow Robot 4f75142c35 Merge pull request #31876 from Arhell/update-schedule
[zh] update schedule
2022-02-23 16:41:33 -08:00
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
Lubomir I. Ivanov 806518df13 kubeadm: update references of "master" label/taint for 1.24
In 1.24 kubeadm will:
- stop using the "master" label on CP nodes.
- start tainting CP nodes with both "master" and "control-plane" taints.

In 1.25 the "master" taint will be removed.

Adjust references of the "master" label/taint to the above.
2022-02-23 19:22:50 +02: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
Manish Kumar c86ad85339 Update content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-02-23 10:24:33 +05:30
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