From: Jingzhao.Ni Date: Fri, 23 Aug 2019 05:04:08 +0000 (+0800) Subject: Fix the bug of installation failure X-Git-Tag: 2.0.0-AKRAINO~12 X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=b16783b1ebe99ad99e291b71409f16fd7b9c6859;hp=b16783b1ebe99ad99e291b71409f16fd7b9c6859;p=iec.git Fix the bug of installation failure When using the K8s with 1.13.0 version, it will result deployment failed. It mainly because that parsing the "kubeadm join" command in older version is different from 1.15.2 version. When deploying the K8s with 1.13.0 by scripts, the IP address was consider as token key. Finally, it results in the worker node installation failed. Signed-off-by: Jingzhao.Ni Change-Id: I088392e416bf4ef92be78196a83987279d29e268 ---