From 31f36cae26b11f12f5a5725a15e666d772b3298e Mon Sep 17 00:00:00 2001 From: Jing Xu Date: Wed, 16 Jan 2019 14:01:31 -0800 Subject: [PATCH] Update snapshot example doc Adding the comments in snapshot example for installing the driver in dev version. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 057efb856..a19152a4a 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,8 @@ web-server 1/1 Running 0 1m ### Snapshot Example +Please note that VolumeSnapshot is currently alpha feature. In order to enable this feature, please install CSI driver with +dev version by setting the environment variable "GCE_PD_DRIVER_VERSION=dev" 1. Create example Default Snapshot Class ``` $ kubectl create -f ./examples/kubernetes/demo-defaultsnapshotclass.yaml