summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utils/k8s_setup/k8s_config_pre.sh2
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 38e71d23..f57add78 100644
--- a/utils/k8s_setup/k8s_config_pre.sh
+++ b/utils/k8s_setup/k8s_config_pre.sh
@@ -60,7 +60,7 @@ while [[ $# > 0 ]]
done
if [[ ${INSTALLER_TYPE} == 'compass' ]]; then
- sshpass -p root scp -o StrictHostKeyChecking=no root@192.16.1.222:~/.kube/config ${K8S_CONFIG}
+ sshpass -p root scp -o StrictHostKeyChecking=no root@10.1.0.50:~/.kube/config ${K8S_CONFIG}
else
echo "BOTTLENECKS EROOR: unrecognized installer"
fi