summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utils/k8s_setup/k8s_config_pre.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/k8s_setup/k8s_config_pre.sh b/utils/k8s_setup/k8s_config_pre.sh
index 05c3f1c3..96f714bf 100644
--- a/utils/k8s_setup/k8s_config_pre.sh
+++ b/utils/k8s_setup/k8s_config_pre.sh
@@ -59,8 +59,8 @@ while [[ $# > 0 ]]
shift
done
-if [[ ${INSTALLER_TYPE} == 'compass' ]]; then
- sshpass -p root scp root@192.16.1.222:~/.kube/config ${K8S_CONFIG}
+if [[ ${INSTALLER_TYPE} == 'compass' ]]; then
+ sshpass -p root scp -o StrictHostKeyChecking=no root@192.16.1.222:~/.kube/config ${K8S_CONFIG}
else
echo "BOTTLENECKS EROOR: unrecognized installer"
fi