Skip to content
DocsTry Aspire
DocsTry

K3sClusterResource.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

Defined on

This method is defined on the following type: