X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=stor4nfv.git;a=blobdiff_plain;f=tutorials%2Fcsi-plugin.md;h=97507911298ce9ada946aed37ee8fcdd117e84c6;hp=e3b0174e14d4b176687d01af94b1c1334be8be60;hb=6bc7e08cc5d80941c80e8d36d3a2b1373f147a05;hpb=6018fcdd41c2074b2c94d8033f1434be028b054b diff --git a/tutorials/csi-plugin.md b/tutorials/csi-plugin.md index e3b0174..9750791 100644 --- a/tutorials/csi-plugin.md +++ b/tutorials/csi-plugin.md @@ -31,19 +31,20 @@ ``` ### [kubernetes](https://github.com/kubernetes/kubernetes) local cluster -* You can startup the lastest k8s local cluster by executing commands blow: +* You can startup the v1.9.0 k8s local cluster by executing commands blow: ``` cd $HOME git clone https://github.com/kubernetes/kubernetes.git cd $HOME/kubernetes + git checkout v1.9.0 make echo alias kubectl='$HOME/kubernetes/cluster/kubectl.sh' >> /etc/profile ALLOW_PRIVILEGED=true FEATURE_GATES=CSIPersistentVolume=true,MountPropagation=true RUNTIME_CONFIG="storage.k8s.io/v1alpha1=true" LOG_LEVEL=5 hack/local-up-cluster.sh ``` ### [opensds](https://github.com/opensds/opensds) local cluster -* For testing purposes you can deploy OpenSDS referring the [OpenSDS Cluster Installation through Ansible](https://github.com/opensds/opensds/wiki/OpenSDS-Cluster-Installation-through-Ansible) wiki. Besides, you need to deploy opensds csi plugin refering to ```nbp-ansible/README.md```. +* For testing purposes you can deploy OpenSDS refering to ```ansible/README.md```. ## Testing steps ##