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 2018/07/18 14:18:58 UTC

[incubator-openwhisk-deploy-kube] branch master updated: ingress.md information about google cloud DNS (#259)

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/incubator-openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new fb8c879  ingress.md information about google cloud DNS (#259)
fb8c879 is described below

commit fb8c879ef43d57c683b9983ba7bb136c9ac2e55f
Author: Carlos Duque <cd...@gmail.com>
AuthorDate: Wed Jul 18 15:18:55 2018 +0100

    ingress.md information about google cloud DNS (#259)
    
    * Updated ingress.md documentation with link to google cloud documentation on DNS
---
 docs/ingress.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/ingress.md b/docs/ingress.md
index 2604849..c7731a4 100644
--- a/docs/ingress.md
+++ b/docs/ingress.md
@@ -162,7 +162,9 @@ whisk:
 ### Google Cloud with nginx ingress
 
 This type of installation allows the same benefits as the IBM Cloud standard cluster.
-According to your nginx ingress settings you can define a <domain> value of your choice.
+
+According to your nginx ingress settings you can define a <domain> value of your choice. Check the official Google Cloud documentation here: https://cloud.google.com/kubernetes-engine/docs/tutorials/configuring-domain-name-static-ip. As stated you can create a domain of the type: `openwhisk.<your-chosen-dns-name>.com`
+
 You can choose to create a tls secret for that <domain> and provide values for <tlscrt> and <tlskey> in base64.
 
 To generate the values for <tlscrt> and <tlskey> you can use the openssl tool: