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

[BOP-1046] Telemetry config includes an optional clusterLabel field #277

Open
RaunakShah opened this issue Dec 27, 2024 · 0 comments · May be fixed by #285
Open

[BOP-1046] Telemetry config includes an optional clusterLabel field #277

RaunakShah opened this issue Dec 27, 2024 · 0 comments · May be fixed by #285
Assignees
Labels
Docs-B Should Do

Comments

@RaunakShah
Copy link
Collaborator

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:
    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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs-B Should Do
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants