You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-9
Original file line number
Diff line number
Diff line change
@@ -8,46 +8,62 @@ This repository hosts the CSI Hostpath driver and all of its build and dependent
8
8
- Access to terminal with `kubectl` installed
9
9
10
10
## Deployment
11
-
The easiest way to test the Hostpath driver is to run `deploy/deploy-hostpath.sh` script as shown:
11
+
The easiest way to test the Hostpath driver is to run the `deploy-hostpath.sh` script for the Kubernetes version used by
12
+
the cluster as shown below for Kubernetes 1.13. This creates the deployment that is maintained specifically for that
13
+
release of Kubernetes. However, other deployments may also work. For details see the individual READMEs.
12
14
13
15
```shell
14
-
$ deploy/deploy-hostpath.sh
16
+
$ deploy/kubernetes-1.13/deploy-hostpath.sh
15
17
```
16
18
17
19
You should see an output similar to the following printed on the terminal showing the application of rbac rules and the result of deploying the hostpath driver, external provisioner, external attacher and snapshotter components:
23:16:10 waiting for hostpath deployment to complete, attempt #0
63
+
deploying snapshotclass
64
+
volumesnapshotclass.snapshot.storage.k8s.io/csi-hostpath-snapclass created
44
65
```
45
66
46
-
The script can also install CRDs that are needed for alpha features,
47
-
but as this is something that should be done by the cluster
48
-
provisioning tool it is disabled in the script by default. For this
49
-
and other customizations see the source code of the deploy script.
50
-
51
67
The [livenessprobe side-container](https://github.com/kubernetes-csi/livenessprobe) provided by the CSI community is deployed with the CSI driver to provide the liveness checking of the CSI services.
0 commit comments