You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log_warning "If you are not running on openstack, then you can safely ignore this."
295
311
fi
296
312
297
-
log_info_no_newline "Proceed with the current credentials [y/N]: "
298
-
read -r reply
299
-
if [[ "${reply}"!="y" ]];then
300
-
exit 1
301
-
fi
313
+
log_continue "Continue with the current credentials?"
302
314
}
303
315
304
316
# Compares the expected and actual git state of the kubespray submodule.
@@ -317,13 +329,7 @@ kubespray_version_check() {
317
329
318
330
log_info "The status of the kubespray git submodule differs from the expected status, either it is on another commit or there are file changes. This can cause unexpected versions to be installed or cause other errors. We recommend that you stop and check what has changed."
0 commit comments