Skip to content

Commit

Permalink
Merge pull request #1468 from kubernetes-sigs/remove-pulish-cap
Browse files Browse the repository at this point in the history
cleanup: remove ControllerPublishVolume capability
  • Loading branch information
andyzhangx authored Sep 30, 2023
2 parents e74c9c7 + a867fde commit 6567e49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/azurefile/azurefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ func (d *Driver) Run(endpoint, kubeconfig string, testBool bool) {
d.AddControllerServiceCapabilities(
[]csi.ControllerServiceCapability_RPC_Type{
csi.ControllerServiceCapability_RPC_CREATE_DELETE_VOLUME,
csi.ControllerServiceCapability_RPC_PUBLISH_UNPUBLISH_VOLUME,
csi.ControllerServiceCapability_RPC_CREATE_DELETE_SNAPSHOT,
csi.ControllerServiceCapability_RPC_EXPAND_VOLUME,
csi.ControllerServiceCapability_RPC_SINGLE_NODE_MULTI_WRITER,
Expand Down

0 comments on commit 6567e49

Please sign in to comment.