Merge pull request #69929 from jsafrane/csi-ga

Promote CSIPersistentVolume feature to GA
This commit is contained in:
k8s-ci-robot
2018-11-14 20:34:58 -08:00
committed by GitHub
46 changed files with 7578 additions and 521 deletions

View File

@@ -95,7 +95,6 @@ func (c *csiAttacher) Attach(spec *volume.Spec, nodeName types.NodeName) (string
PersistentVolumeName: &pvName,
},
},
Status: storage.VolumeAttachmentStatus{Attached: false},
}
_, err = c.k8s.StorageV1beta1().VolumeAttachments().Create(attachment)