Commit Graph

2227 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 7352c425f7
Merge pull request #32185 from jihoon-seo/220311_nit_kubectl-convert
nit: `kubectl` → `kubectl-convert`
2022-03-22 15:13:59 -07:00
Thomas Güttler 2176c33e62
second yaml snippet was not alligned to first one
This snippet had less indentation then the previous.

Now the second path is aligned to the second path
2022-03-21 21:15:38 +01:00
Jeremy Puchta 00f74d9ae4
Remove trailing whitespaces from cli commands 2022-03-20 16:36:50 +01:00
dirc 56067a41c8 fixed order for resources: requests and limits 2022-03-18 16:35:44 +01:00
PriyanshuAhlawat 2f72e09add Update update-daemon-set.md 2022-03-18 17:04:39 +05:30
Anjan 1d7ee57cbd there is no need to create a kubernetes directory under ~/.local/bin 2022-03-18 12:30:16 +05:30
Guilhem Lettron a0cdf50ac6
fix: YAML indentation and highlighting 2022-03-17 16:01:40 +01:00
Kubernetes Prow Robot cee9f23c32
Merge pull request #32223 from tengqm/mv-access-svc
Migrate access cluster service page
2022-03-16 02:11:50 -07:00
Qiming Teng cce96ae367 Migrate access cluster service page
The acess-cluster-service page, has nothing to do with administering a cluster.
A better home for this page should be the `/docs/tasks/access-application-cluster` subdirectory instead.
2022-03-16 16:45:10 +08:00
Kubernetes Prow Robot 58c2cd247f
Merge pull request #32050 from marckhouzam/fix/zshNoAlias
No need for special handling for zsh aliases
2022-03-15 17:29:48 -07:00
Manish Kumar 018b3bcbf6
Update enforce-standards-admission-controller.md 2022-03-15 01:04:36 +05:30
Qiming Teng a11ecef6f1 Wrap long lines and fix a few nits in the text 2022-03-14 20:36:51 +08:00
Qiming Teng 06f35a55d5 Fix link to use relative path 2022-03-14 20:29:23 +08:00
Qiming Teng e9a8cc6eda Reformat the indentation of lists and sample outputs 2022-03-14 20:22:22 +08:00
Qiming Teng f1575f40c2 Fix link in change PV reclaim policy page 2022-03-14 20:20:04 +08:00
Qiming Teng 88d8ec551c Wrap long lines for ease of change tracking 2022-03-14 20:15:54 +08:00
Qiming Teng 66a07b0bae Fix links in resource metrics pipeline page 2022-03-14 20:06:29 +08:00
Kubernetes Prow Robot c9debdcacb
Merge pull request #28954 from swiftslee/main
update some typo produced by scripts/verify-spelling.sh
2022-03-13 21:00:19 -07:00
Qiming Teng 6149835647 Tweak the downward API volume task page
This PR drops some outdated information about very old Kubernetes versions.
The last section is improved so that readers get a better idea why those pointers are provided.
2022-03-14 08:10:07 +08:00
Qiming Teng 29f5e89770 Reformat the node local DNS cache page 2022-03-11 11:15:47 +08:00
Jihoon Seo 06aa7edaff nit: kubectl -> kubectl-convert 2022-03-11 10:42:58 +09:00
Kubernetes Prow Robot 782d8bc2c9
Merge pull request #32126 from tengqm/update-coredns
Improve coredns page
2022-03-09 08:40:13 -08:00
Qiming Teng 15f643e5e8 Improve coredns page
This PR refactors the coredns page by removing some outdated statements.
2022-03-09 21:31:10 +08:00
Andrew Foster 77123a0e91 Remove kompose up and down command doc 2022-03-09 22:55:23 +11:00
Kubernetes Prow Robot a26ac80b38
Merge pull request #31816 from voelzmo/patch-2
Update proposal link to point to archive
2022-03-07 14:36:25 -08:00
Kubernetes Prow Robot f4a81795e5
Merge pull request #32070 from yuvraj9/patch-1
Fixing typo error
2022-03-06 20:46:53 -08:00
Yuvraj Shekhawat d884ce7ce0
Fixing typo error 2022-03-06 02:49:14 +05:30
Marc Khouzam 0976014b7e No need for special handling for zsh aliases
Zsh completion is native since v1.22. Native zsh completion
automatically deals with aliases without needing
any extra configuration from the user.

Signed-off-by: Marc Khouzam <marc.khouzam@gmail.com>
2022-03-04 13:57:49 -05:00
Tim Bannister 73cd38cdc6 Move kubectl overview to be section index
Also:
- use glossary definition in page introduction
- tidy broken link in What's Next section
- update links to refer to moved page
2022-03-03 10:03:00 +00:00
Kubernetes Prow Robot b6643f3d51
Merge pull request #31593 from ctalledo/k8s-in-sysbox
Add Sysbox as an option to run kubernetes inside unprivileged containers or pods.
2022-03-02 18:30:46 -08:00
Kubernetes Prow Robot beb39db14d
Merge pull request #31996 from RA489/upgradenote
kubeadm-upgrade: add note about verifying the kubelet service status
2022-03-02 17:08:46 -08:00
Thomas Guettler 7122a4498a fix busybox image to 1.28 (issues with `nslookup`).
Changes where done with these commands:

reprec 'image: busybox(?!:)' 'image: busybox:1.28' */docs */examples
reprec -- '--image=busybox(?!:)' '--image=busybox:1.28' */docs */examples

Related issues:

 https://github.com/docker-library/busybox/issues/48
 https://github.com/kubernetes/kubernetes/issues/66924
2022-03-02 20:48:26 +01:00
Gerard a9f7219210
Improve mentions of CS CA in managing-tls-in-a-cluster (#30347)
* Improve mentions of CS CA in managing-tls-in-a-cluster

* Update content/en/docs/tasks/tls/managing-tls-in-a-cluster.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update managing-tls-in-a-cluster.md

* Update managing-tls-in-a-cluster.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-03-02 05:43:14 -08:00
RA489 7f9869dab8 kubeadm-upgrade: add note about verifying the kubelet service status 2022-03-02 08:20:04 +05:30
cici37 002985c690 Reduce confusion by fixing field name in samples. 2022-03-01 13:01:47 -08:00
Kubernetes Prow Robot ee0389d360
Merge pull request #28290 from shannonxtreme/api-eviction
Add information to API Evictions from Safely Drain a Node
2022-02-28 19:25:46 -08:00
Kubernetes Prow Robot dea4f2b103
Merge pull request #31763 from sgaist/patch-1
Add secure example for getting secret values
2022-02-27 17:44:57 -08:00
Kubernetes Prow Robot d2a2af28ea
Merge pull request #31721 from mac-chaffee/main
Add upgrade notes to cpu-management-policies
2022-02-27 17:20:55 -08:00
mango 288a7aded9
docs: add etcd cluster upgrade guide to configure-upgrade-etcd (#31833)
* docs: add etcd cluster upgrade guide to configure-upgrade-etcd

* Update content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md

Co-authored-by: championshuttler <shivams2799@gmail.com>

* Update content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md

Co-authored-by: Rey Lejano <rlejano@gmail.com>

* put "For more details..."

* Update configure-upgrade-etcd.md

Co-authored-by: championshuttler <shivams2799@gmail.com>
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-02-27 17:04:56 -08:00
Kubernetes Prow Robot 9f6eb38051
Merge pull request #30860 from tengqm/kubelet-credentialprovider
Add kubelet credentialprovider API reference
2022-02-27 09:19:18 -08:00
Yuvraj Chhetri cd26a2bb6b
Updated files install-kubectl-linux.md , install-kubectl-macos.md , install-kubectl-windows.md (#31916)
* updated install-kubectl-windows.md

* Updated install-kubectl-windows.md

* Update install-kubectl-linux.md

* Update install-kubectl-macos.md
2022-02-26 18:23:17 -08:00
Maksim Nabokikh 38c9c82c76
Update configure-service-account.md
fix: Delete the double running from the service account docs
2022-02-26 19:58:32 +04:00
Mac Chaffee d657a0d10a
Add upgrade notes to cpu-mgt-policies
Signed-off-by: Mac Chaffee <machaffe@renci.org>
2022-02-25 18:49:11 -05:00
Kubernetes Prow Robot b7331def4c
Merge pull request #31781 from shannonxtreme/dockershim-debug-intro
Update samples to use containerd
2022-02-25 07:21:51 -08:00
Kubernetes Prow Robot fe955d4a9e
Merge pull request #31768 from brunosaboia/31543-add-multi-container-debug-info
Add multi-container info on pod failure docs
2022-02-24 20:01:56 -08:00
Tim Allclair 198ae37902
Rewrite PodSecurityPolicy migration guide (#31782) 2022-02-24 18:07:56 -08: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
Bruno Saboia d1f511f92c Use explicit backticks for shell content 2022-02-24 09:09:06 -03: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 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
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
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
Bruno Saboia 24444fab32 Remove unecessary additional info 2022-02-22 16:48:57 -03:00
Bruno Saboia 25aa381f75 Put multi-container info outside numbered list 2022-02-22 12:55:58 -03:00
Kubernetes Prow Robot a3b30be299
Merge pull request #31558 from chrismetz09/metzResourceMetrics
update resource metrics pipeline section
2022-02-21 04:38:11 -08:00
Marco Voelz 9823ecda09
Update proposal link to point to archive
Original link says
```
Design proposals have been archived.

To view the last version of this document, see the Design Proposals Archive Repo.

Please remove after 2022-04-01 or the release of Kubernetes 1.24, whichever comes first.
```
2022-02-21 10:54:50 +01:00
Qiming Teng fdd671626d Add kubelet credentialprovider API reference 2022-02-21 08:56:27 +08:00
Tim Bannister 362da74120
Update links to Dockershim Removal FAQ
- Identify selected links to the Dockershim Deprecation FAQ
- Replace them with links to the updated FAQ
2022-02-17 17:41:55 +00:00
Kubernetes Prow Robot b72092e0bc
Merge pull request #31730 from SWADESNA/patch-2
Update memory-default-namespace.md
2022-02-17 07:19:37 -08:00
Samuel Gaist 73bd4563a8 docs: add secure example for getting secret values
The current example showing how to decode a secret
does it in several steps which is fine but if some level
of security is required will leak the encoded secret
value in the shell history thus making it retrievable.

This patch adds an example on how to retrieve that
value without exposing it.
2022-02-17 09:11:19 +01:00
Bruno Saboia 481eff6321 Add multi-container info on pod failure docs 2022-02-16 18:40:26 -03:00
Shu Muto c1da5f25ab
Update reviewers from SIG-UI
Also, bump kubernetes dashboard to v2.5.0.
2022-02-15 11:18:14 +09:00
chrismetz09 3f74c2ae79 update component explanation 2022-02-14 11:01:39 -08:00
Kubernetes Prow Robot 7ae88efd7a
Merge pull request #31630 from tengqm/fix-links
Fix links in security context page
2022-02-14 07:31:31 -08:00
srout deb2a9c96b
Update memory-default-namespace.md 2022-02-14 13:05:33 +05:30
Kubernetes Prow Robot 7dd728cf69
Merge pull request #31729 from SWADESNA/patch-1
Update memory-default-namespace.md
2022-02-13 23:25:28 -08:00
Kubernetes Prow Robot 1f4ca9f802
Merge pull request #31631 from tengqm/fix-gc-cascade
Fix the cascading deletion page
2022-02-13 23:09:28 -08:00
srout a191d71627
Update memory-default-namespace.md 2022-02-14 12:37:58 +05:30
Kubernetes Prow Robot 4727e39e70
Merge pull request #31682 from tengqm/apiserver-encryption-v1
Add configuration reference for API server encryption
2022-02-12 20:45:46 -08:00
Qiming Teng 52696d80b0 Fix links in security context page
The links to AppArmor etc are using redirection records. This is a bad
practice because when translating the page to a different language, the
link will become invalid. So we should use the actual target in the
English source.

This PR also fixes some incorrect syntax directives for code snippets.
2022-02-13 08:05:30 +08:00
Kubernetes Prow Robot dc88203bcc
Merge pull request #31720 from shannonxtreme/dockershim-debug-replication
Change language so that docker is an example
2022-02-12 06:57:47 -08:00
Shannon Kularathna 0e9e8b96cb Change language so that docker is an example 2022-02-11 19:19:49 +00:00
Kubernetes Prow Robot 1592f3a445
Merge pull request #31595 from sftim/20220102_revise_managing_tls_in_a_cluster_task
Tidy page “Manage TLS Certificates in a Cluster”
2022-02-11 08:50:25 -08:00
Kubernetes Prow Robot 108bae87c2
Merge pull request #31668 from Shubham82/fix-typo
Fix typo in Horizontal Pod Autoscaling.
2022-02-11 08:16:26 -08:00
Shubham Kuchhal 929e8a2dfa Fixed minor typo. 2022-02-11 20:58:06 +05:30
chrismetz09 10e7039a69 update resource metrics pipeline section 2022-02-11 07:09:01 -08:00
Debabrata Panigrahi b03dfa8096
Docs to change Container runtime (#30141)
* Docs to change Container runtime

* Updated header

* Updated header

* Few changes made according to the reviews

* Updated few headings

* Updated few markdown changes

* Reverted a unwanted changes

* Removed the double extension in the filename

* Updated

* Updated according to review

* Final Updates

* Added instructions to remove docker engine

* Minor changes

* Minor updates on heading

* Minor updates on lists

* Minor updates on line 106

* Minor updates on line 106
2022-02-11 04:38:03 -08:00
Kubernetes Prow Robot fef3dccc01
Merge pull request #31679 from shannonxtreme/dockershim-debug
Remove docker pull command in Debug > Troubleshoot Applications
2022-02-10 11:17:30 -08:00
Shannon Kularathna c99901f11c Remove docker pull command 2022-02-10 18:43:25 +00:00
Qiming Teng 3e58334b07 Add configuration reference for API server encryption 2022-02-10 11:27:52 +08:00
Kubernetes Prow Robot 78f0459d3f
Merge pull request #31628 from tengqm/fix-crictl
Fix crictl page
2022-02-09 18:53:46 -08:00
Qiming Teng 23286b6085 Fix crictl page
This PR fixes a link (at the bottom of the page) to reference.
It also fixes the indentation of the number lists, the incorrect syntax tag for code snippets.
2022-02-10 10:39:30 +08:00
Qiming Teng d4f6e0be55 Fix the cascading deletion page
This PR fixes two problems in the cascading deletion page:

- The indentation of list items should be 2 spaces for unordered lists,
  or 3 spaces for ordered lists. We should avoid using 4 spaces as
  indentation because 4-spaces indentation has special meaning in
  markdown.
- The garbage-collection page was moved to a new place. With redirect
  records for English site, there seems no obvious problems. However,
  for localization teams, such redirection records don't exist. It is
  super easy to create a dangling link in localized pages.
2022-02-10 10:38:01 +08:00
Shubham Kuchhal 6937928969 Fix typo in Horizontal Pod Autoscaling. 2022-02-09 14:13:49 +05:30
Kubernetes Prow Robot 58fb4c2f83
Merge pull request #31572 from Nordix/multi-numa-doc
Update doc for reserved memory flag
2022-02-08 20:26:17 -08:00
Kubernetes Prow Robot 71389e6293
Merge pull request #31604 from neolit123/1.24-add-example-for-kubeconfig-user
kubeadm: add missing guide for "kubeconfig user"
2022-02-08 20:24:17 -08:00
Kubernetes Prow Robot 167cc75308
Merge pull request #31307 from JNat/patch-1
added Stack Overflow guidance
2022-02-08 06:04:54 -08:00
Kubernetes Prow Robot 2ccb707a0b
Merge pull request #31629 from tengqm/fix-hostprocess-pod
Fix link in create hostprocess pod page
2022-02-07 10:29:43 -08:00
Kubernetes Prow Robot 1ceda4e31f
Merge pull request #31614 from Arhell/add-comma
[en] add comma
2022-02-07 10:09:43 -08:00
Kubernetes Prow Robot b0a99f3952
Merge pull request #31388 from fluktuid/patch-1
set hpa examples to current networking api version
2022-02-07 10:01:43 -08:00
Ravindra Thakur f38c09fa6a Update doc for reserved memory flag
This change is to update the documentation for reserved-memory flag.
Now, for specifying memory reservations across multiple NUMA nodes,
semicolon needs to be used as separator.

Signed-off-by: Ravindra Thakur <ravindra.nath.thakur@est.tech>
2022-02-07 18:58:37 +05:30
Qiming Teng 71268c2e52 Fix link in create hostprocess pod page
When link target is on the same page, we don't need the path in links.
2022-02-05 12:56:13 +08:00
Arhell af7a9a515c [en] add comma 2022-02-04 01:47:35 +02:00
Lubomir I. Ivanov 75a33b2650 kubeadm: add missing guide for "kubeconfig user"
The command "kubeadm kubeconfig user" is missing
some examples and more details on why it is needed.

- Add a new section "Generating kubeconfig files
for additional users" under the kubeadm-certs page.
- Link to this section from the kubeadm-kubeconfig reference page.
- Link to this section from the create-cluster-kubeadm page.
2022-02-02 21:41:40 +02:00
Guy Menahem 4bdcf5dd16 fix: clarify that the HPA controller selects the pods based on labels 2022-02-02 21:00:03 +02:00
Kubernetes Prow Robot 189c471917
Merge pull request #31316 from shannonxtreme/dockershim-logmon-crictl
Migrate crictl to docker-cli mapping to references
2022-02-02 09:48:22 -08:00