Skip to content

Relax the length constraints of cluster, role and role group name#1222

Open
siegfriedweber wants to merge 1 commit into
smooth-operatorfrom
relax-name-length-constraints
Open

Relax the length constraints of cluster, role and role group name#1222
siegfriedweber wants to merge 1 commit into
smooth-operatorfrom
relax-name-length-constraints

Conversation

@siegfriedweber

Copy link
Copy Markdown
Member

Description

Relax the length constraints of cluster, role and role group name

Some operators use long role names like dagprocessor and middlemanager. Increasing the length of role names would require decreasing the length of cluster or role group name. These length constraints are already so tight that they could break existing cluster configurations. Instead, the length constraints were relaxed: ClusterName is now up to 40 characters, RoleName and RoleGroupName are up to 63 characters each, according to RFC 1123 label names. In turn, if the qualified role group name length exceeds its limit of 52 characters, it is truncated and a hash is added.

Definition of Done Checklist

  • Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant
  • Please make sure all these things are done and tick the boxes

Author

Reviewer

  • Code contains useful comments
  • Code contains useful logging statements
  • (Integration-)Test cases added
  • Documentation added or updated. Follows the style guide.
  • Changelog updated
  • Cargo.toml only contains references to git tags (not specific commits or branches)

Acceptance

  • Feature Tracker has been updated
  • Proper release label has been added

@siegfriedweber siegfriedweber self-assigned this Jun 12, 2026
@siegfriedweber siegfriedweber moved this to Development: Waiting for Review in Stackable Engineering Jun 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Development: Waiting for Review

Development

Successfully merging this pull request may close these issues.

1 participant