diff --git a/modules/administration-guide/pages/configuring-storage-sizes.adoc b/modules/administration-guide/pages/configuring-storage-sizes.adoc index acdc43ac6e..ccf3739acc 100644 --- a/modules/administration-guide/pages/configuring-storage-sizes.adoc +++ b/modules/administration-guide/pages/configuring-storage-sizes.adoc @@ -57,4 +57,11 @@ spec: <2> Specify a claim size on the next line or omit the next line to set the default claim size value. The specified claim size is only used when you select this storage strategy. <3> The claim size must be specified as a link:https://kubernetes.io/docs/reference/kubernetes-api/common-definitions/quantity/[{kubernetes} resource quantity]. The available quantity units include: `Ei`, `Pi`, `Ti`, `Gi`, `Mi` and `Ki`. -pass:[] \ No newline at end of file +pass:[] + +[IMPORTANT] +==== +Manually modifying a PVC on the cluster that was provisioned by {prod-short} is not officially supported and may result in unexpected consequences. + +If you want to resize a PVC that is in use by a workspace, you must restart the workspace for the PVC change to occur. +====