Skip to content

Commit

Permalink
Update labels for clickhouse data node
Browse files Browse the repository at this point in the history
Signed-off-by: Yanjun Zhou <zhouya@vmware.com>
  • Loading branch information
yanjunz97 committed May 4, 2022
1 parent 479b991 commit ad5c7f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions build/yamls/flow-visibility/patches/pv/createLocalPv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@ spec:
required:
nodeSelectorTerms:
- matchExpressions:
- key: clickhouse/instance
operator: In
values:
- data
- key: antrea.io/clickhouse-data-node
operator: Exists
2 changes: 1 addition & 1 deletion docs/network-flow-visibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ two simple examples for your reference.
a specific Node. Refer to [createLocalPv.yml][local_pv_yaml] to create the
PV. Please replace `LOCAL_PATH` with the path to store the ClickHouse data
and label the Node used to store the ClickHouse data with
`clickhouse/instance=data`.
`antrea.io/clickhouse-data-node=`.

- NFS PV allows you to store the ClickHouse data on an existing NFS server.
Refer to [createNfsPv.yml][nfs_pv_yaml] to create the PV. Please replace
Expand Down

0 comments on commit ad5c7f4

Please sign in to comment.