Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

en: Add operator version requirement for telemetry config (#3095) #3096

Merged
merged 2 commits into from
Jul 3, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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