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
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
Shedrack akintayo
de1e09dca1
Merge remote-tracking branch 'upstream/main' into dev-1.32
2024-11-25 22:34:15 +00: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
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
Kevin Hannon
eaadea56a6
[KEP-1967] - update docs for GA
2024-10-30 09:02:28 -04: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
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
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
杨朱 · 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
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
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
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
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
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
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
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