Flex to FlexVolume

This commit is contained in:
Saad Ali 2018-02-08 20:36:16 -08:00 committed by GitHub
parent ed5222754e
commit 47aea77ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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?**