Add fibre channel volume explanation (#3967)
* Add fibre channel volume explanation This patch adds explanation of fibre channel volume including usage of multiple WWNs. Fix #33602 * Fix typos
This commit is contained in:
committed by
Andrew Chen
parent
2841f6dabe
commit
1cec609586
@@ -74,6 +74,7 @@ Kubernetes supports several types of Volumes:
|
|||||||
* `awsElasticBlockStore`
|
* `awsElasticBlockStore`
|
||||||
* `nfs`
|
* `nfs`
|
||||||
* `iscsi`
|
* `iscsi`
|
||||||
|
* `fc (fibre channel)`
|
||||||
* `flocker`
|
* `flocker`
|
||||||
* `glusterfs`
|
* `glusterfs`
|
||||||
* `rbd`
|
* `rbd`
|
||||||
@@ -320,6 +321,19 @@ simultaneous writers allowed.
|
|||||||
|
|
||||||
See the [iSCSI example](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/examples/volumes/iscsi) for more details.
|
See the [iSCSI example](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/examples/volumes/iscsi) for more details.
|
||||||
|
|
||||||
|
### fc (fibre channel)
|
||||||
|
|
||||||
|
An `fc` volume allows an existing fibre channel volume to be mounted into your pod.
|
||||||
|
You can specify single or multiple target World Wide Names to the parameter
|
||||||
|
targetWWNs in your volume configuration. If multiple WWNs are specified,
|
||||||
|
targetWWNs expects that those WWNs form multipath connection.
|
||||||
|
|
||||||
|
__Important: You must configure FC SAN Zoning to allocate and mask those
|
||||||
|
LUNs (volumes) to the target WWNs beforehand so that Kubernetes hosts
|
||||||
|
can access them__
|
||||||
|
|
||||||
|
See the [FC example](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/examples/volumes/fibre_channel) for more details.
|
||||||
|
|
||||||
### flocker
|
### flocker
|
||||||
|
|
||||||
[Flocker](https://clusterhq.com/flocker) is an open-source clustered container data volume manager. It provides management
|
[Flocker](https://clusterhq.com/flocker) is an open-source clustered container data volume manager. It provides management
|
||||||
|
|||||||
Reference in New Issue
Block a user