We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Similar to https://docs.mirantis.com/mke/3.7/ops/administer-cluster/configure-an-mke-cluster/configuration-options.html?highlight=cluster_label#tracking-configuration-table-optional we are including an optional field to send a cluster label with the telemetry data.
Under https://mirantis.github.io/mke-docs/docs/configuration/telemetry, we need to add a new field under spec.tracking:
spec.tracking
spec: tracking: enabled: true clusterLabel: "optional-label"
If this field was set in the MKE3 cluster, it will be automatically migrated to the MKE4 cluster after an upgrade.
The text was updated successfully, but these errors were encountered:
KoryKessel-Mirantis
Successfully merging a pull request may close this issue.
Similar to https://docs.mirantis.com/mke/3.7/ops/administer-cluster/configure-an-mke-cluster/configuration-options.html?highlight=cluster_label#tracking-configuration-table-optional we are including an optional field to send a cluster label with the telemetry data.
Under https://mirantis.github.io/mke-docs/docs/configuration/telemetry, we need to add a new field under
spec.tracking
:If this field was set in the MKE3 cluster, it will be automatically migrated to the MKE4 cluster after an upgrade.
The text was updated successfully, but these errors were encountered: