Skip to content

Conversation

lucian-tosa
Copy link
Contributor

@lucian-tosa lucian-tosa commented Oct 14, 2025

Summary

This extends the cluster types we recognize in telemetry. Especially added a label for the kind clusters we create. This is to detect if we start sending data to prod telemetry.

Proof of Work

Checklist

  • Have you linked a jira ticket and/or is the ticket in the title?
  • Have you checked whether your jira ticket required DOCSP changes?
  • Have you added changelog file?

Copy link

github-actions bot commented Oct 14, 2025

⚠️ (this preview might not be accurate if the PR is not rebased on current master branch)

MCK 1.6.0 Release Notes

New Features

  • MongoDBCommunity: Added support to configure custom cluster domain via newly introduced spec.clusterDomain resource field. If spec.clusterDomain is not set, environment variable CLUSTER_DOMAIN is used as cluster domain. If the environment variable CLUSTER_DOMAIN is also not set, operator falls back to cluster.local as default cluster domain.

Bug Fixes

  • Fixed parsing of the customEnvVars Helm value when values contain = characters.

@lucian-tosa lucian-tosa added the skip-changelog Use this label in Pull Request to not require new changelog entry file label Oct 15, 2025
@lucian-tosa lucian-tosa marked this pull request as ready for review October 15, 2025 12:38
@lucian-tosa lucian-tosa requested a review from a team as a code owner October 15, 2025 12:38
openshift = "Openshift"
rke = "RKE"
rke2 = "RKE2"
evg = "Evergreen"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add tests for those new flavours in TestDetectKubernetesFlavour (+ already missing ones 🙏 )

evg = "Evergreen"
minikube = "Minikube"
k3s = "K3s"
microk8s = "MicroK8s"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am missing the context around adding these, where does this requirement come from?

If we want to cover all the possible flavors then there are some names still missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog Use this label in Pull Request to not require new changelog entry file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants