summaryrefslogtreecommitdiff
path: root/sig-storage
diff options
context:
space:
mode:
authorSaad Ali <saadali@google.com>2018-02-08 20:36:16 -0800
committerGitHub <noreply@github.com>2018-02-08 20:36:16 -0800
commit47aea77ef15f90d38d2f438e96e7aa7896cec76b (patch)
tree1ce0bd9c1f31466c5a63a8c04db7ae22e00a3339 /sig-storage
parented5222754ed38043b9a0c3b0af47ccb37e0af35f (diff)
Flex to FlexVolume
Diffstat (limited to 'sig-storage')
-rw-r--r--sig-storage/volume-plugin-faq.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/sig-storage/volume-plugin-faq.md b/sig-storage/volume-plugin-faq.md
index f19384bd..46151099 100644
--- a/sig-storage/volume-plugin-faq.md
+++ b/sig-storage/volume-plugin-faq.md
@@ -16,7 +16,7 @@ There are three methods to implement a volume plugin:
2. Out-of-tree FlexVolume driver
3. Out-of-tree CSI driver
-The Kubernetes Storage SIG, which is responsible for all volume code in the Kubernetes core repository, is no longer accepting new in-tree volume plugins. Instead, the SIG recommends storage vendors develop plugins as either Flex or CSI drivers.
+The Kubernetes Storage SIG, which is responsible for all volume code in the Kubernetes core repository, is no longer accepting new in-tree volume plugins. Instead, the SIG recommends storage vendors develop plugins as either FlexVolume or CSI drivers.
**What is an in-tree vs out-of-tree volume plugin?**