Commit Graph

651 Commits (03ae214e8129b009b7a336dfa328e3eb2cb15dc2)

Author SHA1 Message Date
Kubernetes Prow Robot d71ace6396
Merge pull request #49447 from mloskot/ml/clarify-access-mode-vs-multiple-pods
Clarify ReadWriteOnce allows multiple pods to read and write
2025-01-16 14:22:34 -08:00
Mateusz Łoskot 26719b93a1 Tweak read/write wording
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2025-01-16 17:01:48 +01:00
Mateusz Łoskot b40df0df0a Clarify ReadWriteOnce allows multiple pods to read and write
Courrently, description of `ReadWriteOnce` leaves room for misinterpretation
of the `access` in "multiple pods to access the volume" bit. This leads
to spread of confusing information like multiple pods can access but only
one pod can write at a time.

See also https://github.com/kubernetes/kubernetes/issues/60903#issuecomment-2592863002
2025-01-16 17:01:48 +01:00
Kubernetes Prow Robot 645e8a7ffc
Merge pull request #49154 from network-charles/network-charles-patch-3
Improve volumes concept page
2025-01-15 07:02:34 -08:00
Kubernetes Prow Robot d723e0b8c5
Merge pull request #49381 from network-charles/network-charles-patch-4
Update the Volume Snapshot Classes Page
2025-01-09 14:30:30 -08:00
network-charles c0c456446e update VolumeSnapshotClass 2025-01-09 20:39:26 +01:00
Kubernetes Prow Robot a6fa3b8720
Merge pull request #49279 from network-charles/network-charles-patch-4
Add VolumeName to the PV Page
2025-01-03 17:20:14 +01:00
Charles Uneze 71031f3a5b
Suggestion 1
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2025-01-03 15:36:25 +01:00
network-charles db301d55d6 update pv 2025-01-03 13:01:44 +00:00
network-charles 8766bb7afe Improve volumes concept page
Co-authored-by: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-12-23 17:23:54 +00:00
Alex Litvinenko 8676bcf5b8
Store the content of ConfigMap in the file with a different name 2024-12-18 20:17:54 +01:00
hacktivist123 9a29b3790b Merge main into dev-1.32 to keep in sync 2024-12-03 16:54:26 +00:00
Muneeb Ahmad b13e3aab77
Move misplaced comment outside YAML block in storageclass-aws-ebs.yaml (#48809)
* Update storage-classes.md

* Update storageclass-aws-ebs.yaml

* Update storageclass-aws-ebs.yaml
2024-11-26 01:24:56 +00:00
Shedrack akintayo de1e09dca1 Merge remote-tracking branch 'upstream/main' into dev-1.32 2024-11-25 22:34:15 +00:00
Kubernetes Prow Robot 0c759e1444
Merge pull request #48532 from gnufied/recover-beta-docs
Mark RecoverVolumeExpansionFailure as beta
2024-11-25 20:42:57 +00:00
Hemant Kumar 73070d8d1d Update all remaining references 2024-11-25 15:15:42 -05:00
Donald Sebastian Leung 38e7774e77
Fix sample CEL expression in volumes.md
Fix sample CEL expression for rejecting gitRepo volumes in volumes.md
2024-11-23 14:59:37 +08:00
Kubernetes Prow Robot ca04bf20ec
Merge pull request #48419 from xing-yang/doc_vgs
Add document link for volume group snapshots
2024-11-20 19:04:54 +00:00
Hemant Kumar b4a6ce1fda
Update content/en/docs/concepts/storage/persistent-volumes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-11-18 13:12:50 -05:00
michellengnx d021207741 Merge main into dev-1.32 to keep in sync 2024-11-11 17:40:26 -05:00
Akihiro Suda 2e7b2b38dd
RecursiveReadOnlyMounts: update the status about CRI-O
CRI-O v1.30 added the support for this feature.
(cri-o/cri-o PR 7962)

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2024-11-02 03:01:30 +09:00
Kubernetes Prow Robot 58b1e7df56
Merge pull request #48254 from kannon92/size-memory-backed-volumes-ga
[KEP-1967] - update docs for GA
2024-10-31 02:33:26 +00:00
Kevin Hannon eaadea56a6 [KEP-1967] - update docs for GA 2024-10-30 09:02:28 -04:00
Hemant Kumar 51e5feaa1c Change feature gate 2024-10-24 16:06:13 -04:00
Xing Yang 5e5f909d24 Add document link for volume group snapshots 2024-10-18 11:51:22 -04:00
John.C 6b70c3e234
Link to PVC API reference from "Persistent Volumes" concept page (#48391)
* Update persistent-volumes.md

* Update persistent-volumes.md

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>

---------

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2024-10-18 01:15:04 +01:00
Dipesh Rawat ebefdbbefc
Signpost to API reference for StorageClass 2024-10-02 01:00:35 +01:00
xin.li 9ecafa5678 improve yaml context for storage/storage-classes.md
Signed-off-by: xin.li <xin.li@daocloud.io>
2024-09-25 22:13:59 +08:00
Muneeb Ahmad db2865b5f3
Fix Content Got Mixed btw EBS & EFS 2024-09-23 15:43:47 +05:00
Kubernetes Prow Robot efe1283d2a
Merge pull request #47894 from imuneeeb/patch-1
Update AWS EBS Storage Class Example
2024-09-23 03:15:59 +01:00
Muneeb Ahmad fd6ee71dae
Update storage-classes.md 2024-09-18 22:16:12 +05:00
Muneeb Ahmad 95903365a6
Add AWS EFS To storage-classes.md (#47928)
* Update storage-classes.md

* Update storage-classes.md
2024-09-17 00:43:14 +01:00
Muneeb Ahmad 421a81ec12
Update content/en/docs/concepts/storage/storage-classes.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2024-09-15 11:39:19 +05:00
Muneeb Ahmad dc75625cf3
Update storage-classes.md 2024-09-14 23:57:00 +05:00
Muneeb Ahmad c0f83f22df
Update storage-classes.md 2024-09-14 23:30:23 +05:00
Muneeb Ahmad 96dedca894
Update storage-classes.md 2024-09-14 23:24:47 +05:00
saireddyb f04a552825
Update ephemeral-volumes.md 2024-09-14 00:01:02 +05:30
saireddyb 053a529db7
added image volume type in ephemeral volumes
Image volume type falls under ephemeral volumes.
2024-09-13 23:41:59 +05:30
Muneeb Ahmad 97e543ba28
Update storage-classes.md 2024-09-12 14:33:13 +05:00
Muneeb Ahmad 88747bfc87
Update storage-classes.md 2024-09-12 13:45:17 +05:00
Muneeb Ahmad 673009e18e
Update storage-classes.md 2024-09-12 13:38:47 +05:00
Kubernetes Prow Robot 8baaba40dd
Merge pull request #47645 from mattcary/patch-2
Update mount propagation documentation
2024-09-03 19:22:38 +01:00
Matt Cary 3872831bf1 Update mount propagation documentation
Mount propagation only works consistently on hostPath and in-memory emptyDir.
2024-08-29 08:26:54 -07:00
Tamilselvan a062c701b8
Fixes misspelled Plug-in 2024-08-27 10:24:54 +05:30
Drew Sirenko d29ccb8319
Fix volume-attributes-classes.md feature gate requirements 2024-08-19 12:08:42 -04:00
Michael eb90de86d3 Clean up storage/volume-attributes-classes.md 2024-08-18 20:35:51 +08:00
Kubernetes Prow Robot 6c6ced2239
Merge pull request #46785 from AndrewSirenko/patch-1
KEP-3751 VolumeAttributeClass Beta Promotion
2024-07-29 09:18:47 -07:00
Drew Sirenko 8c25433782 Add instructions to enable API group to VolumeAttributesClass 2024-07-29 09:52:21 -04:00
Drew Sirenko ffeb6beab0 KEP-3751 Beta promotion for VolumeAttributeClass 2024-07-29 09:52:21 -04:00
Deepak Kinni 3b9ca420db Doc update for Persistent Volumes
Signed-off-by: Deepak Kinni <deepak.kinni@broadcom.com>
2024-07-26 17:01:29 -07:00