fix: use agent name as the CRD resource name#283
Open
optimus-fulcria wants to merge 1 commit intoagentregistry-dev:mainfrom
Open
fix: use agent name as the CRD resource name#283optimus-fulcria wants to merge 1 commit intoagentregistry-dev:mainfrom
optimus-fulcria wants to merge 1 commit intoagentregistry-dev:mainfrom
Conversation
Contributor
|
please update the PR template |
Contributor
Author
|
Updated PR description to match the repo template. |
|
You already have 3 pull requests open. Please consider working on getting the existing ones merged before opening new ones. Thanks! |
Contributor
|
plrease resolve conflicts |
|
You already have 3 pull requests open. Please consider working on getting the existing ones merged before opening new ones. Thanks! |
Previously, Agent CRD names included the version and deployment UUID, producing unwieldy names like testagent-0-1-0-145ed1b4-f01f-... Now the CRD resource name is derived solely from the agent name (e.g. "testagent"). Deployment IDs are still tracked via labels and annotations for lifecycle management. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
You already have 3 pull requests open. Please consider working on getting the existing ones merged before opening new ones. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
CRD resource names now use just the agent name (e.g.
testagent) instead of appending version and deployment UUID (e.g.testagent-0-1-0-145ed1b4-...). Same change applied toRemoteMCPServer,MCPServer, andConfigMapresource names. Deployment IDs remain tracked via labels and annotations for lifecycle management. Removed unusednameWithDeploymentIDhelper.Fixes #257
Change Type
/kind fix
Changelog
Additional Notes