Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.49 KB

File metadata and controls

34 lines (22 loc) · 1.49 KB

Experimental Feature: Runtime SDK (alpha)

The Runtime SDK feature provides an extensibility mechanism that allows systems, products, and services built on top of Cluster API to hook into a workload cluster’s lifecycle.

All currently implemented hooks require to also enable the ClusterClass feature.

Caution

Please note Runtime SDK is an advanced feature. If implemented incorrectly, a failing Runtime Extension can severely impact the Cluster API runtime.

Feature gate name: RuntimeSDK

Variable name to enable/disable the feature gate: EXP_RUNTIME_SDK

Additional documentation: