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

daisyguo 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 c39c13e  USE_HAIRPIN=true in dind-cluster command (#320)
c39c13e is described below

commit c39c13e7320888460f9ace588d2238615e1075d0
Author: David Grove <[email protected]>
AuthorDate: Wed Oct 24 08:52:47 2018 -0400

    USE_HAIRPIN=true in dind-cluster command (#320)
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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"

Reply via email to