From 67ce01dc62be0f0257b32e2250aacb61746ef606 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Tue, 17 Aug 2021 13:21:37 +0900 Subject: [PATCH] Make IP address of Monitoring & Grafana for Minimal Topology consistent Refer these IP addresses are `10.0.1.10`, not `10.0.1.11` https://github.com/pingcap/docs/blob/fc8169b094035d777cd81a160df153a0101f6777/config-templates/simple-mini.yaml#L24-L31 --- minimal-deployment-topology.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimal-deployment-topology.md b/minimal-deployment-topology.md index c17babeb87072..03db82b2c74dd 100644 --- a/minimal-deployment-topology.md +++ b/minimal-deployment-topology.md @@ -15,7 +15,7 @@ This document describes the minimal deployment topology of TiDB clusters. | TiDB | 3 | 16 VCore 32GB * 1 | 10.0.1.1
10.0.1.2
10.0.1.3 | Default port
Global directory configuration | | PD | 3 | 4 VCore 8GB * 1 |10.0.1.4
10.0.1.5
10.0.1.6 | Default port
Global directory configuration | | TiKV | 3 | 16 VCore 32GB 2TB (nvme ssd) * 1 | 10.0.1.7
10.0.1.8
10.0.1.9 | Default port
Global directory configuration | -| Monitoring & Grafana | 1 | 4 VCore 8GB * 1 500GB (ssd) | 10.0.1.11 | Default port
Global directory configuration | +| Monitoring & Grafana | 1 | 4 VCore 8GB * 1 500GB (ssd) | 10.0.1.10 | Default port
Global directory configuration | ### Topology templates