mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 06:32:32 +00:00
@@ -565,7 +565,7 @@ function kube::build::run_build_command_ex() {
|
||||
}
|
||||
|
||||
function kube::build::rsync_probe {
|
||||
# Wait unil rsync is up and running.
|
||||
# Wait until rsync is up and running.
|
||||
local tries=20
|
||||
while (( tries > 0 )) ; do
|
||||
if rsync "rsync://k8s@${1}:${2}/" \
|
||||
|
Reference in New Issue
Block a user