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/11 19:22:38 UTC

[incubator-openwhisk-deploy-kube] branch master updated (23a98f4 -> 0cddf90)

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 23a98f4  feat: add k8s tolerations support (#490)
     add 0cddf90  Initial version of OKD/OpenShift documentation (#465)

No new revisions were added by this update.

Summary of changes:
 README.md                                          |  54 +++++++++-
 docs/k8s-ibm-public.md                             |  17 ---
 docs/okd-311.md                                    |  78 ++++++++++++++
 ...quirements.md => okd-technical-requirements.md} |  12 +--
 helm/openwhisk/templates/frontdoor-routes.yaml     | 114 +++++++++++++++++++++
 helm/openwhisk/templates/nginx-cm.yaml             |   2 +
 helm/openwhisk/templates/nginx-pod.yaml            |   2 +
 helm/openwhisk/templates/nginx-secret.yaml         |   2 +
 helm/openwhisk/templates/nginx-svc.yaml            |   2 +
 .../templates/tests/package-checker-cm.yaml        |   2 +
 .../templates/tests/package-checker-pod.yaml       |   2 +
 helm/openwhisk/templates/tests/smoketest-cm.yaml   |   2 +
 helm/openwhisk/templates/tests/smoketest-pod.yaml  |   2 +
 helm/openwhisk/values-metadata.yaml                |   6 ++
 helm/openwhisk/values.yaml                         |   1 +
 15 files changed, 271 insertions(+), 27 deletions(-)
 create mode 100644 docs/okd-311.md
 copy docs/{k8s-technical-requirements.md => okd-technical-requirements.md} (74%)
 create mode 100644 helm/openwhisk/templates/frontdoor-routes.yaml