Telemetry in KubeSphere
- External network IP
- Download date
- Kubernetes version
- Kubernetes cluster size
- The type of the operating system
- Installer error logs
- Components enabled
- The running time of Kubernetes clusters
- The running time of KubeSphere clusters
- Cluster ID
Disable Telemetry
Telemetry is enabled by default when you install KubeSphere, while you also have the option to disable it either before or after the installation.
When you install KubeSphere on existing Kubernetes clusters, you need to download the file for cluster setting. If you want to disable Telemetry, do not use directly for this file.
Note
If you install KubeSphere on Linux, see Disable Telemetry after Installation directly.
Download the file and edit it:
Save the file after you finish and execute the following commands to start installation.
Disable Telemetry after installation
Log in to the console as
admin
and click Platform in the top left corner.Select Cluster Management and navigate to CRDs.
Note
If you have enabled , you need to select a cluster first.
Click the three dots on the right of
ks-installer
and select Edit YAML.
If you want to enable Telemetry again, you can update by deleting the value telemetry_enabled: false
or changing it to telemetry_enabled: true
.