Skip to content

Instantly share code, notes, and snippets.

@maxisme
Created January 23, 2021 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxisme/175d2607d601fbb5740fd73328465491 to your computer and use it in GitHub Desktop.
Save maxisme/175d2607d601fbb5740fd73328465491 to your computer and use it in GitHub Desktop.
kubectl describe node linode-node2
Name: linode-node2
Roles: <none>
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/instance-type=k3s
beta.kubernetes.io/os=linux
k3s.io/hostname=linode-node2
k3s.io/internal-ip=10.1.0.7
kubernetes.io/arch=amd64
kubernetes.io/hostname=linode-node2
kubernetes.io/os=linux
node.kubernetes.io/instance-type=k3s
Annotations: alpha.kubernetes.io/provided-node-ip: 10.1.0.7
flannel.alpha.coreos.com/backend-data: {"VNI":1,"VtepMAC":"3a:6c:7c:ec:c4:13"}
flannel.alpha.coreos.com/backend-type: vxlan
flannel.alpha.coreos.com/kube-subnet-manager: true
flannel.alpha.coreos.com/public-ip: 10.1.0.7
k3s.io/node-args:
["agent","--server","https://10.1.0.6:6443","--token","********","--node-ip","10.1.0.7","--node-external-ip",""]
k3s.io/node-config-hash: A5LIWNSG7ZRP5KY6ZH4ZCFZDRRE5QMKJIQ4JQMYOXOGGP4FRWAMA====
k3s.io/node-env: {"K3S_DATA_DIR":"/var/lib/rancher/k3s/data/986d5e8cf570f904598f9a5d531da2430e5a6171d22b7addb1e4a7c5b87a47d0"}
node.alpha.kubernetes.io/ttl: 0
projectcalico.org/IPv4Address: 10.1.0.7/32
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Sun, 17 Jan 2021 23:29:16 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: linode-node2
AcquireTime: <unset>
RenewTime: Sat, 23 Jan 2021 18:01:23 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
NetworkUnavailable False Thu, 21 Jan 2021 22:34:13 +0000 Thu, 21 Jan 2021 22:34:13 +0000 FlannelIsUp Flannel is running on this node
MemoryPressure False Sat, 23 Jan 2021 17:57:42 +0000 Sun, 17 Jan 2021 23:29:16 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Sat, 23 Jan 2021 17:57:42 +0000 Sun, 17 Jan 2021 23:29:16 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Sat, 23 Jan 2021 17:57:42 +0000 Sun, 17 Jan 2021 23:29:16 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Sat, 23 Jan 2021 17:57:42 +0000 Sun, 17 Jan 2021 23:29:18 +0000 KubeletReady kubelet is posting ready status. AppArmor enabled
Addresses:
InternalIP: 10.1.0.7
ExternalIP:
Hostname: linode-node2
Capacity:
cpu: 1
ephemeral-storage: 25230876Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 1000884Ki
pods: 110
Allocatable:
cpu: 1
ephemeral-storage: 24544596154
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 1000884Ki
pods: 110
System Info:
Machine ID: 8a82e7ac70fa4a66ba0a7728905389dd
System UUID: 8a82e7ac70fa4a66ba0a7728905389dd
Boot ID: b620bd97-991e-416c-b6f5-37d1b92c6cc6
Kernel Version: 5.8.0-25-generic
OS Image: Ubuntu 20.10
Operating System: linux
Architecture: amd64
Container Runtime Version: containerd://1.4.3-k3s1
Kubelet Version: v1.20.0+k3s2
Kube-Proxy Version: v1.20.0+k3s2
PodCIDR: 10.42.1.0/24
PodCIDRs: 10.42.1.0/24
ProviderID: k3s://linode-node2
Non-terminated Pods: (4 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits AGE
--------- ---- ------------ ---------- --------------- ------------- ---
default svclb-traefik-external-542f6 0 (0%) 0 (0%) 0 (0%) 0 (0%) 5d18h
kube-system kube-flannel-ds-t6kj7 100m (10%) 100m (10%) 50Mi (5%) 50Mi (5%) 43h
default jaeger-agent-cbmpc 0 (0%) 0 (0%) 0 (0%) 0 (0%) 22h
default prometheus-node-exporter-ngk9n 0 (0%) 0 (0%) 0 (0%) 0 (0%) 5h37m
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 100m (10%) 100m (10%)
memory 50Mi (5%) 50Mi (5%)
ephemeral-storage 0 (0%) 0 (0%)
hugepages-1Gi 0 (0%) 0 (0%)
hugepages-2Mi 0 (0%) 0 (0%)
Events: <none>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment