Commit Graph

384 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 4924944ea2
Merge pull request #29770 from Kartik494/ReadWriteOnceBehvaviour
Added a note for improvement in documentation for ReadWriteOnce and ReadWriteOncePod access mode.
2021-09-29 02:52:49 -07:00
kartik494 9fe3e942ff Added note to improve access modes documentation 2021-09-28 17:06:34 +05:30
Kubernetes Prow Robot c1ec23f4c2
Merge pull request #28863 from sgpinkus/patch-1
Update persistent-volumes.md
2021-09-24 16:28:22 -07: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
Kubernetes Prow Robot ad3319300f
Merge pull request #29232 from sftim/2021084_update_links_to_api_reference_pv
Link from PV / PVC concept to new API reference
2021-08-05 13:47:19 -07:00
Tim Bannister 1b3125353d Link from PV / PVC concept to new API reference 2021-08-04 22:52:27 +01:00
Victor Palade 4b3b80f962 deprecation: Update quobyte storage class
This change adds a deprecation notice for the in-tree quobyte storage class and offers a link to the out-of-tree example.

Signed-off-by: Victor Palade <victor@cloudflavor.io>
2021-07-29 15:56:41 +03:00
PI-Victor fe170db160
Merge branch 'dev-1.22' into merged-master-dev-1.22 2021-07-28 18:14:25 +03:00
Kubernetes Prow Robot 96c89395cc
Merge pull request #28610 from bswartz/volume-populators
[1.22] Volume populators redesign #1495
2021-07-28 06:35:35 -07:00
Ben Swartzlander 2fd8c1435a [1.22] Volume populators redesign #1495
Add dataSourceRef documentation
2021-07-27 18:36:45 -04:00
Kubernetes Prow Robot 60984701a9
Merge pull request #28114 from chrishenzie/read-write-once-pod-access-mode
ReadWriteOncePod access mode alpha docs
2021-07-27 09:44:46 -07:00
Chris Henzie 2113947048 ReadWriteOncePod access mode alpha 2021-07-27 09:21:29 -07:00
Victor Palade 3c95e6a96b Merge master into dev-1.22 to keep in sync 2021-07-27 18:47:27 +03:00
Chen, Xu Chun (Simon) a6edadd674
add nfs storageClass example (#28941)
* add nfs example

* --amend
2021-07-27 02:48:45 -07: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
Kubernetes Prow Robot 45f69e5f7c
Merge pull request #28785 from Arhell/typo
fix typo volumes.md
2021-07-09 06:12:54 -07:00
sgpinkus 6158a7f926
Update persistent-volumes.md
Makes option 3 for "reclaiming" a released PV a bit clearer. Used to be:

> Manually delete the associated storage asset, or if you want to reuse the same storage asset, create a new PersistentVolume with the same storage asset definition.

But the 2nd part applies more to reclamation option 1 and is kind of contradictory with option 3 (which isn't really "reclaiming" anything AFAICT). So just  move to it's own stand alone sentence.
2021-07-09 00:00:03 +10:00
Arhell d169f75ce3 fix typo volumes.md 2021-07-04 10:11:54 +03:00
Kubernetes Prow Robot d295c65929
Merge pull request #28437 from amej/patch-1
#28436 Correct spelling in  storage-classes.md
2021-07-03 08:50:18 -07:00
ialidzhikov 71d17c3f68 Fix default disk type for Azure
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2021-07-02 15:52:42 +03:00
Kubernetes Prow Robot d26f9ac045
Merge pull request #28252 from tallclair/hostpath
Copy PSP hostpath warning to hostpath volume docs
2021-06-28 01:43:25 -07: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
Qiming Teng e9703497a1 Remove exec permission on markdown files
For some unknown reasons, we have got many markdown files with exec
permission. That is weird and risky.
2021-06-16 17:57:00 +08:00
Ameya Sathe ede15be105
Correct spelling in storage-classes.md
Fix for  https://github.com/kubernetes/website/issues/28436
2021-06-16 12:32:06 +05:30
Kubernetes Prow Robot 45f36649ab
Merge pull request #27884 from jingxu97/nodename
Update note for waitForFirstConsumer binding mode with example
2021-05-11 16:03:38 -07:00
Cheng Xing 3976df3d12 Link PVC volume mode and access mode sections to corresponding sections in PV 2021-05-07 19:11:56 -07:00
Jing Xu e7d3e273f2 Update note for waitForFirstConsumer binding mode with example
Update binding mode related to nodeName
2021-05-06 16:19:02 -07:00
James Wilson d17a261c0e
Fix spelling mistake of the word 'kubernetes' in line 390
A volume with `volumeMode: Filesystem` is *mounted* into Pods into a directory. If the volume
is backed by a block device and the device is empty, Kubernetes creates a filesystem
on the device before mounting it for the first time.
2021-05-03 16:20:49 +12:00
Mengjiao Liu 03c1683d18 [en] Remove redundant feature gate introductions 2021-04-22 17:11:44 +08: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
Tim Bannister c3af732d1a Fix docs for volume health monitoring 2021-03-31 00:53:04 +01:00
xing-yang 05cae37d56 Add doc for volume health monitoring 2021-03-30 16:12:07 +00: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
Kubernetes Prow Robot d53aef4047
Merge pull request #26801 from pohly/generic-ephemeral-volumes-beta
generic ephemeral volumes: beta
2021-03-25 06:59:30 -07:00
Patrick Ohly 4021005745 generic ephemeral volumes: beta
The feature is scheduled for becoming beta in 1.21.

In addition, the commit addresses some of the review feedback.
2021-03-23 18:23:58 +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
Kubernetes Prow Robot 7afd404212
Merge pull request #26818 from andyzhangx/azurefile-migration-dev1.21
Update Azure file feature gates for 1.21 beta
2021-03-17 17:53:19 -07: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
pacoxu 9c7c311ec2 correct the version of beta annotation for storage 2021-03-15 13:27:51 +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
Patrick Ohly f5aaf40e88 storage capacity: beta
After the promotion to beta in 1.21, enabling the feature is easier
and mostly just depends on the CSI driver deployment.
2021-03-04 08:26:22 +01: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
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