Skip to content

Commit

Permalink
en: Add operator version requirement for telemetry config (#3095)
Browse files Browse the repository at this point in the history
* Add operator version requirement for telemetry config

* Apply suggestions from code review

Co-authored-by: TomShawn <[email protected]>
  • Loading branch information
breezewish and TomShawn authored Jul 1, 2020
1 parent 58c56ea commit d5a8429
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ Configure `spec.tidb.config.enable-telemetry: false` in `tidb-cluster.yaml` or T

See [Deploy TiDB Operator in Kubernetes](https://docs.pingcap.com/tidb-in-kubernetes/stable/deploy-tidb-operator) for details.

> **Note:**
>
> This configuration item requires TiDB Operator v1.1.2 or later to take effect.

</details>

### Disable TiDB telemetry for deployed TiDB clusters
Expand Down Expand Up @@ -255,6 +259,10 @@ Configure `spec.pd.config.dashboard.disable-telemetry: true` in `tidb-cluster.ya

See [Deploy TiDB Operator in Kubernetes](https://docs.pingcap.com/tidb-in-kubernetes/stable/deploy-tidb-operator) for details.

> **Note:**
>
> This configuration item requires TiDB Operator v1.1.2 or later to take effect.

</details>

### Disable TiUP telemetry
Expand Down

0 comments on commit d5a8429

Please sign in to comment.