Resource Type: kubernetes_node_status
- Defined in:
- lib/puppet/type/kubernetes_node_status.rb
- Providers:
-
swagger
Overview
NodeStatus is information about the current status of a node.
Properties
-
addresses
List of addresses reachable to the node. Queried from cloud provider, if available. More info: kubernetes.io/docs/concepts/nodes/node/#addresses
-
allocatable
Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.
-
capacity
Capacity represents the total resources of a node. More info: kubernetes.io/docs/concepts/storage/persistent-volumes#capacity
-
conditions
Conditions is an array of current observed node conditions. More info: kubernetes.io/docs/concepts/nodes/node/#condition
-
daemon_endpoints
Endpoints of daemons running on the Node.
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
images
List of container images on this node
-
node_info
Set of ids/uuids to uniquely identify the node. More info: kubernetes.io/docs/concepts/nodes/node/#info
-
phase
NodePhase is the recently observed lifecycle phase of the node. More info: kubernetes.io/docs/concepts/nodes/node/#phase The field is never populated, and now is deprecated.
-
volumes_attached
List of volumes that are attached to the node.
-
volumes_in_use
List of attachable volumes in use (mounted) by the node.
Parameters
-
name (namevar)
Name of the node_status.
-
provider
The specific backend to use for this ‘kubernetes_node_status` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.