Skip to content
DocsTry Aspire
DocsTry

withDisabledComponent

Method
📦 CommunityToolkit.Aspire.Hosting.K3s v13.5.0
interface K3sClusterResource {
// ... omitted for brevity
withDisabledComponent(component: string): K3sClusterResource;
}

Signature

methodwithDisabledComponentbuilder
Disables a built-in k3s component (`--disable=<component>`).
withDisabledComponent(component: string): K3sClusterResource
componentstring
K3sClusterResource

Applies to

This method applies to the following types: