Skip to content

Commit ac6cf6d

Browse files
committed
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.
1 parent a69711c commit ac6cf6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ Therefore, it is strongly recommended that Kubernetes distributors bundle and de
6363
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.
6464

6565
Install Snapshot Beta CRDs:
66-
* kubectl create -f config/crd
67-
* https://github.com/kubernetes-csi/external-snapshotter/tree/master/config/crd
66+
* kubectl create -f client/config/crd
67+
* https://github.com/kubernetes-csi/external-snapshotter/tree/master/client/config/crd
6868
* Do this once per cluster
6969

7070
Install Common Snapshot Controller:

0 commit comments

Comments
 (0)