Skip to content

Instantly share code, notes, and snippets.

@ashic
Created November 16, 2017 02:01
Show Gist options
  • Save ashic/44b36adfc8d676285fa6adcbcdaa0bdf to your computer and use it in GitHub Desktop.
Save ashic/44b36adfc8d676285fa6adcbcdaa0bdf to your computer and use it in GitHub Desktop.
kubectl describe node ip-10-4-144-241.eu-west-1.compute.internal
Name: ip-10-4-144-241.eu-west-1.compute.internal
Roles: master
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/instance-type=t2.medium
beta.kubernetes.io/os=linux
failure-domain.beta.kubernetes.io/region=eu-west-1
failure-domain.beta.kubernetes.io/zone=eu-west-1a
kubernetes.io/hostname=ip-10-4-144-241.eu-west-1.compute.internal
kubernetes.io/role=master
node-role.kubernetes.io/master=
Annotations: node.alpha.kubernetes.io/ttl=0
volumes.kubernetes.io/controller-managed-attach-detach=true
Taints: node-role.kubernetes.io/master:NoSchedule
CreationTimestamp: Thu, 16 Nov 2017 00:47:35 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
OutOfDisk False Thu, 16 Nov 2017 01:59:12 +0000 Thu, 16 Nov 2017 00:47:35 +0000 KubeletHasSufficientDisk kubelet has sufficient disk space available
MemoryPressure False Thu, 16 Nov 2017 01:59:12 +0000 Thu, 16 Nov 2017 00:47:35 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Thu, 16 Nov 2017 01:59:12 +0000 Thu, 16 Nov 2017 00:47:35 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
Ready False Thu, 16 Nov 2017 01:59:12 +0000 Thu, 16 Nov 2017 00:47:35 +0000 KubeletNotReady runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
Addresses:
InternalIP: 10.4.144.241
InternalDNS: ip-10-4-144-241.eu-west-1.compute.internal
Hostname: ip-10-4-144-241.eu-west-1.compute.internal
Capacity:
cpu: 2
memory: 4049316Ki
pods: 110
Allocatable:
cpu: 2
memory: 3946916Ki
pods: 110
System Info:
Machine ID: 182a9f8b1a51444fb90abff4b1f7305e
System UUID: EC22D394-7B0A-B174-55CF-A2E45FE99D1C
Boot ID: 7b3ebca6-77e2-4fe4-9ec1-734ab2bb75b8
Kernel Version: 4.4.78-k8s
OS Image: Debian GNU/Linux 8 (jessie)
Operating System: linux
Architecture: amd64
Container Runtime Version: docker://1.12.6
Kubelet Version: v1.7.10
Kube-Proxy Version: v1.7.10
PodCIDR: 100.96.1.0/24
ExternalID: i-0ce1492979f9f06c2
Non-terminated Pods: (6 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits
--------- ---- ------------ ---------- --------------- -------------
kube-system etcd-server-events-ip-10-4-144-241.eu-west-1.compute.internal 100m (5%) 0 (0%) 0 (0%) 0 (0%)
kube-system etcd-server-ip-10-4-144-241.eu-west-1.compute.internal 200m (10%) 0 (0%) 0 (0%) 0 (0%)
kube-system kube-apiserver-ip-10-4-144-241.eu-west-1.compute.internal 150m (7%) 0 (0%) 0 (0%) 0 (0%)
kube-system kube-controller-manager-ip-10-4-144-241.eu-west-1.compute.internal 100m (5%) 0 (0%) 0 (0%) 0 (0%)
kube-system kube-proxy-ip-10-4-144-241.eu-west-1.compute.internal 100m (5%) 0 (0%) 0 (0%) 0 (0%)
kube-system kube-scheduler-ip-10-4-144-241.eu-west-1.compute.internal 100m (5%) 0 (0%) 0 (0%) 0 (0%)
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
CPU Requests CPU Limits Memory Requests Memory Limits
------------ ---------- --------------- -------------
750m (37%) 0 (0%) 0 (0%) 0 (0%)
Events: <none>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment