Update readme to reflect kube 1.13 instead of 1.11

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2019-02-06 18:52:55 +05:30
parent 548ff9926d
commit 680bf78ee6

View File

@ -64,7 +64,7 @@ Notes on volume size: when provisioning a new volume, `max_bytes` quota attribut
## Deployment with Kubernetes
Requires Kubernetes 1.11
Requires Kubernetes 1.13
Your Kubernetes cluster must allow privileged pods (i.e. `--allow-privileged` flag must be set to true for both the API server and the kubelet). Moreover, as stated in the [mount propagation docs](https://kubernetes.io/docs/concepts/storage/volumes/#mount-propagation), the Docker daemon of the cluster nodes must allow shared mounts.