You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prepare to include cluster UID in CONTROLLER_IDENTITY to prevent cross-cluster conflicts (#308)
<!--- 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
In `shouldClaimManagerIdentity`, detect future format of manager
identity
## Why?
To facilitate clean reclaim after rollback from the next release, which
will include
#309
## Checklist
<!--- add/delete as needed --->
1. Closes <!-- add issue number here -->
2. How was this tested:
Envtest won't test our get ns permissions, so just trusting there (we
will test it in CI env because it runs on controller startup)
3. Any docs updates needed?
<!--- update README if applicable
or point out where to update docs.temporal.io -->
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Technical constraints and limitations of the Temporal Worker Controller system,
33
33
Comprehensive guide for migrating from existing unversioned worker deployment systems to the Temporal Worker Controller. Includes step-by-step instructions, configuration mapping, and common patterns.
34
34
See [Migration to Unversioned](migration-to-unversioned.md) for how to migrate back to an unversioned deployment system.
35
35
36
-
### [Ownership](ownership.md)
36
+
### [Ownership](manager-identity.md)
37
37
How the controller gets permission to manage a Worker Deployment, how a human client can take or give back control.
0 commit comments