Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd).
Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd).
object
Property | Type | Description |
---|---|---|
|
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
|
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
|
Standard object’s metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata |
|
|
|
NodeSpec describes the attributes that a node is created with. |
|
|
NodeStatus is information about the current status of a node. |
NodeSpec describes the attributes that a node is created with.
object
Property | Type | Description |
---|---|---|
|
|
NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil. This API is deprecated since 1.22 |
|
|
Deprecated. Not all kubelets will set this field. Remove field after 1.13. see: https://issues.k8s.io/61966 |
|
|
PodCIDR represents the pod IP range assigned to the node. |
|
|
podCIDRs represents the IP ranges assigned to the node for usage by Pods on that node. If this field is specified, the 0th entry must match the podCIDR field. It may contain at most 1 value for each of IPv4 and IPv6. |
|
|
ID of the node assigned by the cloud provider in the format: <ProviderName>://<ProviderSpecificNodeID> |
|
|
If specified, the node’s taints. |
|
|
The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint. |
|
|
Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info: https://kubernetes.io/docs/concepts/nodes/node/#manual-node-administration |
NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil. This API is deprecated since 1.22
object
Property | Type | Description |
---|---|---|
|
|
ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node. This API is deprecated since 1.22: https://git.k8s.io/enhancements/keps/sig-node/281-dynamic-kubelet-configuration |
ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node. This API is deprecated since 1.22: https://git.k8s.io/enhancements/keps/sig-node/281-dynamic-kubelet-configuration
object
namespace
name
kubeletConfigKey
Property | Type | Description |
---|---|---|
|
|
KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases. |
|
|
Name is the metadata.name of the referenced ConfigMap. This field is required in all cases. |
|
|
Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases. |
|
|
ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status. |
|
|
UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status. |
The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint.
object
key
effect
Property | Type | Description |
---|---|---|
|
|
Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute. Possible enum values:
- |
|
|
Required. The taint key to be applied to a node. |
|
TimeAdded represents the time at which the taint was added. It is only written for NoExecute taints. |
|
|
|
The taint value corresponding to the taint key. |
NodeStatus is information about the current status of a node.
object
Property | Type | Description |
---|---|---|
|
|
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See http://pr.k8s.io/79391 for an example. |
|
|
NodeAddress contains information for the node’s address. |
|
Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity. |
|
|
Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity |
|
|
|
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition |
|
|
NodeCondition contains condition information for a node. |
|
|
NodeConfigStatus describes the status of the config assigned by Node.Spec.ConfigSource. |
|
|
NodeDaemonEndpoints lists ports opened by daemons running on the Node. |
|
|
List of container images on this node |
|
|
Describe a container image |
|
|
NodeSystemInfo is a set of ids/uuids to uniquely identify the node. |
|
|
NodePhase is the recently observed lifecycle phase of the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#phase The field is never populated, and now is deprecated. Possible enum values:
- |
|
|
List of volumes that are attached to the node. |
|
|
AttachedVolume describes a volume attached to a node |
|
|