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
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ This repository hosts the CSI Hostpath driver and all of its build and dependent
8
8
9
9
## Pre-requisite
10
10
- Kubernetes cluster
11
-
- Running version 1.13 or later
11
+
- Running version 1.17 or later
12
12
- Access to terminal with `kubectl` installed
13
-
-For Kubernetes 1.17 or later, the VolumeSnapshot beta CRDs and Snapshot Controller must be installed as part of the cluster deployment (see Kubernetes 1.17+ deployment instructions)
13
+
- VolumeSnapshot CRDs and Snapshot Controller must be installed as part of the cluster deployment (see Kubernetes 1.17+ deployment instructions)
14
14
15
15
## Features
16
16
@@ -21,15 +21,11 @@ The driver can provide empty directories that are backed by the same filesystem
21
21
Usually, the driver implements all CSI operations itself. When deployed with the `-proxy-endpoint` parameter, it instead proxies all incoming connections for a CSI driver that is [embedded inside the Kubernetes E2E test suite](https://github.com/kubernetes/kubernetes/tree/master/test/e2e/storage/drivers/csi-test) and used for mocking a CSI driver [with callbacks provided by certain tests](https://github.com/kubernetes/kubernetes/blob/5ad79eae2dcbf33df3b35c48ec993d30fbda46dd/test/e2e/storage/csi_mock_volume.go#L110).
22
22
23
23
## Deployment
24
-
Deployment varies depending on the Kubernetes version your cluster is running:
25
-
-[Deployment for Kubernetes 1.17 and later](docs/deploy-1.17-and-later.md)
26
-
-[Deployment for Kubernetes 1.16 and earlier](docs/deploy-pre-1.17.md)
24
+
[Deployment for Kubernetes 1.17 and later](docs/deploy-1.17-and-later.md)
27
25
28
26
## Examples
29
27
The following examples assume that the CSI hostpath driver has been deployed and validated:
30
-
- Volume snapshots
31
-
-[Kubernetes 1.17 and later](docs/example-snapshots-1.17-and-later.md)
32
-
-[Kubernetes 1.16 and earlier](docs/example-snapshots-pre-1.17.md)
0 commit comments