UpgradeClusterRequest: {
    clusterId: string;
    region?: Region;
    upgradePools: boolean;
    version: string;
}

Type declaration

  • clusterId: string

    ID of the cluster to upgrade.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • upgradePools: boolean

    Defines whether pools will also be upgraded once the control plane is upgraded.

  • version: string

    New Kubernetes version of the cluster. Note that the version should either be a higher patch version of the same minor version or the direct minor version after the current one.