Skip to content

Commit 0cbedcf

Browse files
committed
changes made
Signed-off-by: Ayushman Mishra <[email protected]> changes Signed-off-by: Ayushman Mishra <[email protected]>
1 parent 9bef88f commit 0cbedcf

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

content/en/docs/concepts/extend-kubernetes/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ After a request is authorized, if it is a write operation, it also goes through
163163
) allow users to mount volume types without built-in support by having the
164164
Kubelet call a Binary Plugin to mount the volume.
165165

166-
FlexVolume is deprecated in v1.23. Out-of-tree CSI driver is the recommended way to write volume drivers in Kubernetes. See this doc [here](https://github.com/kubernetes/community/blob/master/sig-storage/volume-plugin-faq.md#kubernetes-volume-plugin-faq-for-storage-vendors) for more information.
166+
FlexVolume is deprecated since Kubernetes v1.23. The Out-of-tree CSI driver is the recommended way to write volume drivers in Kubernetes. See [Kubernetes Volume Plugin FAQ for Storage Vendors](https://github.com/kubernetes/community/blob/master/sig-storage/volume-plugin-faq.md#kubernetes-volume-plugin-faq-for-storage-vendors) for more information.
167167

168168

169169
### Device Plugins

content/en/docs/concepts/storage/persistent-volumes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,6 @@ PersistentVolume types are implemented as plugins. Kubernetes currently supports
318318
* [`cephfs`](/docs/concepts/storage/volumes/#cephfs) - CephFS volume
319319
* [`csi`](/docs/concepts/storage/volumes/#csi) - Container Storage Interface (CSI)
320320
* [`fc`](/docs/concepts/storage/volumes/#fc) - Fibre Channel (FC) storage
321-
* [`flexVolume`](/docs/concepts/storage/volumes/#flexvolume) - FlexVolume
322-
(**deprecated** in v1.23)
323321
* [`gcePersistentDisk`](/docs/concepts/storage/volumes/#gcepersistentdisk) - GCE Persistent Disk
324322
* [`glusterfs`](/docs/concepts/storage/volumes/#glusterfs) - Glusterfs volume
325323
* [`hostPath`](/docs/concepts/storage/volumes/#hostpath) - HostPath volume
@@ -335,6 +333,8 @@ PersistentVolume types are implemented as plugins. Kubernetes currently supports
335333

336334
The following types of PersistentVolume are deprecated. This means that support is still available but will be removed in a future Kubernetes release.
337335

336+
* [`flexVolume`](/docs/concepts/storage/volumes/#flexvolume) - FlexVolume
337+
(**deprecated** in v1.23)
338338
* [`cinder`](/docs/concepts/storage/volumes/#cinder) - Cinder (OpenStack block storage)
339339
(**deprecated** in v1.18)
340340
* [`flocker`](/docs/concepts/storage/volumes/#flocker) - Flocker storage

content/en/docs/reference/glossary/flexvolume.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ id: flexvolume
44
date: 2018-06-25
55
full_link: /docs/concepts/storage/volumes/#flexvolume
66
short_description: >
7-
FlexVolume is an interface for creating out-of-tree volume plugins. It is deprecated in v1.23. The {{< glossary_tooltip text="Container Storage Interface" term_id="csi" >}} is a newer interface which addresses several problems with FlexVolumes.
7+
FlexVolume is a deprecated interface for creating out-of-tree volume plugins. The {{< glossary_tooltip text="Container Storage Interface" term_id="csi" >}} is a newer interface that addresses several problems with FlexVolume.
88
99
1010
aka:
1111
tags:
1212
- storage
1313
---
14-
FlexVolume is an interface for creating out-of-tree volume plugins. It is deprecated in v1.23. The {{< glossary_tooltip text="Container Storage Interface" term_id="csi" >}} is a newer interface which addresses several problems with FlexVolumes.
14+
FlexVolume is a deprecated interface for creating out-of-tree volume plugins. The {{< glossary_tooltip text="Container Storage Interface" term_id="csi" >}} is a newer interface that addresses several problems with FlexVolume.
1515

1616
<!--more-->
1717

content/en/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ For [flex-volume support](https://github.com/kubernetes/community/blob/ab55d85/c
375375
Kubernetes components like the kubelet and kube-controller-manager use the default path of
376376
`/usr/libexec/kubernetes/kubelet-plugins/volume/exec/`, yet the flex-volume directory _must be writeable_
377377
for the feature to work.
378-
(**Note** FlexVolume is deprecated in v1.23)
378+
(**Note**: FlexVolume was deprecated in the Kubernetes v1.23 release)
379379

380380
To workaround this issue you can configure the flex-volume directory using the kubeadm
381381
[configuration file](/docs/reference/config-api/kubeadm-config.v1beta3/).

0 commit comments

Comments
 (0)