Skip to main content

ManagedControlPlaneV2

ManagedControlPlane

The primary resource for creating and managing control planes in OpenControlPlane. Supports IAM configuration with OIDC and token-based authentication.

API Group: core.openmcp.cloud API Version: v2alpha1 Kind: ManagedControlPlaneV2

Usage

Create a managed control plane with IAM configuration:

apiVersion: core.openmcp.cloud/v2alpha1
kind: ManagedControlPlaneV2
metadata:
name: my-controlplane
namespace: default
spec:
iam:
oidc:
defaultProvider:
roleBindings:
- role: cluster-admin

Access the control plane after creation using the kubeconfig from the status field.