From c848d9c7cea38a1171821dce51cd71f9d9a381dc Mon Sep 17 00:00:00 2001 From: Koivunen Date: Thu, 3 Jun 2021 19:46:29 +0300 Subject: [PATCH] Describe NFS limitations --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dbf24b31..93379b29 100644 --- a/README.md +++ b/README.md @@ -206,4 +206,6 @@ The pipeline adds several labels: * You also need to provide the `DOCKER_IMAGE` secret specifying your Docker image name, e.g., `quay.io/[username]/nfs-subdir-external-provisioner`. - +## NFS limitations +* The provisioned storage limit is not enforced. An application can expand to use all the available storage regardless of the provisioned size. +* Storage resize/expansion operations are therefore also not supported. You will get an error: `Ignoring the PVC: didn't find a plugin capable of expanding the volume; waiting for an external controller to process this PVC.`