diff --git a/main.sh b/main.sh index 512e381..26576e2 100755 --- a/main.sh +++ b/main.sh @@ -99,11 +99,6 @@ cluster_up() { mkdir -p "$(basename "$KUBECONFIG_ROOT_DIR")" mv -f "$kubeconfig" "${KUBECONFIG_ROOT_DIR}/${KEPLER_KUBECONFIG}" - local cluster_config - cluster_config=$("${CLUSTER_PROVIDER}"_print_config) - - "$cluster_config" - if is_set "$CLUSTER_CONFIG"; then config_cluster fi