apiextensions release v3.4.0
Added
- Add annotation to enable feature to terminate unhealthy nodes on a cluster.
Cluster
conditionProviderInfrastructureReady
:True
whenAzureCluster
is readyCluster
conditionNodePoolsReady
:True
when all node pools are readyCluster
Upgrading
conditionUpgradeCompleted
reason: used whenUpgrading
is set toFalse
because the upgrade has been completedCluster
Upgrading
conditionUpgradeNotStarted
reason: used whenUpgrading
is set toFalse
because the upgrade has not been startedCluster
Creating
conditionCreationCompleted
reason: used whenCreating
is set toFalse
because the creation has been completedCluster
Creating
conditionExistingCluster
reason: used whenCreating
is set toFalse
because an older cluster (created without Conditions support) is upgraded to newer release that has conditions.