Cluster Status¶
AI platform Container Management module can manage two types of clusters: integrated clusters and created clusters.
- Integrated clusters: clusters created in other platforms and now integrated into AI platform.
- Created clusters: clusters created in AI platform.
For more information about cluster types, see Cluster Role.
We designed several status for these two clusters.
Integrated Clusters¶
| Status | Description | 
|---|---|
| Integrating | The cluster is being integrated into AI platform. | 
| Removing | The cluster is being removed from AI platform. | 
| Running | The cluster is running as expected. | 
| Unknown | The cluster is lost. Data displayed in the AI platform UI is the cached data before the disconnection, which does not represent real-time data. Any operation during this status will not take effect. You should check cluster network connectivity or host status. | 
Created Clusters¶
| Status | Description | 
|---|---|
| Creating | The cluster is being created. | 
| Updating | The Kubernetes version of the cluster is being operating. | 
| Deleting | The cluster is being deleted. | 
| Running | The cluster is running as expected. | 
| Unknown | The cluster is lost. Data displayed in the AI platform UI is the cached data before the disconnection, which does not represent real-time data. Any operation during this status will not take effect. You should check cluster network connectivity or host status. | 
| Failed | The cluster creation is failed. You should check the logs for detailed reasons. |