Skip to content

Commit

Permalink
Merge pull request eksctl-io#127 from bertinatto/remove_vol_capability
Browse files Browse the repository at this point in the history
Remove unsupported MULTI_NODE_READER_ONLY volume capability
  • Loading branch information
Cheng Pan authored Dec 3, 2018
2 parents da7e111 + 80b8b40 commit b14dd4f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/driver/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ func NewDriver(cloud cloud.Cloud, mounter *mount.SafeFormatAndMount, endpoint st
{
Mode: csi.VolumeCapability_AccessMode_SINGLE_NODE_WRITER,
},
{
Mode: csi.VolumeCapability_AccessMode_MULTI_NODE_READER_ONLY,
},
},
controllerCaps: []csi.ControllerServiceCapability_RPC_Type{
csi.ControllerServiceCapability_RPC_CREATE_DELETE_VOLUME,
Expand Down

0 comments on commit b14dd4f

Please # to comment.