We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0432708 commit 366d451Copy full SHA for 366d451
go/scale_out_tiflash/main.go
@@ -38,6 +38,7 @@ func getSpecClusterUsing(specifications *GetSpecificationsResp, cluster *GetClus
38
}
39
40
// addTiFlashToCluster add TiFlash to a existing cluster
41
+// If the vCPUs of TiDB or TiKV component is 2 or 4, then the cluster does not support TiFlash.
42
func addTiFlashToCluster(cluster *GetClusterResp, projectID uint64, spec *Specification) error {
43
var (
44
url = fmt.Sprintf("%s/api/v1beta/projects/%d/clusters/%d", Host, projectID, cluster.ID)
0 commit comments