apiextensions release v3.4.0
Added
- Add annotation to enable feature to terminate unhealthy nodes on a cluster.
Cluster
condition ProviderInfrastructureReady
: True
when AzureCluster
is readyCluster
condition NodePoolsReady
: True
when all node pools are readyCluster
Upgrading
condition UpgradeCompleted
reason: used when Upgrading
is set to False
because the upgrade has been completedCluster
Upgrading
condition UpgradeNotStarted
reason: used when Upgrading
is set to False
because the upgrade has not been startedCluster
Creating
condition CreationCompleted
reason: used when Creating
is set to False
because the creation has been completedCluster
Creating
condition ExistingCluster
reason: used when Creating
is set to False
because an older cluster (created without Conditions support) is upgraded to newer release that has conditions.