mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
fix kube::log::error in start_rsyncd_container
.
Signed-off-by: xuxinkun <xuxinkun@gmail.com>
This commit is contained in:
parent
3479522de5
commit
29dc75abc2
@ -626,7 +626,7 @@ function kube::build::start_rsyncd_container() {
|
||||
|
||||
local mapped_port
|
||||
if ! mapped_port=$("${DOCKER[@]}" port "${KUBE_RSYNC_CONTAINER_NAME}" ${KUBE_CONTAINER_RSYNC_PORT} 2> /dev/null | cut -d: -f 2) ; then
|
||||
kube:log:error "Could not get effective rsync port"
|
||||
kube::log::error "Could not get effective rsync port"
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user