Use dnsPolicy: ClusterFirstWithHostNet. This enables the plugin to consume a MFS leader hosted on the K8S cluster, e.g. leader.moosefs.svc.cluster.local. Currently, we can only consume leaders hosted on bare metal.
Housekeeping:
Adds an explicit v3.0.116-v0.1.1 tag to images -- otherwise containers would crash due to the absence of a latest tag.
Modifies CSI containers to use official (+multi-platform) sig-storage images.
Modifies RBAC to include volumeattachments/status.
Functional changes:
dnsPolicy: ClusterFirstWithHostNet
. This enables the plugin to consume a MFS leader hosted on the K8S cluster, e.g.leader.moosefs.svc.cluster.local
. Currently, we can only consume leaders hosted on bare metal.Housekeeping:
v3.0.116-v0.1.1
tag to images -- otherwise containers would crash due to the absence of alatest
tag.volumeattachments/status
.