update restic prerequisite with min k8s version

Restic DaemonSet pods require shared mounts with mountPropagation
feature enabled on the Kubernetes Cluster.  Refer #669

Signed-off-by: kmova <kiran.mova@openebs.io>
This commit is contained in:
Kiran Mova
2018-10-19 08:42:09 +05:30
committed by kmova
parent fe19863089
commit bb65d67a13

View File

@@ -25,6 +25,8 @@ cross-volume-type data migrations. Stay tuned as this evolves!
- A working install of Ark version 0.10.0 or later. See [Set up Ark][2]
- A local clone of [the latest release tag of the Ark repository][3]
- Ark's restic integration requires the Kubernetes [MountPropagation feature][6], which is enabled by default in Kubernetes v1.10.0 and later.
### Instructions
@@ -243,3 +245,4 @@ on to running other init containers/the main containers.
[3]: https://github.com/heptio/ark/releases/
[4]: https://kubernetes.io/docs/concepts/storage/volumes/#local
[5]: http://restic.readthedocs.io/en/latest/100_references.html#terminology
[6]: https://kubernetes.io/docs/concepts/storage/volumes/#mount-propagation