mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #91210 from tosi3k/dont-log-node-ip-range-to-stdout
Log user provided NODE_IP_RANGE to stdout instead of stderr
This commit is contained in:
commit
e215a8772c
@ -79,7 +79,6 @@ function get-master-disk-size() {
|
|||||||
|
|
||||||
function get-node-ip-range {
|
function get-node-ip-range {
|
||||||
if [[ -n "${NODE_IP_RANGE:-}" ]]; then
|
if [[ -n "${NODE_IP_RANGE:-}" ]]; then
|
||||||
>&2 echo "Using user provided NODE_IP_RANGE: ${NODE_IP_RANGE}"
|
|
||||||
echo "${NODE_IP_RANGE}"
|
echo "${NODE_IP_RANGE}"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user