Commit Graph

627 Commits (aae228c0377a677b59df6543f0b51cd21fcab176)

Author SHA1 Message Date
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
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
Kubernetes Prow Robot a6ac7264d8
Merge pull request #46946 from saschagrunert/oci-volumesource-docs
Document OCI volume sources / KEP-4639
2024-07-25 04:32:21 -07:00
Sascha Grunert a12454f2dc
Add ImageVolume documentation
Add a basic task how to use image volumes in pods.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2024-07-25 13:17:33 +02:00
Kubernetes Prow Robot c079d3a7cd
Merge pull request #47184 from salaxander/merged-main-dev-1.31
Merged main dev 1.31
2024-07-18 00:06:01 -07:00
Kubernetes Prow Robot 6786d24ee3
Merge pull request #46463 from RomanBednar/pv-last-phase-transition-time-ga
graduate PersistentVolumeLastPhaseTransitionTime to GA in v1.31
2024-07-16 07:42:59 -07:00
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
Daniel Chan 0568df9a06 Merge main into dev-1.31 to keep in sync 2024-06-25 08:44:40 -04:00
Adarsh-verma-14 0f25d68a3f updated the wrong link in default storage classes 2024-06-24 13:39:37 +05:30
杨朱 · Kiki 0fc04db4de
update portworxVolume doc (#46506)
* update portworxVolume doc

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

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

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

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

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

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2024-06-20 16:17:21 -07:00
carlory 24b51c287f promote HonorPVReclaimPolicy to beta 2024-06-12 14:44:32 +08:00
Roman Bednar c07a10864b graduate PersistentVolumeLastPhaseTransitionTime to GA in v1.31 2024-06-07 10:35:27 +02:00
Oluebube Princes Egbuna e941a6ab1d Merge main into dev-1.31 to keep in sync 2024-05-22 16:16:00 +01:00
carlory 6cc56263f2 update cephfs volume 2024-05-15 00:14:20 +08:00
Kubernetes Prow Robot 9d05de5a00
Merge pull request #46284 from carlory/dev-1.31-ConsistentHTTPGetHandlers
remove feature-gate CSINodeExpandSecret
2024-05-13 13:00:47 -07:00
carlory 292b0bfc9a update rbd volume 2024-05-10 16:49:37 +08:00
carlory 72f8423ade remove feature-gate CSINodeExpandSecret 2024-05-09 16:24:48 +08:00
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