Skip to content

BYO resources and reference them #11

@aliok

Description

@aliok

Problem

The current MCPServer CRD is growing with each new feature request. For example:

  • ConfigMap mounting requires 3 new fields (configMapRef, configMapMountPath, configMapVolumeName)
  • RBAC support added serviceAccountName
  • Future user requests will include: rollout policies, pod affinity, resource limits, topology spread constraints, etc.

This leads to two issues:

  1. CRD bloat - The API becomes unwieldy with 20+ fields covering every Kubernetes deployment feature
  2. Maintenance burden - Every new K8s feature requires CRD updates, testing, and documentation

We need a way to keep the simple use case simple while supporting advanced configurations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions