Add configurable replicas to MCPServer spec#44
Add configurable replicas to MCPServer spec#44k8s-ci-robot merged 1 commit intokubernetes-sigs:mainfrom
Conversation
Allow users to scale MCP server deployments by specifying a replica count in the CR spec. Defaults to 1 when not specified. Includes DeepEqual deviation detection so replica changes are reconciled. Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
|
@matzew: GitHub didn't allow me to assign the following users: aliok. Note that only kubernetes-sigs members with read permissions, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@matzew Thanks for adding this! |
|
/assign @ArangoGutierrez |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ArangoGutierrez, matzew, mikebrow The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Allow users to scale MCP server
deployments by specifying areplicacount in the CR spec. Defaults to 1 when not specified