From 680bf78ee6a8145eb9f6e7cd61c0915dab40c4e9 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Wed, 6 Feb 2019 18:52:55 +0530 Subject: [PATCH] Update readme to reflect kube 1.13 instead of 1.11 Signed-off-by: Humble Chirammal --- docs/deploy-cephfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy-cephfs.md b/docs/deploy-cephfs.md index c1305e34c..29f17f08b 100644 --- a/docs/deploy-cephfs.md +++ b/docs/deploy-cephfs.md @@ -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.