oc_get_nodes.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450
  1. {
  2. "apiVersion": "v1",
  3. "items": [
  4. {
  5. "apiVersion": "v1",
  6. "kind": "Node",
  7. "metadata": {
  8. "annotations": {
  9. "volumes.kubernetes.io/controller-managed-attach-detach": "true"
  10. },
  11. "creationTimestamp": "2018-08-10T23:50:59Z",
  12. "labels": {
  13. "beta.kubernetes.io/arch": "amd64",
  14. "beta.kubernetes.io/os": "linux",
  15. "glusterfs": "storage-host",
  16. "kubernetes.io/hostname": "fedora1.openshift.io",
  17. "node-role.kubernetes.io/compute": "true",
  18. "node-role.kubernetes.io/infra": "true",
  19. "node-role.kubernetes.io/master": "true"
  20. },
  21. "name": "fedora1.openshift.io",
  22. "namespace": "",
  23. "resourceVersion": "1732411",
  24. "selfLink": "/api/v1/nodes/fedora1.openshift.io",
  25. "uid": "3b52eed5-9cf8-11e8-964a-525400650cba"
  26. },
  27. "spec": {
  28. "externalID": "fedora1.openshift.io"
  29. },
  30. "status": {
  31. "addresses": [
  32. {
  33. "address": "192.168.124.106",
  34. "type": "InternalIP"
  35. },
  36. {
  37. "address": "fedora1.openshift.io",
  38. "type": "Hostname"
  39. }
  40. ],
  41. "allocatable": {
  42. "cpu": "4",
  43. "hugepages-1Gi": "0",
  44. "hugepages-2Mi": "0",
  45. "memory": "8070076Ki",
  46. "pods": "250"
  47. },
  48. "capacity": {
  49. "cpu": "4",
  50. "hugepages-1Gi": "0",
  51. "hugepages-2Mi": "0",
  52. "memory": "8172476Ki",
  53. "pods": "250"
  54. },
  55. "conditions": [
  56. {
  57. "lastHeartbeatTime": "2018-08-23T20:01:16Z",
  58. "lastTransitionTime": "2018-08-10T23:50:53Z",
  59. "message": "kubelet has sufficient disk space available",
  60. "reason": "KubeletHasSufficientDisk",
  61. "status": "False",
  62. "type": "OutOfDisk"
  63. },
  64. {
  65. "lastHeartbeatTime": "2018-08-23T20:01:16Z",
  66. "lastTransitionTime": "2018-08-10T23:50:53Z",
  67. "message": "kubelet has sufficient memory available",
  68. "reason": "KubeletHasSufficientMemory",
  69. "status": "False",
  70. "type": "MemoryPressure"
  71. },
  72. {
  73. "lastHeartbeatTime": "2018-08-23T20:01:16Z",
  74. "lastTransitionTime": "2018-08-10T23:50:53Z",
  75. "message": "kubelet has no disk pressure",
  76. "reason": "KubeletHasNoDiskPressure",
  77. "status": "False",
  78. "type": "DiskPressure"
  79. },
  80. {
  81. "lastHeartbeatTime": "2018-08-23T20:01:16Z",
  82. "lastTransitionTime": "2018-08-10T23:50:53Z",
  83. "message": "kubelet has sufficient PID available",
  84. "reason": "KubeletHasSufficientPID",
  85. "status": "False",
  86. "type": "PIDPressure"
  87. },
  88. {
  89. "lastHeartbeatTime": "2018-08-23T20:01:16Z",
  90. "lastTransitionTime": "2018-08-11T00:01:06Z",
  91. "message": "kubelet is posting ready status",
  92. "reason": "KubeletReady",
  93. "status": "True",
  94. "type": "Ready"
  95. }
  96. ],
  97. "daemonEndpoints": {
  98. "kubeletEndpoint": {
  99. "Port": 10250
  100. }
  101. },
  102. "images": [
  103. {
  104. "names": [
  105. "docker.io/openshift/origin-node@sha256:d8e0b4e5912e12e84ccd2b72a90ce66ce6e5569dfcc62f9cd69f0315d59c6a91",
  106. "docker.io/openshift/origin-node:v3.10",
  107. "docker.io/openshift/origin-node:v3.10.0"
  108. ],
  109. "sizeBytes": 1281495850
  110. },
  111. {
  112. "names": [
  113. "docker.io/openshift/origin-control-plane@sha256:8a030a68593d64703c0572454d3fd9475bcfadf5d26d2899f92418516c1c49be",
  114. "docker.io/openshift/origin-control-plane:v3.10",
  115. "docker.io/openshift/origin-control-plane:v3.10.0"
  116. ],
  117. "sizeBytes": 815862538
  118. },
  119. {
  120. "names": [
  121. "docker.io/gluster/gluster-centos@sha256:850fd2399d254f678b40bebe1602aa0c46d60facc7804b922c81c1524e05903a",
  122. "docker.io/gluster/gluster-centos:latest"
  123. ],
  124. "sizeBytes": 328338103
  125. },
  126. {
  127. "names": [
  128. "docker.io/openshift/origin-pod@sha256:6ae0714fe9bf19f1312e2a869bc3d7b7cd01aea330c33675f1e215e3de857385",
  129. "docker.io/openshift/origin-pod:v3.10.0"
  130. ],
  131. "sizeBytes": 222597999
  132. },
  133. {
  134. "names": [
  135. "quay.io/coreos/etcd@sha256:43fbc8a457aa0cb887da63d74a48659e13947cb74b96a53ba8f47abb6172a948",
  136. "quay.io/coreos/etcd:v3.2.22"
  137. ],
  138. "sizeBytes": 37269372
  139. }
  140. ],
  141. "nodeInfo": {
  142. "architecture": "amd64",
  143. "bootID": "fc58c6b9-9f67-4377-8cbe-57f0c3f7a517",
  144. "containerRuntimeVersion": "docker://1.13.1",
  145. "kernelVersion": "4.13.9-300.fc27.x86_64",
  146. "kubeProxyVersion": "v1.10.0+b81c8f8",
  147. "kubeletVersion": "v1.10.0+b81c8f8",
  148. "machineID": "57f56a8c5aeb47a98ca1fd94281c64aa",
  149. "operatingSystem": "linux",
  150. "osImage": "Fedora 27 (Cloud Edition)",
  151. "systemUUID": "57F56A8C-5AEB-47A9-8CA1-FD94281C64AA"
  152. }
  153. }
  154. },
  155. {
  156. "apiVersion": "v1",
  157. "kind": "Node",
  158. "metadata": {
  159. "annotations": {
  160. "volumes.kubernetes.io/controller-managed-attach-detach": "true"
  161. },
  162. "creationTimestamp": "2018-08-10T23:53:32Z",
  163. "labels": {
  164. "beta.kubernetes.io/arch": "amd64",
  165. "beta.kubernetes.io/os": "linux",
  166. "glusterfs": "storage-host",
  167. "kubernetes.io/hostname": "fedora2.openshift.io",
  168. "node-role.kubernetes.io/infra": "true"
  169. },
  170. "name": "fedora2.openshift.io",
  171. "namespace": "",
  172. "resourceVersion": "1732413",
  173. "selfLink": "/api/v1/nodes/fedora2.openshift.io",
  174. "uid": "965edafb-9cf8-11e8-964a-525400650cba"
  175. },
  176. "spec": {
  177. "externalID": "fedora2.openshift.io"
  178. },
  179. "status": {
  180. "addresses": [
  181. {
  182. "address": "192.168.124.48",
  183. "type": "InternalIP"
  184. },
  185. {
  186. "address": "fedora2.openshift.io",
  187. "type": "Hostname"
  188. }
  189. ],
  190. "allocatable": {
  191. "cpu": "4",
  192. "hugepages-1Gi": "0",
  193. "hugepages-2Mi": "0",
  194. "memory": "8070076Ki",
  195. "pods": "250"
  196. },
  197. "capacity": {
  198. "cpu": "4",
  199. "hugepages-1Gi": "0",
  200. "hugepages-2Mi": "0",
  201. "memory": "8172476Ki",
  202. "pods": "250"
  203. },
  204. "conditions": [
  205. {
  206. "lastHeartbeatTime": "2018-08-23T20:01:17Z",
  207. "lastTransitionTime": "2018-08-22T21:40:58Z",
  208. "message": "kubelet has sufficient disk space available",
  209. "reason": "KubeletHasSufficientDisk",
  210. "status": "False",
  211. "type": "OutOfDisk"
  212. },
  213. {
  214. "lastHeartbeatTime": "2018-08-23T20:01:17Z",
  215. "lastTransitionTime": "2018-08-22T21:40:58Z",
  216. "message": "kubelet has sufficient memory available",
  217. "reason": "KubeletHasSufficientMemory",
  218. "status": "False",
  219. "type": "MemoryPressure"
  220. },
  221. {
  222. "lastHeartbeatTime": "2018-08-23T20:01:17Z",
  223. "lastTransitionTime": "2018-08-22T21:40:58Z",
  224. "message": "kubelet has no disk pressure",
  225. "reason": "KubeletHasNoDiskPressure",
  226. "status": "False",
  227. "type": "DiskPressure"
  228. },
  229. {
  230. "lastHeartbeatTime": "2018-08-23T20:01:17Z",
  231. "lastTransitionTime": "2018-08-10T23:53:32Z",
  232. "message": "kubelet has sufficient PID available",
  233. "reason": "KubeletHasSufficientPID",
  234. "status": "False",
  235. "type": "PIDPressure"
  236. },
  237. {
  238. "lastHeartbeatTime": "2018-08-23T20:01:17Z",
  239. "lastTransitionTime": "2018-08-22T21:41:08Z",
  240. "message": "kubelet is posting ready status",
  241. "reason": "KubeletReady",
  242. "status": "False",
  243. "type": "Ready"
  244. }
  245. ],
  246. "daemonEndpoints": {
  247. "kubeletEndpoint": {
  248. "Port": 10250
  249. }
  250. },
  251. "images": [
  252. {
  253. "names": [
  254. "docker.io/openshift/origin-node@sha256:d8e0b4e5912e12e84ccd2b72a90ce66ce6e5569dfcc62f9cd69f0315d59c6a91",
  255. "docker.io/openshift/origin-node:v3.10",
  256. "docker.io/openshift/origin-node:v3.10.0"
  257. ],
  258. "sizeBytes": 1281495850
  259. },
  260. {
  261. "names": [
  262. "docker.io/heketi/heketi@sha256:d847e721966c6b6b09a50cbe3ec209d7d6cf4ad7cca204cf114028c98a39aecd",
  263. "docker.io/heketi/heketi:latest"
  264. ],
  265. "sizeBytes": 361586900
  266. },
  267. {
  268. "names": [
  269. "docker.io/gluster/gluster-centos@sha256:850fd2399d254f678b40bebe1602aa0c46d60facc7804b922c81c1524e05903a",
  270. "docker.io/gluster/gluster-centos:latest"
  271. ],
  272. "sizeBytes": 328338103
  273. },
  274. {
  275. "names": [
  276. "docker.io/openshift/origin-pod@sha256:6ae0714fe9bf19f1312e2a869bc3d7b7cd01aea330c33675f1e215e3de857385",
  277. "docker.io/openshift/origin-pod:v3.10.0"
  278. ],
  279. "sizeBytes": 222597999
  280. }
  281. ],
  282. "nodeInfo": {
  283. "architecture": "amd64",
  284. "bootID": "9bced612-abc1-4129-8d92-b17e786df8dd",
  285. "containerRuntimeVersion": "docker://1.13.1",
  286. "kernelVersion": "4.13.9-300.fc27.x86_64",
  287. "kubeProxyVersion": "v1.10.0+b81c8f8",
  288. "kubeletVersion": "v1.10.0+b81c8f8",
  289. "machineID": "a883f7e82e0645578114dafea6fca8bb",
  290. "operatingSystem": "linux",
  291. "osImage": "Fedora 27 (Cloud Edition)",
  292. "systemUUID": "A883F7E8-2E06-4557-8114-DAFEA6FCA8BB"
  293. }
  294. }
  295. },
  296. {
  297. "apiVersion": "v1",
  298. "kind": "Node",
  299. "metadata": {
  300. "annotations": {
  301. "volumes.kubernetes.io/controller-managed-attach-detach": "true"
  302. },
  303. "creationTimestamp": "2018-08-10T23:53:32Z",
  304. "labels": {
  305. "beta.kubernetes.io/arch": "amd64",
  306. "beta.kubernetes.io/os": "linux",
  307. "glusterfs": "storage-host",
  308. "kubernetes.io/hostname": "fedora3.openshift.io",
  309. "node-role.kubernetes.io/infra": "true"
  310. },
  311. "name": "fedora3.openshift.io",
  312. "namespace": "",
  313. "resourceVersion": "1732410",
  314. "selfLink": "/api/v1/nodes/fedora3.openshift.io",
  315. "uid": "9646e307-9cf8-11e8-964a-525400650cba"
  316. },
  317. "spec": {
  318. "externalID": "fedora3.openshift.io"
  319. },
  320. "status": {
  321. "addresses": [
  322. {
  323. "address": "192.168.124.171",
  324. "type": "InternalIP"
  325. },
  326. {
  327. "address": "fedora3.openshift.io",
  328. "type": "Hostname"
  329. }
  330. ],
  331. "allocatable": {
  332. "cpu": "4",
  333. "hugepages-1Gi": "0",
  334. "hugepages-2Mi": "0",
  335. "memory": "8070068Ki",
  336. "pods": "250"
  337. },
  338. "capacity": {
  339. "cpu": "4",
  340. "hugepages-1Gi": "0",
  341. "hugepages-2Mi": "0",
  342. "memory": "8172468Ki",
  343. "pods": "250"
  344. },
  345. "conditions": [
  346. {
  347. "lastHeartbeatTime": "2018-08-23T20:01:16Z",
  348. "lastTransitionTime": "2018-08-10T23:53:32Z",
  349. "message": "kubelet has sufficient disk space available",
  350. "reason": "KubeletHasSufficientDisk",
  351. "status": "False",
  352. "type": "OutOfDisk"
  353. },
  354. {
  355. "lastHeartbeatTime": "2018-08-23T20:01:16Z",
  356. "lastTransitionTime": "2018-08-10T23:53:32Z",
  357. "message": "kubelet has sufficient memory available",
  358. "reason": "KubeletHasSufficientMemory",
  359. "status": "False",
  360. "type": "MemoryPressure"
  361. },
  362. {
  363. "lastHeartbeatTime": "2018-08-23T20:01:16Z",
  364. "lastTransitionTime": "2018-08-10T23:53:32Z",
  365. "message": "kubelet has no disk pressure",
  366. "reason": "KubeletHasNoDiskPressure",
  367. "status": "False",
  368. "type": "DiskPressure"
  369. },
  370. {
  371. "lastHeartbeatTime": "2018-08-23T20:01:16Z",
  372. "lastTransitionTime": "2018-08-10T23:53:32Z",
  373. "message": "kubelet has sufficient PID available",
  374. "reason": "KubeletHasSufficientPID",
  375. "status": "False",
  376. "type": "PIDPressure"
  377. },
  378. {
  379. "lastHeartbeatTime": "2018-08-23T20:01:16Z",
  380. "lastTransitionTime": "2018-08-11T00:01:06Z",
  381. "message": "kubelet is posting ready status",
  382. "reason": "KubeletReady",
  383. "status": "True",
  384. "type": "Ready"
  385. }
  386. ],
  387. "daemonEndpoints": {
  388. "kubeletEndpoint": {
  389. "Port": 10250
  390. }
  391. },
  392. "images": [
  393. {
  394. "names": [
  395. "docker.io/openshift/origin-node@sha256:d8e0b4e5912e12e84ccd2b72a90ce66ce6e5569dfcc62f9cd69f0315d59c6a91",
  396. "docker.io/openshift/origin-node:v3.10",
  397. "docker.io/openshift/origin-node:v3.10.0"
  398. ],
  399. "sizeBytes": 1281495850
  400. },
  401. {
  402. "names": [
  403. "docker.io/openshift/origin-deployer@sha256:72d013cdfdf3d16557b64ac0a459c2fc4e90e37422ceed1564a2f69d68607e2a",
  404. "docker.io/openshift/origin-deployer:v3.10.0"
  405. ],
  406. "sizeBytes": 815862538
  407. },
  408. {
  409. "names": [
  410. "docker.io/heketi/heketi@sha256:e6d0362d217573a3f92792e14c611d75df04eb7bc8f245e8c44c4a9c3a870ee1",
  411. "docker.io/heketi/heketi:latest"
  412. ],
  413. "sizeBytes": 384664289
  414. },
  415. {
  416. "names": [
  417. "docker.io/gluster/gluster-centos@sha256:850fd2399d254f678b40bebe1602aa0c46d60facc7804b922c81c1524e05903a",
  418. "docker.io/gluster/gluster-centos:latest"
  419. ],
  420. "sizeBytes": 328338103
  421. },
  422. {
  423. "names": [
  424. "docker.io/openshift/origin-pod@sha256:6ae0714fe9bf19f1312e2a869bc3d7b7cd01aea330c33675f1e215e3de857385",
  425. "docker.io/openshift/origin-pod:v3.10.0"
  426. ],
  427. "sizeBytes": 222597999
  428. }
  429. ],
  430. "nodeInfo": {
  431. "architecture": "amd64",
  432. "bootID": "a81e3aa0-bf11-432d-b671-aa7d86344c3f",
  433. "containerRuntimeVersion": "docker://1.13.1",
  434. "kernelVersion": "4.13.9-300.fc27.x86_64",
  435. "kubeProxyVersion": "v1.10.0+b81c8f8",
  436. "kubeletVersion": "v1.10.0+b81c8f8",
  437. "machineID": "95bf4677a2ac4f8daa29a31efdb09eed",
  438. "operatingSystem": "linux",
  439. "osImage": "Fedora 27 (Cloud Edition)",
  440. "systemUUID": "95BF4677-A2AC-4F8D-AA29-A31EFDB09EED"
  441. }
  442. }
  443. }
  444. ],
  445. "kind": "List",
  446. "metadata": {
  447. "resourceVersion": "",
  448. "selfLink": ""
  449. }
  450. }