You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/10/24 12:52:49 UTC

[GitHub] daisy-ycguo closed pull request #320: USE_HAIRPIN=true in dind-cluster command

daisy-ycguo closed pull request #320: USE_HAIRPIN=true in dind-cluster command
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/320
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/README.md b/README.md
index 151115d..f6a8be5 100644
--- a/README.md
+++ b/README.md
@@ -97,8 +97,8 @@ project.  In a nutshell, you can get started by doing
 wget https://cdn.rawgit.com/kubernetes-sigs/kubeadm-dind-cluster/master/fixed/dind-cluster-v1.10.sh
 chmod +x dind-cluster-v1.10.sh
 
-# start the cluster
-./dind-cluster-v1.10.sh up
+# start the cluster. Please note you *must* set `USE_HAIRPIN` to `true`
+USE_HAIRPIN=true ./dind-cluster-v1.10.sh up
 
 # add kubectl directory to your PATH
 export PATH="$HOME/.kubeadm-dind-cluster:$PATH"


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services