Skip to content

Commit

Permalink
fix issue that causes wrong service tier in scale-out (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdgetrf authored Feb 2, 2021
1 parent 23d3fb9 commit de14670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/gce/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2241,7 +2241,7 @@ function create-node-template() {
fi

local address=""
if [[ ${GCE_PRIVATE_CLUSTER:-} == "true" ]]; then
if [[ "${SCALEOUT_CLUSTER:-false}" == "false" ]] && [[ ${GCE_PRIVATE_CLUSTER:-} == "true" ]]; then
address="no-address"
fi

Expand Down

0 comments on commit de14670

Please sign in to comment.