Skip to content

Commit 9f01d17

Browse files
authored
Add description for PVC with static volumes (#741)
1 parent 4ec933c commit 9f01d17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helm/openwhisk/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ This chart requires 6 Persistent Volumes to be created to avoid loss of data. O
7373
* When the chart is deployed, the value `k8s.persistence.enabled` is set to false to disable usage of Persistent Volumes (for development and test activities).
7474
* The Kubernetes cluster supports Dynamic Volume Provisioning and has a default StorageClass defined with an associated provisioner.
7575
* The Kubernetes cluster supports Dynamic Volume Provisioning and when the chart is deployed, the value `k8s.persistence.hasDefaultStorageClass` is set to `false` and `k8s.persistence.explicitStorageClass` is set to a StorageClass which has an associated provisioner.
76+
* The Kubernetes cluster does not support Dynamic Volume Provisioning and a default StorageClass with an associated provisioner is defined. The PersistantVolumes were created statically. Look at the default values for [persistence.size](https://github.com/apache/openwhisk-deploy-kube/blob/master/helm/openwhisk/values.yaml) to avoid PersistantVolumeClaims to be stuck.
7677

7778
### PodSecurityPolicy Requirements
7879

0 commit comments

Comments
 (0)