Skip to content

Commit

Permalink
modify wrong vendor name for flexvolume
Browse files Browse the repository at this point in the history
Signed-off-by: yanxuean <[email protected]>
  • Loading branch information
yanxuean committed Jul 16, 2018
1 parent 239f397 commit 1eab90b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ As of now, there's no need to mount volumes into the container, it's enough to d
#### Supported features of RBD Volume definition

```
- FlexVolume Driver name: kubernetes.io/flexvolume_driver
- FlexVolume Driver name: virtlet/flexvolume_driver
- type: ceph
- monitor: <ip:port>
- user: <user-name>
Expand Down Expand Up @@ -202,7 +202,7 @@ spec:
volumes:
- name: test
flexVolume:
driver: kubernetes.io/flexvolume_driver
driver: virtlet/flexvolume_driver
options:
type: ceph
monitor: 10.192.0.1:6789
Expand Down

0 comments on commit 1eab90b

Please sign in to comment.