|
|
@ -5,13 +5,13 @@ a packaged and polished version of the Kubernetes Incubator's Hostpath Provision |
|
|
|
|
|
|
|
|
The original license is Apache 2.0. This project remains under the same license. |
|
|
The original license is Apache 2.0. This project remains under the same license. |
|
|
|
|
|
|
|
|
_Main differences from the original project :_ |
|
|
__Main differences from the original project :__ |
|
|
- OpenShift Template that works Out-of-the-Box |
|
|
- OpenShift Template that works Out-of-the-Box |
|
|
- Naming convention (namespace/pvc-name instead of GUID) |
|
|
- Naming convention (namespace/pvc-name instead of GUID) |
|
|
- Configurable root directory (HOSTPATH_TO_USE parameter) |
|
|
- Configurable root directory (HOSTPATH_TO_USE parameter) |
|
|
- Docker Image available on DockerHub (https://hub.docker.com/r/nmasse/openshift-hostpath-provisioner/) |
|
|
- Docker Image available on DockerHub (https://hub.docker.com/r/nmasse/openshift-hostpath-provisioner/) |
|
|
|
|
|
|
|
|
_Current limitations :_ |
|
|
__Current limitations :__ |
|
|
- **DO NOT USE IT IN PRODUCTION** |
|
|
- **DO NOT USE IT IN PRODUCTION** |
|
|
- Only works on OpenShift clusters that have a single node |
|
|
- Only works on OpenShift clusters that have a single node |
|
|
|
|
|
|
|
|
@ -79,7 +79,7 @@ oc process -f setup/hostpath-provisioner-template.yaml -p TARGET_NAMESPACE=my-pr |
|
|
oc create -f objects.json |
|
|
oc create -f objects.json |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
_Note about the file 'objects.json' :_ |
|
|
__Note about the file 'objects.json' :__ |
|
|
|
|
|
|
|
|
It's a good idea to keep that file safe since it will be use to clean up your OpenShift |
|
|
It's a good idea to keep that file safe since it will be use to clean up your OpenShift |
|
|
instance in case you change your mind. See the cleanup section below. |
|
|
instance in case you change your mind. See the cleanup section below. |
|
|
|