Commit Graph

588 Commits

Author SHA1 Message Date
Shu Muto 2c45e1ae28
Add caution for using memory-backed emptydir (#44949)
* Add caution for using memory-backed emptydir

To use default size of memory-backed emptydir,
some risks exist. So this adds cautions for the risks.

* Fix sub section title

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

* Move conciderations for memory backed emptyDir into
Resource Management for Pods and Container page.

* Revirt removing spaces on volumes.md

* Revirt removing spaces on manage-resources-containers.md

* Fixed to make it more readable and concise

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-07-12 16:36:55 -07:00
JohnHuang 3588b949aa
add warning about hostPath volumes (#47129)
* add warning about hostPath volumes

* Update content/en/docs/concepts/storage/volumes.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2024-07-10 16:28:06 -07:00
Adarsh-verma-14 0f25d68a3f updated the wrong link in default storage classes 2024-06-24 13:39:37 +05:30
tico88612 9a0bda61b8
Remove redundant closing spaces
Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>
2024-04-26 13:55:57 +08:00
Kubernetes Prow Robot 2392759563
Merge pull request #45373 from jjkjjk23/main
Added line to StatefulSet documentation clarifying the need for a suitable pre-existing PersistentVolume.
2024-04-23 08:09:01 -07:00
Vyom-Yadav 37b0b3ed72
Merge remote-tracking branch 'upstream/main' into dev-1.30 2024-04-10 23:04:57 +05:30
Balaji c94fa0cbed
Update volumes.md
Had a typo :( in the earlier PR - https://github.com/kubernetes/website/pull/45501. 
Test output - 

```
kubectl apply -f gitrepovol.yaml      
Warning: spec.volumes[1].gitRepo: deprecated in v1.11
The pods "gitrepo-volume-pod" is invalid: : ValidatingAdmissionPolicy 'deprecated-gitrepo-volumes.example.com' with binding 'deprecated-gitrepo-volumes-binding.example.com' denied request: Pod must not use deprecated spec.volumes[].gitRepo field.

kubectl get ValidatingAdmissionPolicy -oyaml  | grep 'expression'
    - expression: has(object.spec.volumes) && !object.spec.volumes.exists(v, has(v.gitRepo))
```
2024-04-10 07:49:49 -07:00
Daniel Chan cdf1ed1236 Merge remote-tracking branch 'upstream/main' into dev-1.30
Merge main into dev-1.30 to keep in sync
2024-04-02 10:05:03 -04:00
Kubernetes Prow Robot 41e5f71695
Merge pull request #45501 from SaranBalaji90/GitRepoVolume
Add CEL Expression to restrict GitRepo volume usage
2024-04-02 01:43:53 -07:00
Balaji ab0b655ccd Update volumes.md
Update as per the suggestion.
2024-03-25 22:25:53 -07:00
Akihiro Suda ca9e4725d1
KEP-3857: Recursive Read-only (RRO) mounts
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2024-03-26 03:59:26 +09:00
Balaji 390b517d6d
Merge branch 'kubernetes:main' into GitRepoVolume 2024-03-25 10:45:29 -07:00
Balaji e79296d47b
Update content/en/docs/concepts/storage/volumes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-03-21 02:57:12 -07:00
Balaji bf1fd3adc0
Update content/en/docs/concepts/storage/volumes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-03-21 02:56:38 -07:00
Balaji 77a4688f5c
Update content/en/docs/concepts/storage/volumes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-03-21 02:54:21 -07:00
Dipesh Rawat c889d9b251
Add metadata to use mechanism for API reference links 2024-03-14 14:50:24 +00:00
Balaji 92045ae2b2
Add CEL Expression to restrict GitRepo volume usage 2024-03-11 04:23:32 -07:00
Jacob Keller e86710dbb5 Explains that PVCs work if there's dynamic provisioning or pre-existing volumes. 2024-03-02 10:08:16 -08:00
Kubernetes Prow Robot f3193b5116
Merge pull request #45377 from drewhagen/merged-main-dev-1.30
Merge main branch into dev-1.30
2024-02-28 02:30:30 -08:00
Kubernetes Prow Robot 38fd408937
Merge pull request #45334 from sankalp-khare/patch-1
Fix typo in ephemeral-volumes.md
2024-02-25 22:15:52 -08:00
Kubernetes Prow Robot aa52795817
Merge pull request #44657 from carlory/fix-volumetypes
fix incorrect volume doc
2024-02-25 13:30:03 -08:00
Semih Buyukgungor bb5d0a45f2
Update api fields in volumes page 2024-02-25 23:22:30 +03:00
Sankalp Khare cf5a8f86dc
Fix typo in ephemeral-volumes.md 2024-02-26 00:05:09 +05:30
Kubernetes Prow Robot 6479f0172f
Merge pull request #44942 from tamilselvan1102/k8s-doc-web-20240130
Information about default StorageClasses
2024-02-14 06:08:59 -08:00
Tamilselvan 5aca46b3d0
Update content/en/docs/concepts/storage/dynamic-provisioning.md
Co-authored-by: Sean McGinnis <sean.mcginnis@gmail.com>
2024-02-14 09:39:30 +05:30
Harsh Tripathi 86734b7036
Update volumes.md with the suggested changes. 2024-02-08 10:30:07 +05:30
harsh 99e37ab8d1 Fixed the link for create a ConfigMap 2024-02-07 12:05:07 +05:30
Tamilselvan df4e3e1c11
Information about default StorageClasses 2024-01-30 11:13:19 +05:30
Tamilselvan f439990316
Information about default StorageClasses 2024-01-30 11:06:06 +05:30
tamilselvan1102 13495193e1 Information about default StorageClasses 2024-01-30 10:58:10 +05:30
Hassan BENHZAINE a7792d26a7
typo fix: "claimPolicy" to "persistentVolumeReclaimPolicy" 2024-01-21 22:01:23 +01:00
ziyi-xie 9f62122e75
Update content/en/docs/concepts/storage/volumes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-01-18 19:43:57 +09:00
ziyi-xie a21e5a2573
Update content/en/docs/concepts/storage/volumes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-01-18 08:42:32 +09:00
ziyi-xie 7fac0e473a grammar correction without any modification of the content 2024-01-16 01:20:14 +00:00
ziyi-xie baeb523426 Modified the introduction about new pvs to make it more precise 2024-01-16 01:10:50 +00:00
ziyi-xie 02ac73e616 Update content/en/docs/concepts/storage/volumes.md
Co-authored-by: Akihiro Motoki <amotoki@gmail.com>
2024-01-16 01:10:50 +00:00
ziyi-xie ceca1bef53 Deleted the contents that have been stated in the former paragraph 2024-01-16 01:10:50 +00:00
ziyi-xie e0b4384748 Added introduction about CSIMigration 2024-01-16 01:10:50 +00:00
ziyi-xie ce030879c8 Update content/en/docs/concepts/storage/volumes.md 2024-01-16 01:10:50 +00:00
ziyi-xie be5e34be97 Update content/en/docs/concepts/storage/volumes.md 2024-01-16 01:10:50 +00:00
ziyi-xie 6b6ad5f3f4 Update content/en/docs/concepts/storage/volumes.md 2024-01-16 01:10:50 +00:00
ziyi-xie 5afa73916e Added introduction about CSI Migration
Modified the title from Type-of-volumes to In-tree volume plugin
2024-01-16 01:10:49 +00:00
carlory 0cc319959e fix incorrect volume doc 2024-01-16 00:37:16 +08:00
Qiming Teng 8b46ec4047 Fix several link errors 2024-01-01 21:15:50 +08:00
Kubernetes Prow Robot 8bbc07697e
Merge pull request #42510 from sftim/20230812_revise_hostpath_docs
Revise details for hostPath volumes
2023-12-28 19:11:55 +01:00
Tim Bannister ddb1892d06 Fix heading capitalization
Use sentence case for headings.
2023-12-20 13:48:30 +00:00
Tim Bannister 38bc76aa4d Revise StorageClass concept
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2023-12-20 13:48:29 +00:00
Sean McGinnis e99d89ded6 Reflect CSI allowVolumeExpansion stable status
The CSI support for allowVolumeExpansion went GA in the 1.24 release.
This was reflected in the Persistent Volume documentation, but there is
also a reference in the Storage Class docs that had not been updated yet
to show it was no longer in beta.

Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2023-12-19 18:05:14 -06:00
Tim Bannister ba4579ef43 Add Windows examples for hostPath
Allow seeing an example of hostPath on Linux and on Windows
2023-12-11 00:37:15 +00:00
Tim Bannister a6338f8bf3 Revise docs for hostPath volumes
- Combine warnings
- Add a heading for the section about the type field
- Improve readability

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-12-11 00:37:15 +00:00