Reference documentation and code samples for the Kubernetes Engine V1 API module Google::Cloud::Container::V1::Cluster::Status.
The current status of the cluster.
Constants
STATUS_UNSPECIFIED
value: 0 Not set.
PROVISIONING
value: 1 The PROVISIONING state indicates the cluster is being created.
RUNNING
value: 2 The RUNNING state indicates the cluster has been created and is fully
usable.
RECONCILING
value: 3 The RECONCILING state indicates that some work is actively being done on
the cluster, such as upgrading the master or node software. Details can
be found in the statusMessage field.
STOPPING
value: 4 The STOPPING state indicates the cluster is being deleted.
ERROR
value: 5 The ERROR state indicates the cluster is unusable. It will be
automatically deleted. Details can be found in the statusMessage field.
DEGRADED
value: 6 The DEGRADED state indicates the cluster requires user action to restore
full functionality. Details can be found in the statusMessage field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]