Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
Signed-off-by: Yanjun Zhou <zhouya@vmware.com>
  • Loading branch information
yanjunz97 committed Jul 5, 2022
1 parent 5176245 commit 5bb74fa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/network-flow-visibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,14 +213,15 @@ Flow Aggregator Helm Chart values.

Please refer to the Flow Aggregator Helm Chart [README](../build/charts/flow-aggregator/README.md)
and [Flow Aggregator Configuration](https://github.com/antrea-io/antrea/blob/main/docs/network-flow-visibility.md#configuration-1)
to learn about more ClickHouse configuration options in Flow Aggregator.
to learn more about ClickHouse configuration options in Flow Aggregator.

##### ClickHouse Cluster

From Theia v0.2.0, we support deploying a ClickHouse cluster with data replication.
A ClickHouse cluster consists of shards. Shards refer to the servers that contain
different parts of the data, which provide a horizontal cluster scaling strategy.
Each shard consists of one or more replica hosts to ensure reliability.
A ClickHouse cluster consists of one or more shards. Shards refer to the servers
that contain different parts of the data. You can deploy multiple shards to scale
the cluster horizontally. Each shard consists of one or more replica hosts. You
can deploy multiple replicas in a shard to ensure reliability.

To deploy ClickHouse as a cluster, please set `clickhouse.cluster.enable` to true
and set `clickhouse.cluster.shards` and `clickhouse.cluster.replicas` per your
Expand Down

0 comments on commit 5bb74fa

Please sign in to comment.