From ac6cf6d2588fe39fbf930f487daaaedcac952353 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Thu, 20 Aug 2020 10:36:51 +0530 Subject: [PATCH] update readme for new crd directory as the CRD directory is changed now, the readme should point to the new directory where the CRD is present. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8e30f96..482b958d 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,8 @@ Therefore, it is strongly recommended that Kubernetes distributors bundle and de If your Kubernetes distribution does not bundle the snapshot controller, you may manually install these components by executing the following steps. Note that the snapshot controller YAML files in the git repository deploy into the default namespace for system testing purposes. For general use, update the snapshot controller YAMLs with an appropriate namespace prior to installing. For example, on a Vanilla Kubernetes cluster update the namespace from 'default' to 'kube-system' prior to issuing the kubectl create command. Install Snapshot Beta CRDs: -* kubectl create -f config/crd -* https://github.com/kubernetes-csi/external-snapshotter/tree/master/config/crd +* kubectl create -f client/config/crd +* https://github.com/kubernetes-csi/external-snapshotter/tree/master/client/config/crd * Do this once per cluster Install Common Snapshot Controller: