Commit Graph

436 Commits

Author SHA1 Message Date
Kubernetes Prow Robot ee56ef7861
Merge pull request #37791 from Pradumnasaraf/Update-projected-volumes
docs: Update projected-volumes.md
2022-11-13 18:31:56 -08:00
windsonsea cd2d854a8f Tweak line wrappings in /volume-snapshots.md 2022-11-10 10:13:33 +08:00
xin.li 337a63a995 [en] modify invalid links
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-11-09 16:41:45 +08:00
Pradumna Saraf 0f9c060a68 docs: Update projected-volumes.md 2022-11-08 17:55:40 +00:00
Kubernetes Prow Robot fb297763e7
Merge pull request #35053 from verb/32351-projected-volumes
Clarify handling of projected SA token permissions
2022-11-08 08:42:19 -08:00
Chris Banks c760959192
Fix tiny typo in NFS Volume example.
`Pod.spec.volumes.nfs.readOnly` was subtly misspelled `readonly`, which was breaking the example.

```
$ k explain Pod.spec.volumes.nfs.readonly
error: field "readonly" does not exist
$ k explain Pod.spec.volumes.nfs.readOnly
KIND:     Pod
VERSION:  v1

FIELD:    readOnly <boolean>
...
```
2022-11-07 22:03:48 +00:00
Kubernetes Prow Robot b317d783ff
Merge pull request #37420 from mattcary/emptysize
Clarify emptyDir sizeLimit
2022-11-07 08:12:17 -08:00
Kubernetes Prow Robot b4bce489d3
Merge pull request #37704 from windsonsea/dynpro
Optimize link text in /dynamic-provisioning.md
2022-11-07 05:10:17 -08:00
Tim Bannister 3c53de8086
Mark glusterfs volume type deprecated everywhere
Fix up a few places where glusterfs wasn't marked as deprecated.
2022-11-05 18:16:27 +00:00
windsonsea 32f1033df0 Optimize link target in /dynamic-provisioning.md 2022-11-04 09:51:15 +08:00
Lee Verberne 3afe0c7cd7 Clarify which files are modified in projected service account tokens 2022-11-02 15:06:18 +01:00
Lee Verberne 77fd1deecd Address reviewer comments 2022-11-02 14:53:05 +01:00
windsonsea 35665871da Fix links about flexvolume 2022-11-01 15:38:12 +08:00
Kubernetes Prow Robot 93f9481370
Merge pull request #37495 from haosdent/haosdent/concepts/storage
KubeCon Docs Sprint: Update page weights for content/en/docs/concepts/storage
2022-10-30 17:18:45 -07:00
Haosdent Huang 54ecdc4896 KubeCon Docs Sprint: Update page weights for content/en/docs/concepts/storage. 2022-10-24 15:55:54 -04:00
Shivay Lamba e3ea67a23d Kubernetes Docs Sprint: lowercase volume
Signed-off-by: Shivay Lamba <shivaylamba@gmail.com>
2022-10-24 18:32:57 +00:00
Matthew Cary 8eece1b4b4 Clarify emptyDir sizeLimit 2022-10-24 10:34:49 -07:00
Grant MacGillivray 8fd0dbbed6
changing parenthesis location as per comment 2022-10-11 11:37:03 -07:00
Grant MacGillivray dc812cdc59
adding missing close parenthesis 2022-10-05 15:27:47 -07:00
Mitesh Jain 0c2ce1dc04
ExpandCSIVolumes is GA since 1.24 2022-09-22 15:20:24 +05:30
Kubernetes Prow Robot 3af9c833f1
Merge pull request #36534 from mac-chaffee/nfs-example
Add a Pod-based example for NFS volumes
2022-09-20 13:53:12 -07:00
Mac Chaffee 5f58dea140
Explicitly mention NFS via PV 2022-09-12 19:03:47 -04:00
Bishal das 3039cc0116
Update persistent-volumes.md 2022-09-06 20:01:48 +05:30
kadtendulkar fe1d65ba61 Update content/en/docs/concepts/storage/storage-capacity.md 2022-09-05 22:07:18 +05:30
Mac Chaffee 82756b1da1
Add a Pod-based example for NFS volumes 2022-09-02 12:32:24 -04:00
Kubernetes Prow Robot 008db23fe7
Merge pull request #36407 from johnlinp/add-note-pre-provisioned-snapshot
Add a note on the pre-provisioned snapshot scenario
2022-09-02 07:32:06 -07:00
John Lin 190cc364c2 Add a note on the pre-provisioned snapshot scenario
I found it confusing when filling a non-existing
volumeSnapshotRef when creating a VolumeSnapshotContent
in the pre-provisioned mode. I hope this note can clear
up some confusion.

Signed-off-by: John Lin <johnlinp@gmail.com>
2022-09-01 22:57:33 -07:00
kadtendulkar abd559c837 Update content/en/docs/concepts/storage/windows-storage.md 2022-08-30 22:06:05 +05:30
Lee Verberne 2512f5d7f1
Update content/en/docs/concepts/storage/projected-volumes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-08-26 20:13:01 +02:00
kadtendulkar d2a5d8a9c7 Update content/en/docs/concepts/storage/storage-classes.md 2022-08-25 22:12:10 +05:30
Kubernetes Prow Robot 2a42a8a9c3
Merge pull request #36196 from kadtendulkar/kad27
Modify link context on Storage Classes page
2022-08-24 12:01:49 -07:00
kadtendulkar d176764df9 Update content/en/docs/concepts/storage/storage-classes.md 2022-08-23 21:36:34 +05:30
Roman Bednar 0a4a178f64 add documentation for retroactive default storage class assignment 2022-08-19 10:07:15 +02:00
carolina valencia 6810fa976d Merge remote-tracking branch 'upstream/main' into dev-1.25 2022-08-18 15:58:41 -03:00
Arnaud Meukam a180cd6853
Update docs to reference new container image registry
k8s.gcr.io is deprecated in favor of registry.k8s.io. The kubernetes
codebase have been updated with the new endpoint.

Ref: https://github.com/kubernetes/k8s.io/issues/3411

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
2022-08-18 16:35:26 +02:00
Kubernetes Prow Robot 6ddfd114d2
Merge pull request #35741 from kadtendulkar/kad24
Fix link on Storage Classes page
2022-08-17 02:20:55 -07:00
Jiawei Wang 5db7ddf2da Update CSI migration feature status, and remove docs for unsupported plugins 2022-08-16 04:38:47 +00:00
Kubernetes Prow Robot 7fa2e305bb
Merge pull request #35334 from humblec/nodeExpandDOC
csi: add nodeExpandSecret KEP details
2022-08-15 19:19:07 -07:00
Kubernetes Prow Robot 8bcf5e8458
Merge pull request #35510 from dobsonj/kep-596-1.25-updates
KEP-596: Move CSIInlineVolume to GA
2022-08-12 02:40:46 -07:00
Kubernetes Prow Robot c7350bc0d4
Merge pull request #35551 from divyenpatel/update-vsphere-doc
update migration requirement for in-tree vSphere volumes
2022-08-11 10:50:58 -07:00
Kubernetes Prow Robot 1827f44239
Merge pull request #35691 from Kartik494/update_CSI_Volume_cloning
improve documentation for Cloning support for  different storage classes
2022-08-10 18:32:58 -07:00
kadtendulkar ffb69f96ba Update content/en/docs/concepts/storage/volumes.md 2022-08-09 21:22:41 +05:30
kadtendulkar 68d8e4ad3d Update content/en/docs/concepts/storage/storage-classes.md
Update content/en/docs/concepts/storage/storage-classes.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-08-09 21:11:25 +05:30
kartik494 317c21379d improve documentation 2022-08-09 10:13:32 +05:30
Divyen Patel f5153aa41d update migration requirement for in-tree vSphere volumes
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-08-07 15:02:25 -07:00
Humble Chirammal 2c306bcc12 csi: add nodeExpandSecret KEP details
Ref#
KEP: https://github.com/kubernetes/enhancements/pull/3173/
Implementation: https://github.com/kubernetes/kubernetes/pull/105963
Blog: https://github.com/kubernetes/website/pull/33979

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2022-08-01 09:31:13 +05:30
Jonathan Dobson 37647c4ce8 KEP-596: Move CSIInlineVolume to GA 2022-07-28 09:31:37 -06:00
Kartik Sharma 9cf150f4c2
Update content/en/docs/concepts/storage/dynamic-provisioning.md
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2022-07-26 09:24:45 +05:30
kartik494 8cc45e347d Add hyperlink for is-default-class annotation 2022-07-24 19:15:05 +05:30
Lee Verberne d825c72ed1
Fix typo in projected volumes formatting
Co-authored-by: Chris Negus <cnegus@redhat.com>
2022-07-19 08:24:51 +02:00