How can I declare StorageClass with Fibre Channel (FC) in Kubernetes

2/14/2020

I'm setting up Kubernetes with SAN using FC. From the docs: https://kubernetes.io/docs/concepts/storage/storage-classes/ It seems like Storage Class does not support FC, right? If not, could some guys show me how to define Storage Class that support FC? I'm stuck here. Many thanks

-- hoang
kubernetes

1 Answer

2/14/2020

Kubernetes docs mentioned about fc (fibre channel) so it can be achieve. Docs also redirecting to examples on Github.

Regarding use of storageClass I don't think it is possible (as you mentioned, its not supporting Fibre Channel). Solution might be write driver using FlexVolume, however I've read that there is driver for FC on Github. It would be worth to check it.

-- PjoterS
Source: StackOverflow