This is an automated email from the ASF dual-hosted git repository.
mrutkowski pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-website.git
The following commit(s) were added to refs/heads/master by this push:
new f39330b remove explicit callout of Minikube; add mention of OpenShift
(#395)
f39330b is described below
commit f39330bc2060f2b0557ca2cdd7f6a7116395f1c1
Author: David Grove <[email protected]>
AuthorDate: Tue Jul 23 10:39:55 2019 -0400
remove explicit callout of Minikube; add mention of OpenShift (#395)
---
_layouts/home.html | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/_layouts/home.html b/_layouts/home.html
index cef5ac6..8b1d296 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -60,15 +60,14 @@ layout: default
it easily supports many deployment options both locally and
within Cloud infrastructures. Options include many of today's
popular Container frameworks such as
- <a
href="https://github.com/apache/incubator-openwhisk-deploy-kube/blob/master/README.md">Kubernetes</a>,
+ <a
href="https://github.com/apache/incubator-openwhisk-deploy-kube/blob/master/README.md">Kubernetes
and OpenShift</a>,
<a
href="https://github.com/apache/incubator-openwhisk-deploy-mesos/blob/master/README.md">Mesos</a>
and
<a
href="https://github.com/apache/incubator-openwhisk-devtools/blob/master/docker-compose/README.md">Compose</a>.
In general, the community endorses deployment on Kubernetes
using
<a href="https://helm.sh/Helm">Helm</a>
charts since it provides many easy and convenient
- implementations for both Devlopers and Operators alike such as
- <a
href="https://github.com/apache/incubator-openwhisk-deploy-kube/blob/master/docs/minikube.md">Minikube</a>.
+ implementations for both Devlopers and Operators alike.
</p>
</div>
</main>