From b722ce85f22ddfa723910e44b2db04aaf63786f1 Mon Sep 17 00:00:00 2001 From: Subodh Mathur Date: Tue, 5 Nov 2019 10:54:28 -0800 Subject: [PATCH] Added storageType parameter in StorageClass example. --- README.md | 4 +++- example/ABS/sc.yaml | 1 + example/AFS/sc.yaml | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 615a8d3..52b007e 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,6 @@ This repository contains Nutanix CSI driver deployment yamls for different OS and kubernetes distributions. The repository also contains example usage for the CSI driver. - \ No newline at end of file + +Nutanix CSI driver v1.0.1 documentation: +https://portal.nutanix.com/#/page/docs/details?targetId=CSI-Volume-Driver-v10:CSI-Volume-Driver-v10 diff --git a/example/ABS/sc.yaml b/example/ABS/sc.yaml index c34f3e4..07ef984 100644 --- a/example/ABS/sc.yaml +++ b/example/ABS/sc.yaml @@ -11,3 +11,4 @@ parameters: dataServiceEndPoint: 10.40.144.216 storageContainer: default-container-84242740336979 fsType: ext4 + storageType: NutanixVolumes diff --git a/example/AFS/sc.yaml b/example/AFS/sc.yaml index 31d3639..c6028dd 100644 --- a/example/AFS/sc.yaml +++ b/example/AFS/sc.yaml @@ -6,3 +6,4 @@ provisioner: com.nutanix.csi parameters: nfsServer: 10.51.11.8 nfsPath: nfs-test-path + storageType: NutanixFiles