We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8ecfc3 + 5ec2ff2 commit e215a87Copy full SHA for e215a87
cluster/gce/config-common.sh
@@ -79,7 +79,6 @@ function get-master-disk-size() {
79
80
function get-node-ip-range {
81
if [[ -n "${NODE_IP_RANGE:-}" ]]; then
82
- >&2 echo "Using user provided NODE_IP_RANGE: ${NODE_IP_RANGE}"
83
echo "${NODE_IP_RANGE}"
84
return
85
fi
0 commit comments