Fix the bug of installation failure 55/1455/2
authorJingzhao.Ni <Jingzhao.Ni@arm.com>
Fri, 23 Aug 2019 05:04:08 +0000 (13:04 +0800)
committerJingzhao.Ni <Jingzhao.Ni@arm.com>
Fri, 23 Aug 2019 09:05:34 +0000 (17:05 +0800)
commitb16783b1ebe99ad99e291b71409f16fd7b9c6859
tree4a5929b52a5ea304f17e0caac1468ba74e2c90e3
parent797906714f9093f707ff847ac1e5225a47013c5c
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 <Jingzhao.Ni@arm.com>
Change-Id: I088392e416bf4ef92be78196a83987279d29e268
src/foundation/scripts/startup.sh