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
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