diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json
index e4b83e56a78..4da13cc55ea 100644
--- a/api/swagger-spec/v1.json
+++ b/api/swagger-spec/v1.json
@@ -16063,7 +16063,9 @@
"osImage",
"containerRuntimeVersion",
"kubeletVersion",
- "kubeProxyVersion"
+ "kubeProxyVersion",
+ "operatingSystem",
+ "architecture"
],
"properties": {
"machineID": {
@@ -16097,6 +16099,14 @@
"kubeProxyVersion": {
"type": "string",
"description": "KubeProxy Version reported by the node."
+ },
+ "operatingSystem": {
+ "type": "string",
+ "description": "The Operating System reported by the node"
+ },
+ "architecture": {
+ "type": "string",
+ "description": "The Architecture reported by the node"
}
}
},
diff --git a/docs/api-reference/v1/definitions.html b/docs/api-reference/v1/definitions.html
index e92ae5bedab..b54d1aacf5b 100755
--- a/docs/api-reference/v1/definitions.html
+++ b/docs/api-reference/v1/definitions.html
@@ -7549,6 +7549,20 @@ The resulting set of endpoints can be viewed as:
string
operatingSystem
The Operating System reported by the node
true
string
architecture
The Architecture reported by the node
true
string