diff options
author | Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com> | 2018-09-07 03:54:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-09-07 03:54:05 +0000 |
commit | 27d82af1145673330eddbe80eb39c47d93322cbe (patch) | |
tree | 81c5cf27302f20ab2081f1035bf222da2e63d082 /utils/k8s_setup/k8s_config_pre.sh | |
parent | e32043f58a2450b6a5986dc2a01f64f8b22c3992 (diff) | |
parent | eacf878ec5372a6db4596c9cbc78ef96bf2453b9 (diff) |
Merge "add k8s capacity test case"
Diffstat (limited to 'utils/k8s_setup/k8s_config_pre.sh')
-rw-r--r-- | utils/k8s_setup/k8s_config_pre.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/k8s_setup/k8s_config_pre.sh b/utils/k8s_setup/k8s_config_pre.sh index f41ba78d..05c3f1c3 100644 --- a/utils/k8s_setup/k8s_config_pre.sh +++ b/utils/k8s_setup/k8s_config_pre.sh @@ -7,7 +7,7 @@ # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -K8S_CONFIG="/tmp/k8s_conig" +K8S_CONFIG="/tmp/k8s_config" usage="Script to prepare kubenetes test configurations. |