Skip to content

[CONTINT-5127] Update cluster naming rules#35000

Open
triviajon wants to merge 2 commits intomasterfrom
triviajon/CONTINT-5127/kube_cluster_name
Open

[CONTINT-5127] Update cluster naming rules#35000
triviajon wants to merge 2 commits intomasterfrom
triviajon/CONTINT-5127/kube_cluster_name

Conversation

@triviajon
Copy link
Contributor

What does this PR do? What is the motivation?

This PR updates the Kubernetes cluster naming rules to align with the updates coming to the agent and the helm chart.
DataDog/helm-charts#2428
DataDog/datadog-agent#47189

Merge instructions

Should wait until the next major agent release to be merged (v7.78.0).

Merge readiness:

  • Ready for merge

[6/5/2025] Merge queue has been disabled on the documentation repo. If you have write access to the repo, the PR has been reviewed by a Documentation team member, and all of the required checks have passed, you can use the Squash and Merge button to merge the PR. If you don't have write access, or you need help, reach out in the #documentation channel in Slack.

Additional notes

@github-actions github-actions bot added the Guide Content impacting a guide label Mar 4, 2026
@triviajon triviajon marked this pull request as ready for review March 4, 2026 15:53
@triviajon triviajon requested a review from a team as a code owner March 4, 2026 15:53
@github-actions
Copy link
Contributor

github-actions bot commented Mar 4, 2026

Preview links (active after the build_preview check completes)

Modified Files

Copy link
Contributor

@buraizu buraizu left a comment

Choose a reason for hiding this comment

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

Requesting one minor style edit, and posted a question

<li/>Must contain only lowercase letters, numbers, dots, hyphens and underscores
<li/>Must start with an alphanumeric character
<li/>Must end with an alphanumeric character
<li/>Must be FQDN-like, without a trailing period
Copy link
Contributor

Choose a reason for hiding this comment

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

FQDN-like is somewhat vague, and may be confusing for some users, such as those who do not speak English natively. A couple of update options come to mind:

  • Remove FQDN-like and be more specific about the criterion (for example, "must not have a trailing period")
  • Spell out the acronym (for example, "Similar to a Fully Qualified Domain Name (FQDN), without a trailing period")

The first option seems the least ambiguous to me. What do you think?

Copy link
Contributor Author

@triviajon triviajon Mar 4, 2026

Choose a reason for hiding this comment

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

I think we need to mention that we support FQDN "like" cluster names since its otherwise not obvious that we support cluster names like "my.example-cluster.com". I would prefer the 2nd option.

Co-authored-by: Bryce Eadie <bryce.eadie@datadoghq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Guide Content impacting a guide

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants