clusters_nodes
Overview
Name | clusters_nodes |
Type | Resource |
Id | linode.lke.clusters_nodes |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The Node's ID. |
instance_id | integer | The Linode's ID. If no Linode is currently provisioned for this Node, this is null . |
status | string | The creation status of this Node. This status is distinct from this Node's readiness as a Kubernetes Node Object as determined by the command kubectl get nodes .not_ready indicates that the Linode is still being created.ready indicates that the Linode has successfully been created and is running Kubernetes software. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
getLKEClusterNode | SELECT | clusterId, nodeId | Returns the values for a specified node object. |
deleteLKEClusterNode | DELETE | clusterId, nodeId | Deletes a specific Node from a Node Pool. Deleting a Node is a destructive action and cannot be undone. Deleting a Node will reduce the size of the Node Pool it belongs to. |
_getLKEClusterNode | EXEC | clusterId, nodeId | Returns the values for a specified node object. |
postLKEClusterNodeRecycle | EXEC | clusterId, nodeId | Recycles an individual Node in the designated Kubernetes Cluster. The Node will be deleted and replaced with a new Linode, which may take a few minutes. Replacement Nodes are installed with the latest available patch for the Cluster's Kubernetes Version. Any local storage on deleted Linodes (such as "hostPath" and "emptyDir" volumes, or "local" PersistentVolumes) will be erased. |