We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11cb039 + d8431f5 commit 1778a00Copy full SHA for 1778a00
test/k8s-integration/config/test-config-template.in
@@ -3,6 +3,14 @@ StorageClass:
3
FromFile: {{.StorageClassFile}}
4
DriverInfo:
5
Name: csi-gcepd
6
+ SupportedFsType:
7
+ ext2:
8
+ ext3:
9
+ ext4:
10
+ # The following FS types supported by GCE PD but
11
+ # currently we do not test the CSI Driver on Ubuntu or Windows
12
+ # xfs: XFS only available on Ubuntu
13
+ # ntfs: NTFS only available on Windows
14
Capabilities:
15
persistence: true
16
multipods: true
0 commit comments