Commit Graph

280 Commits

Author SHA1 Message Date
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
Karen Bradshaw 3fd65482e8 clean up use of word: simply 2021-02-07 12:15:29 -05:00
Kubernetes Prow Robot 37bc491a2a
Merge pull request #25039 from kedark3/addHostPathVolume
added example linking to hostPath volume definition
2021-02-03 17:14:28 -08:00
Kedar Vijay Kulkarni 11ef740ede Added code style to `hostPath` 2021-02-03 09:11:00 -05: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
Kedar Vijay Kulkarni 9be902bee0 added example linking to hostPath volume definition 2021-01-25 11:17:10 -05:00
Kubernetes Prow Robot d37ab8abaf
Merge pull request #25839 from Marusyk/rmarusyk/25800
Add tooltip for CSI in persistent volume page
2021-01-14 11:25:32 -08:00
Qiming Teng 3173093b96 Fix a typo in persistent volumes pages 2021-01-10 15:24:51 +08:00
Kubernetes Prow Robot 8260261d9e
Merge pull request #25567 from lostsquirrel/patch-8
Add missing word
2021-01-08 07:32:54 -08:00
Roman Marusyk 37b5cb9e2a
Add tooltip for CSI 2020-12-28 23:56:44 +02:00
Eric Briand a2fa57e880
Fix link to Volume Plugin FAQ 2020-12-22 16:06:22 +01:00
Philippe Martin 04664781a0 Remove broken link to CSIStorageCapacity in API reference 2020-12-13 20:24:35 +01:00
lostsquirrel 31bbd71def
Add missing word
According to the content, it seems missing this word
2020-12-11 16:27:42 +08:00
Anna Jung (VMware) 7f43aceddb Merge remote-tracking branch 'upstream/master' into dev-1.20 2020-12-07 10:39:57 -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
Qiming Teng 9ddc0a3ad9 Add links to volumes from persistent volumes
When working with persistent volumes, I have to refer to the persitent
volumes page now and then, only to find that the information I need is
on a different page. The PR

- adds some links to ease navigation and
- currects the spelling of volume types, for example, `iscsi` is the type
  to specify rather than `iSCSI`,
- sort the volume type list in alphabetic order.
- added `photonPersistentDisk` as one of valid persistent volume type to
  use, though we don't have any documentation other than API spec for it.
2020-12-04 09:16:23 +08:00
Kristin Martin 86d9492ccb Merge remote-tracking branch 'upstream/master' into merged-master-dev-1.20 2020-12-03 11:58:44 -08:00
Kubernetes Prow Robot 21c05e4fb7
Merge pull request #24906 from derekwaynecarr/memory-backed-size
Document SizeMemoryBackedVolumes feature for 1.20
2020-12-01 10:56:51 -08:00
Derek Carr af239416bf Document SizeMemoryBackedVolumes feature for 1.20 2020-12-01 13:22:10 -05:00
Michiel Van Gendt 01d4a0a4dd
Fix link to CSI ephemeral volumes 2020-11-28 12:43:49 +01:00
Somtochi Onyekwere ba77c903ed Merge remote-tracking branch 'upstream/master' into dev-1.20 2020-11-19 17:09:49 +01:00
Xing Yang e62b6e1b18
Add doc for snapshot GA (#24849) 2020-11-13 05:08:24 -08:00
Zaheer Merali e3db381880
Move link away from deprecated external-storage repo 2020-11-11 14:54:45 +00:00
Zaheer Merali 927a127b48
Correct link to external-storage 2020-11-10 17:07:06 +00: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
KilimAnnejaro 6aee0699e2 moving use cases up 2020-10-27 20:50:49 -05:00
KilimAnnejaro 7f5f3cb00e responding to comments 2020-10-27 20:15:09 -05:00
KilimAnnejaro 1d809aabd6 use cases for volume snapshot 2020-10-27 18:28:30 -05:00
Karen Bradshaw 3f5d599921 testing styling of resources, plugins, drivers 2020-10-26 14:04:55 -04:00
Kubernetes Prow Robot fe90f65e6a
Merge pull request #24677 from tengqm/links-concepts
Fix links in concepts section
2020-10-22 06:41:35 -07:00
Qiming Teng 070023b24a Fix links in concepts section 2020-10-22 14:24:56 +08:00
Neha Viswanathan a8b6551c22 update kubernetes-incubator references 2020-10-20 23:10:28 -07:00
Michelle Au b01c0a2f6a storageclass name in pvc needs to be empty to match empty storageclassname on pv 2020-10-16 11:51:44 -07:00
Yecheng Fu 318d17b85f add pre-binding section 2020-09-27 10:17:34 +08:00
Feruzjon Muyassarov 55d2702f3f
Fix 404 issues 2020-09-19 00:07:30 +03:00
Kubernetes Prow Robot 1057430f94
Merge pull request #23647 from lparis/patch-2
Update storage-classes.md
2020-09-17 18:04:46 -07:00
Feruzjon Muyassarov e89dc4f7c2 Fix 404 in storage doc 2020-09-18 00:30:28 +03:00
unknown 82c612be23 Added direct link 2020-09-17 11:13:47 -07:00
unknown 4c67cd640f Remove example, point to repo 2020-09-17 10:59:31 -07:00
unknown 09a658eeb5 Addressing feedback 2020-09-15 12:59:42 -07:00
Lorenzo Paris d3475e6a5c
Update content/en/docs/concepts/storage/storage-classes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-09-09 14:37:24 -07: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
Lorenzo Paris 7048041d14
Update storage-classes.md
Adding vSphere CSI StorageClass example.
2020-09-01 16:47:11 -07:00
Tim Bannister 24b350662c Remove links to cloud providers page 2020-08-28 12:53:42 +01:00
Kubernetes Prow Robot 70b75e16f0
Merge pull request #22981 from shuuji3/en/replace-special-quote-with-normal-ones
Replace special quote characters with normal ones
2020-08-26 14:55:02 -07:00
Savitha Raghunathan 95c94c03d5 resolving conflicts 2020-08-23 12:13:37 -04:00
Kubernetes Prow Robot 7c39165d67
Merge pull request #23053 from shuuji3/en/fix-code-block-volume-snapshot
Fix the code block on concepts/storage/volume-snapshots page
2020-08-16 14:20:18 -07:00
Omar Saleem 6ac37b76be
fix a typo
you "lose" data not "loose" data. quick fix
2020-08-15 13:07:42 -04:00
Kubernetes Prow Robot 9d0baba1e1
Merge pull request #23075 from annajung/merged-master-dev-1.19
Merged master dev 1.19
2020-08-12 09:43:44 -07:00
Anna Jung 09d0f598fa Merge master into dev-1.19 to keep in sync 2020-08-11 08:34:02 -05:00
TAKAHASHI Shuuji c6a96128c4
Replace special quote characters with normal ones. 2020-08-11 21:05:22 +09:00
Patrick Ohly 6d84df458e
Update content/en/docs/concepts/storage/storage-capacity.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-08-10 19:32:25 +02:00
Patrick Ohly c5e26a2636
Update content/en/docs/concepts/storage/storage-capacity.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-08-10 19:32:12 +02:00
Patrick Ohly 0dd9d1088e storage capacity: mention API group
Just the feature gate alone is not enough, the API group also needs to
be enabled.
2020-08-10 16:23:59 +02:00
TAKAHASHI Shuuji e806ba5207 Fix the indentation and lang of the code block on concepts/storage/volume-snapshots. 2020-08-10 11:40:41 +09:00
Hemant Kumar 90f89a763f Add docs for manual recovery from resize failure 2020-08-06 12:31:45 -04: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
Savitha Raghunathan 53f2d23359 resolving conflicts 2020-07-19 19:15:36 -04:00
Michelle Au 8a53eed8d8 Update Azure disk feature gates for 1.19 beta 2020-07-16 09:55:20 -07:00
Patrick Ohly 19b8f8421f storage: CSIStorageCapacity
This is the initial documentation for one new feature:
- https://github.com/kubernetes/enhancements/issues/1472
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-16 08:52:08 +02: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
Kubernetes Prow Robot 3f7af5daaf
Merge pull request #22438 from pohly/generic-ephemeral-volumes
storage: GenericEphemeralVolume
2020-07-15 09:48:38 -07:00
Patrick Ohly 4401fd81d7
Update content/en/docs/concepts/storage/ephemeral-volumes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-15 18:28:34 +02:00
xing-yang d2c58dcd0f Add doc for vSphere CSI Migration 2020-07-15 15:02:30 +00:00
Patrick Ohly 25d50c17b5
Update content/en/docs/concepts/storage/ephemeral-volumes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-14 20:47:39 +02: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
Kubernetes Prow Robot 9866538717
Merge pull request #22454 from djbrown/portworx-patch-en
fix portworx io priority parameter name [EN]
2020-07-11 00:01:21 -07:00
Daniel Brown a644a09ec7
fix portworx io priority parameter name
update `io_priority` to `priority_io`
see https://docs.portworx.com/portworx-install-with-kubernetes/storage-operations/create-pvcs/dynamic-provisioning/
Name: priority_io
Description: IO Priority: low|medium|high
Example: priority_io: “high”
2020-07-10 10:51:21 +02:00
Savitha Raghunathan 0ebc16c10c resolving conflicts 2020-07-08 16:01:48 -04:00
Savitha Raghunathan 220d754880 Merge remote-tracking branch 'upstream/master' into dev-1.19 2020-06-30 18:02:37 -04:00
Marek Anderson 76d2794e66
Clarify PVC access modes in third paragraph
The last sentence of the third paragraph was worded in an unreadable way.
Before: Claims can request specific size and access modes (e.g., they can be mounted once read/write or many times read-only).
Replaced with technical terms and hyperlinked to Access Modes section on the same page.
2020-06-29 16:05:36 -04:00
Kubernetes Prow Robot 86d373b0f9
Merge pull request #21997 from sftim/20200622_tidy_concepts_section_post_docsy
Tidy concepts section post-Docsy
2020-06-27 17:12:14 -07:00
Jerry Park 427b4ec428 Fix issue with links to wrong section name 2020-06-27 20:58:23 +09:00
Tim Bannister 3ff7312cff Add descriptions to Concept sections
Each section directly beneath Concepts gains a description.
2020-06-25 17:09:58 +01:00
Savitha Raghunathan 7ddedb00a0 resolving conflicts 2020-06-17 17:11:24 -04:00
Timo Reimann 92e9bf96b5 Document annotation to set default VolumeSnapshotClass 2020-06-17 10:59:42 +02:00
Arhell f8c1f91d97
update to right styling for VolumeSnapshotClass concept 2020-06-17 01:12:13 +03: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
Savitha Raghunathan 1f08c931df Merge remote-tracking branch 'upstream/master' into dev-1.19 2020-05-19 16:58:32 -04:00
Kubernetes Prow Robot f1929c87ea
Merge pull request #20924 from celestehorgan/fix-broken-links
Fix broken links identified by linkchecker
2020-05-14 07:22:22 -07:00
Celeste Horgan e0ae1338cd Correct links
Signed-off-by: Celeste Horgan <celeste@cncf.io>
2020-05-12 13:58:32 -07:00
Anusha Ramineni f50994a08c
Update volumes.md 2020-05-12 12:12:22 +05:30
Savitha Raghunathan ea8179d29d Merge remote-tracking branch 'upstream/master' into dev-1.19 2020-05-11 16:07:40 -04:00
Adam Kaplan 55e17b86f2 mv "Assign Pods" and "Taints and Tolerations" concepts to "Scheduling and Eviction"
* Moved "Assigning Pods to Nodes" article to Concepts -> Scheduling and Eviction
* Moved "Taints and Tolerations" article to Concepts -> Scheduling and Eviction
* Updated weight of the "Kubernetes Scheduler" article so it appears first
* Updated redirects
* Replaced links to "Assigning Pods to Nodes" and "Taints and Tolerations" articles
to avoid redirects.

Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com>
2020-05-11 11:29:16 -04:00
fml2 d1ff4e7c12 Document that UTF-8 is used when exposing configMaps as files 2020-05-07 23:45:43 +02:00
Kevin Taylor 4ed975af84 Remove reference to VolumeSubpathEnvExpansion feature gate 2020-05-06 17:47:54 -07:00
Kubernetes Prow Robot d67998a8dc
Merge pull request #20422 from nikhil-zadoo/patch-1
Updated hyperlink to raw-block-volume-support
2020-05-01 06:50:29 -07:00
Nikhil Zadoo 66a784660c Updated hyperlink to raw-block-volume-support
The current hyperlink is broken. Updating it to point to the page marker on the same page.
2020-04-18 12:41:48 +02:00
Cheng Xing 2b4c1c3aec update regional pd description to use volume topology mechanism 2020-04-17 11:43:51 -07:00
Kubernetes Prow Robot bc4bc85855
Merge pull request #20194 from varadaprasanth/patch-2
Glossary for PersistentVolumeClaim added
2020-04-13 10:01:49 -07:00
Jordan Liggitt ace502b542 Make feature-state tag usage consistent 2020-04-09 13:19:41 -04:00