@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface V1ComponentConfig

    interface V1ComponentConfig {
        nodePlacement?: V1NodePlacement;
        replicas?: number;
    }
    Index

    Properties

    nodePlacement?: V1NodePlacement

    nodePlacement describes scheduling configuration for specific KubeVirt components

    replicas?: number

    replicas indicates how many replicas should be created for each KubeVirt infrastructure component (like virt-api or virt-controller). Defaults to 2. WARNING: this is an advanced feature that prevents auto-scaling for core kubevirt components. Please use with caution!

    byte