Skip to content

Commit e215a87

Browse files
authored
Merge pull request kubernetes#91210 from tosi3k/dont-log-node-ip-range-to-stdout
Log user provided NODE_IP_RANGE to stdout instead of stderr
2 parents c8ecfc3 + 5ec2ff2 commit e215a87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cluster/gce/config-common.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ function get-master-disk-size() {
7979

8080
function get-node-ip-range {
8181
if [[ -n "${NODE_IP_RANGE:-}" ]]; then
82-
>&2 echo "Using user provided NODE_IP_RANGE: ${NODE_IP_RANGE}"
8382
echo "${NODE_IP_RANGE}"
8483
return
8584
fi

0 commit comments

Comments
 (0)