@aws-quickstart/eks-blueprints
    Preparing search index...

    Interface ComputeConfig

    interface ComputeConfig {
        extraNodePools?: { [key: string]: NodePoolV1Spec };
        nodePools?: string[];
        nodeRole?: IRole;
    }

    Hierarchy

    • ComputeConfig
      • ComputeConfig
    Index

    Properties

    extraNodePools?: { [key: string]: NodePoolV1Spec }

    Extra node pools to be added to the Auto Mode Cluster

    nodePools?: string[]

    Names of nodePools to include in Auto Mode. You cannot modify the built in system and general-purpose node pools. You can only enable or disable them. Node pool values are case-sensitive and must be general-purpose and/or system.

    - ['system', 'general-purpose']
    
    nodeRole?: IRole

    IAM role for the nodePools.