Skip to main content

Crossplane

Wrapper around the upstream Crossplane Helm chart (v2.3.4). Crossplane extends the Kubernetes API with CRDs that represent external cloud infrastructure, and reconciles them the same way Kubernetes reconciles Pods and Deployments.

This chart installs the Crossplane core (controller manager + RBAC manager) only. Cloud-specific providers, functions, and compositions ship as separate KubeAid charts:

Why it's in KubeAid

On Azure, KubeAid provisions self-managed (CAPZ) clusters with ClusterAPI. CAPZ and its supporting services (Velero for disaster recovery, workload identity for federated credentials) need Azure infrastructure - resource groups, storage accounts, managed identities, role assignments - that ClusterAPI itself does not provision. Crossplane fills that gap declaratively, inside the same GitOps/ArgoCD flow as the rest of the cluster. See Azure hosting.

Key values / KubeAid-specific configuration

ValueDescriptionDefault
crossplane.resourcesCrossplane.limits.cpuCPU limit for the crossplane containernull (unset upstream default)
crossplane.resourcesRBACManager.limits.cpuCPU limit for the RBAC manager containernull (unset upstream default)

Both overrides remove the upstream CPU limit; only memory remains capped.