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 an existing Kubernetes cluster, you need to download the file for cluster settings. If you want to disable Telemetry, do not run directly for this file.
Note
If you install KubeSphere on Linux, see Disable Telemetry After Installation directly.
In this local
cluster-configuration.yaml
file, scroll down to the bottom of the file and addtelemetry_enabled: false
as follows:Save the file and run the following commands to start installation.
Disable Telemetry after installation
Log in to the console as and click Platform in the upper-left corner.
Select Cluster Management and navigate to CRDs.
If you have enabled the multi-cluster feature, you need to select a cluster first.
Enter
clusterconfiguration
in the search bar and click the result to go to its detail page.Click on the right of
ks-installer
and select Edit YAML.
If you want to enable Telemetry again, you can update ks-installer
by deleting telemetry_enabled: false
or changing it to .