• Makes the provided construct run before any capacity (worker nodes) is provisioned on the cluster. Useful for control plane add-ons, such as VPC-CNI that must be provisioned before EC2 (or Fargate) capacity is added.

    Parameters

    • construct: Construct

      identifies construct (such as core add-on) that should be provisioned before capacity

    • clusterInfo: ClusterInfo

      cluster provisioning context

    Returns void