Skip to content

Commit 50df4a2

Browse files
committed
Revise Node View status description
1 parent bb1ec5c commit 50df4a2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

openapi.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7028,7 +7028,14 @@ paths:
70287028
status:
70297029
type: string
70307030
description: >
7031-
The Node's status as it pertains to being a Kubernetes node.
7031+
The creation status of this Node. This status is distinct from this Node's readiness as a
7032+
Kubernetes Node Object as determined by the command `kubectl get nodes`.
7033+
7034+
7035+
`not_ready` indicates that the Linode is still being created.
7036+
7037+
7038+
`ready` indicates that the Linode has successfully been created and is running Kubernetes software.
70327039
enum:
70337040
- ready
70347041
- not_ready

0 commit comments

Comments
 (0)