Skip to content

Commit

Permalink
fix tikv cluster tls bug (#1808)
Browse files Browse the repository at this point in the history
  • Loading branch information
weekface authored Feb 27, 2020
1 parent 430fa95 commit 4cbffa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/manager/member/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ fi
# Use HOSTNAME if POD_NAME is unset for backward compatibility.
POD_NAME=${POD_NAME:-$HOSTNAME}
ARGS="--pd=http://${CLUSTER_NAME}-pd:2379 \
ARGS="--pd={{ .Scheme }}://${CLUSTER_NAME}-pd:2379 \
--advertise-addr=${POD_NAME}.${HEADLESS_SERVICE_NAME}.${NAMESPACE}.svc:20160 \
--addr=0.0.0.0:20160 \
--status-addr=0.0.0.0:20180 \
Expand Down

0 comments on commit 4cbffa7

Please sign in to comment.