Skip to content

Instantly share code, notes, and snippets.

@cmoulliard
Created April 12, 2018 05:57
Show Gist options
  • Save cmoulliard/58fdeda242cc6c24ad6c652caa3f5f0f to your computer and use it in GitHub Desktop.
Save cmoulliard/58fdeda242cc6c24ad6c652caa3f5f0f to your computer and use it in GitHub Desktop.
oc describe node/192.168.99.50
Name: 192.168.99.50
Roles: master
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/os=linux
kubernetes.io/hostname=192.168.99.50
node-role.kubernetes.io/master=true
region=infra
zone=default
Annotations: volumes.kubernetes.io/controller-managed-attach-detach=true
Taints: <none>
CreationTimestamp: Thu, 12 Apr 2018 05:33:07 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
OutOfDisk False Thu, 12 Apr 2018 05:57:09 +0000 Thu, 12 Apr 2018 05:33:07 +0000 KubeletHasSufficientDisk kubelet has sufficient disk space available
MemoryPressure False Thu, 12 Apr 2018 05:57:09 +0000 Thu, 12 Apr 2018 05:33:07 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Thu, 12 Apr 2018 05:57:09 +0000 Thu, 12 Apr 2018 05:33:07 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
Ready True Thu, 12 Apr 2018 05:57:09 +0000 Thu, 12 Apr 2018 05:52:19 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.99.50
Hostname: 192.168.99.50
Capacity:
cpu: 4
memory: 4913608Ki
pods: 80
Allocatable:
cpu: 4
memory: 4811208Ki
pods: 80
System Info:
Machine ID: 185108680b7f9aa0ee36dc54acc3127c
System UUID: 288F65B9-0A93-45B8-8D0F-9DDAC7B7C687
Boot ID: 012706ee-9dd7-4637-a49e-fbbf913ed4a1
Kernel Version: 3.10.0-693.17.1.el7.x86_64
OS Image: CentOS Linux 7 (Core)
Operating System: linux
Architecture: amd64
Container Runtime Version: docker://1.13.1
Kubelet Version: v1.9.1+a0ce1bc657
Kube-Proxy Version: v1.9.1+a0ce1bc657
ExternalID: 192.168.99.50
Non-terminated Pods: (7 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits
--------- ---- ------------ ---------- --------------- -------------
default docker-registry-1-vfwvf 100m (2%) 0 (0%) 256Mi (5%) 0 (0%)
default registry-console-1-b5dkr 0 (0%) 0 (0%) 0 (0%) 0 (0%)
default router-1-sj76t 100m (2%) 0 (0%) 256Mi (5%) 0 (0%)
kube-service-catalog apiserver-5rwdb 0 (0%) 0 (0%) 0 (0%) 0 (0%)
kube-service-catalog controller-manager-9hts2 0 (0%) 0 (0%) 0 (0%) 0 (0%)
openshift-template-service-broker apiserver-r4hb8 0 (0%) 0 (0%) 0 (0%) 0 (0%)
openshift-web-console webconsole-7bb99b5c76-27b27 100m (2%) 0 (0%) 100Mi (2%) 0 (0%)
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
CPU Requests CPU Limits Memory Requests Memory Limits
------------ ---------- --------------- -------------
300m (7%) 0 (0%) 612Mi (13%) 0 (0%)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 24m kubelet, 192.168.99.50 Starting kubelet.
Normal NodeHasSufficientDisk 24m (x2 over 24m) kubelet, 192.168.99.50 Node 192.168.99.50 status is now: NodeHasSufficientDisk
Normal NodeHasSufficientMemory 24m (x2 over 24m) kubelet, 192.168.99.50 Node 192.168.99.50 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 24m (x2 over 24m) kubelet, 192.168.99.50 Node 192.168.99.50 status is now: NodeHasNoDiskPressure
Normal NodeAllocatableEnforced 24m kubelet, 192.168.99.50 Updated Node Allocatable limit across pods
Normal NodeReady 23m kubelet, 192.168.99.50 Node 192.168.99.50 status is now: NodeReady
Normal NodeAllocatableEnforced 5m kubelet, 192.168.99.50 Updated Node Allocatable limit across pods
Normal Starting 5m kubelet, 192.168.99.50 Starting kubelet.
Normal NodeHasSufficientDisk 5m kubelet, 192.168.99.50 Node 192.168.99.50 status is now: NodeHasSufficientDisk
Normal NodeHasSufficientMemory 5m kubelet, 192.168.99.50 Node 192.168.99.50 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 5m kubelet, 192.168.99.50 Node 192.168.99.50 status is now: NodeHasNoDiskPressure
Warning Rebooted 5m kubelet, 192.168.99.50 Node 192.168.99.50 has been rebooted, boot id: 012706ee-9dd7-4637-a49e-fbbf913ed4a1
Normal NodeNotReady 5m kubelet, 192.168.99.50 Node 192.168.99.50 status is now: NodeNotReady
Normal NodeReady 4m kubelet, 192.168.99.50 Node 192.168.99.50 status is now: NodeReady
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment