You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2019/07/10 14:53:37 UTC

[incubator-openwhisk-deploy-kube] branch master updated (c839b64 -> a6b0b03)

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git.


    from c839b64  sketch out some instructions for DIY clusters (#488)
     add a6b0b03  Support Pod Disruption Budget (#494)

No new revisions were added by this update.

Summary of changes:
 docs/configurationChoices.md                       | 28 +++++++++
 .../{kafka-svc.yaml => controller-pdb.yaml}        | 18 +++---
 .../templates/{kafka-svc.yaml => invoker-pdb.yaml} | 18 +++---
 .../templates/{kafka-svc.yaml => kafka-pdb.yaml}   | 18 +++---
 .../{kafka-svc.yaml => zookeeper-pdb.yaml}         | 18 +++---
 helm/openwhisk/values-metadata.yaml                | 72 ++++++++++++++++++++--
 helm/openwhisk/values.yaml                         | 24 ++++++++
 7 files changed, 151 insertions(+), 45 deletions(-)
 copy helm/openwhisk/templates/{kafka-svc.yaml => controller-pdb.yaml} (71%)
 copy helm/openwhisk/templates/{kafka-svc.yaml => invoker-pdb.yaml} (67%)
 copy helm/openwhisk/templates/{kafka-svc.yaml => kafka-pdb.yaml} (73%)
 copy helm/openwhisk/templates/{kafka-svc.yaml => zookeeper-pdb.yaml} (72%)