Skip to content

Commit

Permalink
fix local_up_openyurt when NODES_NUM greater than 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Congrool committed Oct 12, 2021
1 parent eb3eab7 commit 7845836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/local_up_openyurt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ function kind_load_images {
fi

echo "loading image ${imagename} to nodes"
local nodesarg=$(echo "${master} ${edgenodes[@]}" | sed "s/ /,/g")
local nodesarg=$(echo ${master} ${edgenodes[@]} | sed "s/ /,/g")
kind load image-archive ${IMAGES_DIR}/${imagename} \
--name ${CLUSTER_NAME} --nodes ${nodesarg}
done
Expand Down

0 comments on commit 7845836

Please # to comment.