diff options
author | chigang <chigang@huawei.com> | 2017-11-29 16:37:09 +0800 |
---|---|---|
committer | Justin chi <chigang@huawei.com> | 2017-12-01 02:02:36 +0000 |
commit | a277f932e8b3c703736368e4c8b74ccd716aba7a (patch) | |
tree | 7eb5afc7a1aa461473ee9d32c9900cc091d50ddd | |
parent | 8a50c8b9bfc532494eb89641cee000dd60f8c0f9 (diff) |
fix scenrios file link when k8s deployment
Change-Id: Ibf64258b368393a0805868501e367f32b28bbe81
Signed-off-by: chigang <chigang@huawei.com>
(cherry picked from commit caa1f8d9cb65be7cb368571a831f375a7709a221)
-rwxr-xr-x | quickstart_k8s.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quickstart_k8s.sh b/quickstart_k8s.sh index e4fb9ee3..2745cdb9 100755 --- a/quickstart_k8s.sh +++ b/quickstart_k8s.sh @@ -19,7 +19,7 @@ CURRENT_DIR=$PWD #k8s only support on centos export OS_VERSION=centos7 export KUBERNETES_VERSION="v1.7.3" -SCENARIO=${SCENARIO:-os-nosdn-nofeature-ha.yml} +SCENARIO=${SCENARIO:-k8-nosdn-nofeature-ha.yml} ./build.sh |