Created
March 30, 2017 18:22
-
-
Save alena1108/42e5d5d80878ff7a1722532c1887db36 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > kubectl get node | |
| NAME STATUS AGE | |
| hussein-143-10acre-1.c.rancher-qa.internal Ready 1h | |
| hussein-143-10acre-2.c.rancher-qa.internal NotReady 1h | |
| hussein-143-10acre-3.c.rancher-qa.internal Ready 1h | |
| > kubectl describe node hussein-143-10acre-2.c.rancher-qa.internal | |
| Name: hussein-143-10acre-2.c.rancher-qa.internal | |
| Role: | |
| Labels: beta.kubernetes.io/arch=amd64 | |
| beta.kubernetes.io/instance-type=rancher | |
| beta.kubernetes.io/os=linux | |
| failure-domain.beta.kubernetes.io/region=Region1 | |
| failure-domain.beta.kubernetes.io/zone=FailureDomain1 | |
| io.rancher.host.docker_version=1.12 | |
| io.rancher.host.linux_kernel_version=4.8 | |
| kubernetes.io/hostname=hussein-143-10acre-2.c.rancher-qa.internal | |
| Taints: <none> | |
| CreationTimestamp: Thu, 30 Mar 2017 17:09:04 +0000 | |
| Phase: | |
| Conditions: | |
| Type Status LastHeartbeatTime LastTransitionTime R | |
| eason Message | |
| ---- ------ ----------------- ------------------ - | |
| ----- ------- | |
| OutOfDisk Unknown Thu, 30 Mar 2017 17:20:59 +0000 Thu, 30 Mar 2017 17:21:41 +0000 N | |
| odeStatusUnknown Kubelet stopped posting node status. | |
| MemoryPressure False Thu, 30 Mar 2017 17:20:59 +0000 Thu, 30 Mar 2017 17:09:04 +0000 K | |
| ubeletHasSufficientMemory kubelet has sufficient memory available | |
| DiskPressure False Thu, 30 Mar 2017 17:20:59 +0000 Thu, 30 Mar 2017 17:09:04 +0000 K | |
| ubeletHasNoDiskPressure kubelet has no disk pressure | |
| Ready Unknown Thu, 30 Mar 2017 17:20:59 +0000 Thu, 30 Mar 2017 17:21:41 +0000 N | |
| odeStatusUnknown Kubelet stopped posting node status. | |
| Addresses: 35.184.96.145,35.184.96.145,hussein-143-10acre-2.c.rancher-qa.internal | |
| Capacity: | |
| alpha.kubernetes.io/nvidia-gpu: 0 | |
| cpu: 1 | |
| memory: 3788252Ki | |
| pods: 110 | |
| Allocatable: | |
| alpha.kubernetes.io/nvidia-gpu: 0 | |
| cpu: 1 | |
| memory: 3788252Ki | |
| pods: 110 | |
| System Info: | |
| Machine ID: b07a180a2c8547f7956e9a6f93a452a4 | |
| System UUID: 70A4D5F0-F4C7-81BF-785D-E07B4683EDF3 | |
| Boot ID: 8266aeff-f646-4fb8-abfb-13d8e14e4a1d | |
| Kernel Version: 4.8.0-45-generic | |
| OS Image: Debian GNU/Linux 8 (jessie) | |
| Operating System: linux | |
| Architecture: amd64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment