We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1ec5c commit 50df4a2Copy full SHA for 50df4a2
openapi.yaml
@@ -7028,7 +7028,14 @@ paths:
7028
status:
7029
type: string
7030
description: >
7031
- The Node's status as it pertains to being a Kubernetes node.
+ 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.
7039
enum:
7040
- ready
7041
- not_ready
0 commit comments