Commit Graph

41973 Commits (dcd3337cbc979ea24b843ef745640382f7b098b2)

Author SHA1 Message Date
Marcelo Giles dcd3337cbc
Rewrite note on container runtimes 2023-07-07 18:28:36 -07:00
Kubernetes Prow Robot 64867627ff
Merge pull request #41906 from kinvolk/rata/userns-1.27
content: Clarify version requirements for userns and other minor fixes
2023-07-07 06:33:04 -07:00
Rodrigo Campos cc2ca7a644 content: Make userns statement about dockerd timeless
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2023-07-07 15:23:13 +02:00
Kubernetes Prow Robot 25427099cc
Merge pull request #41909 from thisisharrsh/fix_link
Fix broken link for IPv4/IPv6 dual-stack (Windows)
2023-07-07 05:11:04 -07:00
Rodrigo Campos aa5975d39d content: Remove old not about userns
The note is no longer valid (the branch was already merged and the
merged was done correctly).

Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2023-07-07 12:47:17 +02:00
Rodrigo Campos 0797a850da content: Fix typos in versions requirements for userns
The variable expansion is wrong: it currently expands to 1.27.3 on the
rendered website, so it says it is supported in 1.27 and that it is not.

Let's just re-work this paragraph so it is cleaerer and the variable
expansion is what we want (1.27 and not 1.27.3)-

Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2023-07-07 12:45:50 +02:00
Kubernetes Prow Robot 6cccb93e23
Merge pull request #41901 from windsonsea/encry
[zh] sync encrypt-data.md and install-kubectl-macos.md
2023-07-06 23:55:04 -07:00
harsh 7e37e6ff70 Modified the link for IPv4/IPv6 link for windows support. 2023-07-07 11:38:34 +05:30
Kubernetes Prow Robot 84728c6f6f
Merge pull request #41505 from bzsuni/reference/labels-annotations-taints
[zh] sync docs/reference/labels-annotations-taints/_index.md
2023-07-06 21:31:03 -07:00
Kubernetes Prow Robot 9991d011ed
Merge pull request #41912 from akshayamadhuri/akshayamadhuri-patch-7
Update ephemeral-volumes.md
2023-07-06 21:11:03 -07:00
Kubernetes Prow Robot a636d1c342
Merge pull request #41899 from windsonsea/podlife
[zh] sync /workloads/pods/pod-lifecycle.md
2023-07-06 21:09:03 -07:00
Kubernetes Prow Robot 02c14530bd
Merge pull request #41900 from windsonsea/syslog
[zh] sync logging.md, system-logs.md, and test.md
2023-07-06 21:07:03 -07:00
Kubernetes Prow Robot 62efbd887b
Merge pull request #41911 from k0rventen/fr-task-hpa-walkthrough
[fr] add missing glossary translation
2023-07-06 08:15:04 -07:00
AKSHAYA MADHURI 26a08f8d35
Update ephemeral-volumes.md 2023-07-06 19:39:09 +05:30
harsh ec3ae13ac1 Fixed the link for IPv4/IPv6 dual-stack 2023-07-06 17:55:44 +05:30
k0rventen 7eb218c969 add missing glossary translation 2023-07-06 14:05:08 +02:00
Kubernetes Prow Robot 9c18cf5090
Merge pull request #41907 from k0rventen/fr-task-hpa-walkthrough
[fr] translate task run-application/horizontal-pod-autoscale-walkthrough.md
2023-07-06 04:39:03 -07:00
Kubernetes Prow Robot 46768decd4
Merge pull request #41902 from asa3311/sync-zh-24
[zh-cn] sync /pods/_index  init-container
2023-07-06 03:01:03 -07:00
k0rventen 8001e52c39 fix references syntax 2023-07-06 11:36:37 +02:00
xin gu 2b10c372ff sync /pods/_index init-container /labels-annotations-taints/_index
sync /pods/_index  init-container  /labels-annotations-taints/_index
2023-07-06 17:00:24 +08:00
Anton Gilgur 74ee1d9875
docs(storage-classes): add section on default `StorageClass` (#41843)
* docs(storage-classes): add section on default StorageClass

- empty commit at the beginning for the squash
  - PR template asks the first commit to be named appropriately for squashes

* Update storage-classes.md

Add Note at the end about having a single default storage class is preferred and that Kubernetes does not prevent you from having multiple storage classes.

* Updated storage-classed.md

Updated storage-classed.md based on feedback.

* update storage-class.md

Updated storage-class.md based on feedback

* fix feedback and grammar

- consistently use StorageClass, as that's how it's mostly used in this doc and the PVC doc
  - except when it is plural, in that case "storage classes" is used
  - fix docs reference to use the proper title of the doc too, which also has it as one word
- consolidate two sentences together that both describe what a default StorageClass is for
  - `storageClassName` is the specific PVC field; use backticks and camelCase when describing it
- remove extra new line

- minor grammar and spacing fixes
  - more than one space was occassionally used
  - a cloud provider will similarly only ever set _one_ default StorageClass, so use singular instead of plural

* docs(storage-classes): add section on default StorageClass

- the PVC docs reference this and there is an administrator guide on how to change this, but no section within the central Storage Classes document
  - this has made it a bit difficult to explain how that a default StorageClass exists as the StorageClass docs themselves barely mention it
  - with a new section, this makes it very clear and links out to other existing docs on the topic

- based off a previous PR that went through some review cycles and added this section but was never merged

* update what happens when multiple defaults exist

- c.f. 962235c86a (diff-77fd84defc818b9e6010794bf87e0eece0960dfeff196e19b7d84da8de15ddffR67)
  - chooses the newest by default

* slight modifications according to the style guide

- simplify dynamic provisionining reference
  - it's specific, but very accurate, so I'm hesitant to remove more pieces of it

- simplify tense; this is still a "hypothetical" (if/when) scenario, so still not present tense, but simpler past perfect tense instead of future perfect tense
  - futher modifications welcome!

* use a relative path to the doc instead of a URL

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

---------

Co-authored-by: Ju Lim (Red Hat) <julim@redhat.com>
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2023-07-05 21:55:03 -07:00
Kubernetes Prow Robot 061e2fec52
Merge pull request #41835 from akshayamadhuri/akshayamadhuri-patch-5
Fix broken link
2023-07-05 21:53:03 -07:00
Kubernetes Prow Robot dfe45a9d08
Merge pull request #41820 from alex-dixon/patch-1
Add --rm for temporary pod command
2023-07-05 21:49:03 -07:00
windsonsea 344ac6ea8f [zh] sync /administer-cluster/encrypt-data.md 2023-07-06 10:19:39 +08:00
windsonsea bb700001e6 [zh] sync logging.md and system-logs.md 2023-07-06 09:30:39 +08:00
Michael 482f66f1aa [zh] sync /workloads/pods/pod-lifecycle.md 2023-07-06 08:07:36 +08:00
Kubernetes Prow Robot 3df479cccb
Merge pull request #41574 from sftim/20230610_revise_encryption_at_rest_part
Update example YAML in encryption-at-rest topic
2023-07-05 15:35:06 -07:00
Kubernetes Prow Robot baae9ab8ff
Merge pull request #41898 from Arhell/es-fix
[es] Fix labs.play-with-k8s.com
2023-07-05 15:21:02 -07:00
Kubernetes Prow Robot b305fdaa5a
Merge pull request #41157 from able8/fix-a-shell-command-in-examples
Fix a shell command in examples of "Init Containers" page
2023-07-05 15:19:03 -07:00
Kubernetes Prow Robot 8546f1908b
Merge pull request #41395 from tengqm/improve-sys-logs
Improve sys logs page by clarifying options dropped
2023-07-05 15:17:03 -07:00
Kubernetes Prow Robot 3342cbf645
Merge pull request #41297 from tengqm/clarify-prestop-hook
Clarify prestop hook invocation condition
2023-07-05 15:15:04 -07:00
Kubernetes Prow Robot 6b1f65f55a
Merge pull request #41300 from achiverram28/patch-1
Document steps for deleting kubectl on macOS
2023-07-05 15:13:03 -07:00
Arhell 27feb1977a [es] Fix labs.play-with-k8s.com 2023-07-06 01:02:55 +03:00
Kubernetes Prow Robot bb67b634fb
Merge pull request #41893 from Shubham82/correct_link_service-proxy
Fix broken link to kube-proxy details page
2023-07-05 09:14:57 -07:00
shubham82 ce9a098b01 Improvement: Updated the link for Service Proxies. 2023-07-05 18:32:00 +05:30
Kubernetes Prow Robot df252c23fa
Merge pull request #41879 from wafuwafu13/label-link
Add links from deprecated labels to their replacements
2023-07-05 04:22:57 -07:00
wafuwafu13 f28aa511ec chore(labels-annotations-taints): add backticks 2023-07-05 12:06:45 +01:00
Kubernetes Prow Robot bdbe3dc14f
Merge pull request #41845 from yanggangtony/fix-typo-words
Fix typo words in pod describe
2023-07-04 23:54:55 -07:00
wafuwafu13 28ee7beabc fix(labels-annotations-taints): revert ko zh 2023-07-04 21:59:15 +01:00
wafuwafu13 7f51989581 chore(labels-annotations-taints): add link 2023-07-04 21:47:38 +01:00
Kubernetes Prow Robot 89a9705e1d
Merge pull request #41702 from ramrodo/gh-41699-localize-configuration-overview
[es] Localize content/en/docs/concepts/configuration/overview.md to Spanish
2023-07-04 08:30:53 -07:00
Kubernetes Prow Robot 72433a70f5
Merge pull request #41870 from asa3311/sync-zh-23
[zh-cn] sync service-accounts-admin horizontal-pod-autoscale
2023-07-04 06:34:53 -07:00
Kubernetes Prow Robot 705756608f
Merge pull request #41863 from windsonsea/teste
polish text and indentations in test.md
2023-07-04 05:08:53 -07:00
Kubernetes Prow Robot 5aa77c9ee1
Merge pull request #41852 from asa3311/sync-zh-22
[zh-cn] sync device-plugins service feature-gates
2023-07-04 04:04:53 -07:00
xin gu 90fac31dea sync service-accounts-admin horizontal-pod-autoscale
sync service-accounts-admin horizontal-pod-autoscale
2023-07-04 18:50:00 +08:00
xin gu c8ef2413bc sync device-plugins service feature-gates 2023-07-04 13:44:21 +08:00
Kubernetes Prow Robot 3f1ad2bb58
Merge pull request #41862 from windsonsea/testy
[zh] sync /docs/test.md
2023-07-03 22:42:52 -07:00
windsonsea 4a0f47367c polish text and indentations in test.md 2023-07-04 12:33:37 +08:00
windsonsea 1ea6daa0b7 [zh] sync /docs/test.md 2023-07-04 09:56:58 +08:00
Kubernetes Prow Robot b758a7aaea
Merge pull request #41850 from odinuge/patch-1
Update statefulset pod name docs stating its a label
2023-07-03 12:58:52 -07:00