Skip to content

Keep dots in Build IDs and format Worker Deployment names <k8s-namespace>/<twd-name>#133

Merged
carlydf merged 2 commits intomainfrom
nits
Sep 3, 2025
Merged

Keep dots in Build IDs and format Worker Deployment names <k8s-namespace>/<twd-name>#133
carlydf merged 2 commits intomainfrom
nits

Conversation

@carlydf
Copy link
Copy Markdown
Collaborator

@carlydf carlydf commented Sep 3, 2025

What was changed

Keep dots in Build IDs and format Worker Deployment names <k8s-namespace>/<twd-name>

Why?

Dots are allowed in pod names and its nice to maintain the semantic version appearance of an image.
Namespace first means the same alphabetization as kubectl list --all-namespaces.
Namespace first is more expected for a slash delimiter that implies hierarchy

Checklist

  1. Closes

  2. How was this tested:
    Unit tests and functional tests

  3. Any docs updates needed?

@carlydf carlydf marked this pull request as ready for review September 3, 2025 17:33
@carlydf carlydf requested review from a team and jlegrone as code owners September 3, 2025 17:33
Copy link
Copy Markdown
Collaborator

@jlegrone jlegrone left a comment

Choose a reason for hiding this comment

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

🎉

@carlydf carlydf merged commit 73e8378 into main Sep 3, 2025
11 checks passed
@carlydf carlydf deleted the nits branch September 3, 2025 22:43
shashwatsuri pushed a commit to shashwatsuri/temporal-worker-controller that referenced this pull request Apr 28, 2026
…pace>/<twd-name>` (temporalio#133)

<!--- Note to EXTERNAL Contributors -->
<!-- Thanks for opening a PR! 
If it is a significant code change, please **make sure there is an open
issue** for this.
We work best with you when we have accepted the idea first before you
code. -->

<!--- For ALL Contributors 👇 -->

## What was changed
Keep dots in Build IDs and format Worker Deployment names
`<k8s-namespace>/<twd-name>`

## Why?
Dots are allowed in pod names and its nice to maintain the semantic
version appearance of an image.
Namespace first means the same alphabetization as `kubectl list
--all-namespaces`.
Namespace first is more expected for a slash delimiter that implies
hierarchy

## Checklist
<!--- add/delete as needed --->

1. Closes <!-- add issue number here -->

2. How was this tested:
Unit tests and functional tests

3. Any docs updates needed?
<!--- update README if applicable
      or point out where to update docs.temporal.io -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants