ServerSideFieldValidation
feature disabled will discard valid values specified in this param and not perform any server side field validation. Valid values are: - Ignore: ignores unknown/duplicate fields. - Warn: responds with a warning for each unknown/duplicate field, but successfully serves the request. - Strict: fails the request on unknown/duplicate fields.{}
curl --location --request PATCH '/api/v1/nodes//status' \
--header 'Content-Type: application/json' \
--data-raw '{}'
ID of the node assigned by the cloud provider in the format: ://
"Pending"
means the node has been created/added by the system, but not configured."Running"
means the node has been configured and has Kubernetes components running."Terminated"
means the node has been removed from the cluster.{
"apiVersion": "string",
"kind": "string",
"metadata": {
"annotations": {
"property1": "string",
"property2": "string"
},
"clusterName": "string",
"creationTimestamp": "2019-08-24T14:15:22Z",
"deletionGracePeriodSeconds": 0,
"deletionTimestamp": "2019-08-24T14:15:22Z",
"finalizers": [
"string"
],
"generateName": "string",
"generation": 0,
"labels": {
"property1": "string",
"property2": "string"
},
"managedFields": [
{
"apiVersion": "string",
"fieldsType": "string",
"fieldsV1": {},
"manager": "string",
"operation": "string",
"subresource": "string",
"time": "2019-08-24T14:15:22Z"
}
],
"name": "string",
"namespace": "string",
"ownerReferences": [
{
"apiVersion": "string",
"blockOwnerDeletion": true,
"controller": true,
"kind": "string",
"name": "string",
"uid": "string"
}
],
"resourceVersion": "string",
"selfLink": "string",
"uid": "string"
},
"spec": {
"configSource": {
"configMap": {
"kubeletConfigKey": "string",
"name": "string",
"namespace": "string",
"resourceVersion": "string",
"uid": "string"
}
},
"externalID": "string",
"podCIDR": "string",
"podCIDRs": [
"string"
],
"providerID": "string",
"taints": [
{
"effect": "NoExecute",
"key": "string",
"timeAdded": "2019-08-24T14:15:22Z",
"value": "string"
}
],
"unschedulable": true
},
"status": {
"addresses": [
{
"address": "string",
"type": "ExternalDNS"
}
],
"allocatable": {
"property1": "string",
"property2": "string"
},
"capacity": {
"property1": "string",
"property2": "string"
},
"conditions": [
{
"lastHeartbeatTime": "2019-08-24T14:15:22Z",
"lastTransitionTime": "2019-08-24T14:15:22Z",
"message": "string",
"reason": "string",
"status": "string",
"type": "DiskPressure"
}
],
"config": {
"active": {
"configMap": {
"kubeletConfigKey": "string",
"name": "string",
"namespace": "string",
"resourceVersion": "string",
"uid": "string"
}
},
"assigned": {
"configMap": {
"kubeletConfigKey": "string",
"name": "string",
"namespace": "string",
"resourceVersion": "string",
"uid": "string"
}
},
"error": "string",
"lastKnownGood": {
"configMap": {
"kubeletConfigKey": "string",
"name": "string",
"namespace": "string",
"resourceVersion": "string",
"uid": "string"
}
}
},
"daemonEndpoints": {
"kubeletEndpoint": {
"Port": 0
}
},
"images": [
{
"names": [
"string"
],
"sizeBytes": 0
}
],
"nodeInfo": {
"architecture": "string",
"bootID": "string",
"containerRuntimeVersion": "string",
"kernelVersion": "string",
"kubeProxyVersion": "string",
"kubeletVersion": "string",
"machineID": "string",
"operatingSystem": "string",
"osImage": "string",
"systemUUID": "string"
},
"phase": "Pending",
"volumesAttached": [
{
"devicePath": "string",
"name": "string"
}
],
"volumesInUse": [
"string"
]
}
}