Skip to content

Commit

Permalink
[WIP] Add AWS EFS CSI to known provisioners
Browse files Browse the repository at this point in the history
Signed-off-by: Arnon Gilboa <agilboa@redhat.com>
  • Loading branch information
arnongilboa committed Jun 26, 2023
1 parent 81fd90f commit e044aad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/storagecapabilities/storagecapabilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ var CapabilitiesByProvisionerKey = map[string][]StorageCapabilities{
//AWSElasticBlockStore
"kubernetes.io/aws-ebs": {{rwo, block}},
"ebs.csi.aws.com": {{rwo, block}},
// AWSFIle is done by a pod
//AWSElasticFileSystem
"efs.csi.aws.com": {{rwx, file}},
//Azure disk
"kubernetes.io/azure-disk": {{rwo, block}},
"disk.csi.azure.com": {{rwo, block}},
Expand Down

0 comments on commit e044aad

Please sign in to comment.