This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-deploy-kube.git
The following commit(s) were added to refs/heads/master by this push:
new 4ec933c Add missing PVC for alarmprovider to documentation (#737)
4ec933c is described below
commit 4ec933c557dde851d92eadd0dcf5480af64f3cce
Author: Linus Wagner <[email protected]>
AuthorDate: Mon Jul 25 22:08:48 2022 +0200
Add missing PVC for alarmprovider to documentation (#737)
---
helm/openwhisk/README.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/helm/openwhisk/README.md b/helm/openwhisk/README.md
index 62b47a8..fe6d6d6 100644
--- a/helm/openwhisk/README.md
+++ b/helm/openwhisk/README.md
@@ -37,9 +37,10 @@ In its default configuration, this chart will create the
following Kubernetes re
* Internal Services
* apigateway, controller, couchdb, kafka, nginx, redis, zookeeper
* OpenWhisk control plane Pods:
- * Deployments: apigateway, couchdb, nginx, redis
+ * Deployments: apigateway, couchdb, nginx, redis, alarmprovider
* StatefulSets: controller, invoker, kafka, zookeeper
* Persistent Volume Claims
+ * alarmprovider-pvc
* couchdb-pvc
* kafka-pvc
* redis-pvc
@@ -67,7 +68,7 @@ If Container Image Security is enabled, you will not be able
to download non-tru
### Persistent Volume Requirements
-This chart requires 5 Persistent Volumes to be created to avoid loss of data.
One of the following must be true to satisfy the Persistent Volume requirements
for this chart:
+This chart requires 6 Persistent Volumes to be created to avoid loss of data.
One of the following must be true to satisfy the Persistent Volume requirements
for this chart:
* 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).
* The Kubernetes cluster supports Dynamic Volume Provisioning and has a
default StorageClass defined with an associated provisioner.