Kubernetes Prow Robot
cee6c712bd
Merge pull request #30366 from aravindhp/windows-projected-volume
...
storage: document Windows projected volume limitations
2021-11-16 16:11:53 -08:00
Aravindh Puthiyaparambil
c0dd24a8ba
storage: create new file for projected volumes
...
Move inline examples into the examples folder
2021-11-08 16:07:33 -08:00
Bob Furu
b5b60db805
Replace Docker image with container image and other minor edits for clarity
2021-11-07 20:21:09 -05:00
Mengjiao Liu
f945335af6
Hard-code the name of the target repo's default branch instead of using the githubbranch parameter value
2021-08-10 18:03:21 +08:00
Jiawei Wang
ce8641227c
Fix csi migration feature gates
2021-07-26 13:14:25 -07:00
Kubernetes Prow Robot
5525bd968f
Merge pull request #28223 from Jiawei0227/cc
...
Deprecate and remove some storage plugins
2021-07-26 11:58:33 -07:00
Arhell
d169f75ce3
fix typo volumes.md
2021-07-04 10:11:54 +03:00
Jiawei Wang
0b90e84c89
Deprecate and remove some storage plugins
2021-06-25 10:56:41 -07:00
Tim Allclair
6d0d8c0d7d
Copy PSP hostpath warning to hostpath volume docs
2021-06-23 17:20:34 -07:00
Kubernetes Prow Robot
3d0e81a673
Merge pull request #27235 from jihoon-seo/patch-5
...
Update concepts/storage/volumes.md
2021-04-20 18:16:10 -07:00
Tim Bannister
965aa51daf
Merge master into dev-1.21 to keep in sync, plus latest API reference
...
This sync merge includes API reference updates.
2021-04-06 21:38:24 +01:00
Tim Bannister
eea1c895ac
Reinstate missing word
2021-03-31 19:31:02 +01:00
Rey Lejano
f03e3aca62
follow up csi migration of cinder vol plugin in PR 26992
2021-03-31 09:04:37 -07:00
Kubernetes Prow Robot
1c42751367
Merge pull request #26992 from jsafrane/cinder-migration-on
...
CSI migration of Cinder volume plugin is on by default
2021-03-31 07:49:02 -07:00
Jihoon Seo
194fe99532
Update concepts/storage/volumes.md
2021-03-29 10:45:02 +09:00
Kubernetes Prow Robot
2d568916a9
Merge pull request #27101 from mengjiao-liu/update-rdb-link
...
[en] update volume rdb `Rados Block Device` link
2021-03-27 02:14:43 -07:00
Victor Palade
ca046d9b1f
Merge master into dev-1.21 to keep in sync
2021-03-26 21:29:52 +01:00
Rey Lejano
9d56683e8b
Merge master into dev-1.21 to keep in sync - SIG-Release 1.21 Docs team 3/17/21
...
Fixed merge conflict with /docs/reference/command-line-tools-reference/kube-apiserver.md and preferred master
2021-03-17 21:29:04 -07:00
mengjiao.liu
5ae7283deb
update volume rdb `Rados Block Device` link
2021-03-18 10:27:24 +08:00
Karen Bradshaw
3ff5ec1eff
clean up use of word: just
2021-03-17 19:57:40 -04:00
Andy Zhang
b1ed2166e7
Update volumes.md
2021-03-17 15:03:33 +08:00
Jailton Lopes
3f6343225d
Rewriting the description in the background section of how the volume behaves when a pod ceases to exist.
...
Signed-off-by: Jailton Lopes <jailton@gmail.com>
2021-03-13 23:03:21 -03:00
Jan Safranek
f7e5f7cae0
CSI migration of Cinder volume plugin is on by default
...
Document that OpenStack Cinder CSI migration is enabled by default in
Kubernetes 1.21 and that corresponding CSI driver must be installed.
2021-03-10 17:34:06 +01:00
Andy Zhang
1e77a684c2
Update content/en/docs/concepts/storage/volumes.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-03-07 21:28:40 +08:00
andyzhangx
0d3e8f4a71
Update Azure file feature gates for 1.21 beta
2021-03-03 13:32:00 +00:00
Kubernetes Prow Robot
0a0dc4de36
Merge pull request #25022 from chiehmin/add-parition-field-for-ebs
...
docs: add partition field for EBS
2021-02-12 07:41:09 -08:00
Sean McGinnis
3625bc5ba5
Update link to Cinder CSI driver documentation
...
The original link has moved due to docs restructuring in the
cloud-provider-openstack repo. Also correcting the capitalization.
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2021-01-31 07:40:49 -06:00
Chieh-Min Wang
4237738f3c
docs: add partition field for EBS
...
If the EBS volume is partitioned, you have to specify which partition to
mount or the mounting process will fail.
```
mount: /var/lib/kubelet/plugins/kubernetes.io/aws-ebs/mounts/vol-<volumeid>: wrong fs type, bad option, bad superblock on /dev/nvme3n1, missing codepage or helper program, or other error.
```
2020-12-05 13:39:57 +08:00
Derek Carr
af239416bf
Document SizeMemoryBackedVolumes feature for 1.20
2020-12-01 13:22:10 -05:00
Tim Hockin
6fdb3e10d7
Revert storage-related topology changes
2020-11-04 09:01:42 -08:00
Tim Hockin
300c2e8545
Better docs for standard topology labels
...
As per KEP 1659, topology labels are now more formalized. Move away
from the older `failure-domain.beta` names ands use `topology` names
instead.
2020-11-03 11:27:58 -08:00
Karen Bradshaw
1c8429a173
fix csimigration feature state
2020-10-29 10:42:44 -04:00
Karen Bradshaw
3f5d599921
testing styling of resources, plugins, drivers
2020-10-26 14:04:55 -04:00
Qiming Teng
070023b24a
Fix links in concepts section
2020-10-22 14:24:56 +08:00
Tom Boettger
00abf7a80f
Fix false Object in persistentVolumeClaim explanation
...
The persistentVolumeClaim explanation was contradictory. I've changed it, since PersistentVolumeClaims are an abstraction layer for PersistentVolumes, which in turn "capture[..] the details of the implementation of the storage".
2020-09-08 12:37:51 +02:00
Tim Bannister
24b350662c
Remove links to cloud providers page
2020-08-28 12:53:42 +01:00
Savitha Raghunathan
53c71ad3f9
Merge remote-tracking branch 'upstream/master' into dev-1.19
2020-08-03 16:09:39 -04:00
Savitha Raghunathan
e2a861c2f9
Merge remote-tracking branch 'upstream/master' into dev-1.19
2020-07-27 19:10:42 -04:00
Qiming Teng
0bdcd44e6b
Replace reference to redirect entries (1)
...
We are referencing the redirect entries in the docs, at many places.
These references should be updated to the correct content page.
2020-07-27 13:22:53 +08:00
Kubernetes Prow Robot
81e9489f9a
Merge pull request #21767 from OriHoch/patch-1
...
volume_attributes is now volume_context in CSI spec
2020-07-26 19:50:16 -07:00
Michelle Au
8a53eed8d8
Update Azure disk feature gates for 1.19 beta
2020-07-16 09:55:20 -07:00
Kubernetes Prow Robot
79b9438d8b
Merge pull request #21444 from xing-yang/csi_migration_1.19
...
Add doc for vSphere CSI Migration
2020-07-15 16:22:35 -07:00
xing-yang
d2c58dcd0f
Add doc for vSphere CSI Migration
2020-07-15 15:02:30 +00:00
Patrick Ohly
5981f4f860
storage: GenericEphemeralVolume
...
This is the initial documentation for one new feature:
- https://github.com/kubernetes/enhancements/issues/1698
A new page gets created for different ephemeral volumes because the
relationship between them needs to be explained.
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-14 10:32:53 +02:00
Savitha Raghunathan
7ddedb00a0
resolving conflicts
2020-06-17 17:11:24 -04:00
Irvi Firqotul Aini
9d7c4de9ca
Redirect deadlinks for:
...
- https://ai.google/research/pubs/pub43438
- https://docs.docker.com/engine/admin/volumes/
2020-06-15 16:46:58 +07:00
Ori Hoch
527960a092
volume_attributes is now volume_context in CSI spec
...
this is reflected in the code as well: https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/csi/csi_client.go#L52
2020-06-15 10:20:56 +03:00
Karen Bradshaw
ecc27bbbe7
add en pages
2020-06-09 19:33:15 -04:00
Savitha Raghunathan
f1966fe56a
Merge remote-tracking branch 'upstream/master' into dev-1.19
2020-06-09 11:21:36 -04:00
Cheng Xing
db66a176dc
Updating regional PD manual provision steps
2020-05-27 15:42:58 -07:00