Skip to content

Instantly share code, notes, and snippets.

@billimek
Created June 5, 2020 14:21
Show Gist options
  • Save billimek/8099153471ae2bf0edbfe320de85c9d4 to your computer and use it in GitHub Desktop.
Save billimek/8099153471ae2bf0edbfe320de85c9d4 to your computer and use it in GitHub Desktop.
descheduler pod log
➜ k -n kube-system logs -f descheduler-1591366800-zgjzl
I0605 14:20:07.688458 1 node.go:45] node lister returned empty list, now fetch directly
I0605 14:20:07.705564 1 node_affinity.go:34] Executing for nodeAffinityType: requiredDuringSchedulingIgnoredDuringExecution
I0605 14:20:07.705598 1 node_affinity.go:39] Processing node: "k3s-0"
I0605 14:20:07.737034 1 node.go:137] Pod system-upgrade-controller-575f9b8876-tm2ch fits on node k3s-0
I0605 14:20:07.737076 1 node_affinity.go:39] Processing node: "k3s-d"
I0605 14:20:07.753553 1 node.go:137] Pod frigate-5c9cd8b98d-cq9sh fits on node k3s-d
I0605 14:20:07.753597 1 node_affinity.go:39] Processing node: "k3s-b"
I0605 14:20:07.780835 1 node_affinity.go:39] Processing node: "k3s-pi4-a"
I0605 14:20:07.798089 1 node.go:137] Pod ser2sock-7b9d5ddb94-7wzlr fits on node k3s-pi4-a
I0605 14:20:07.798142 1 node.go:137] Pod zwave2mqtt-786cc45b9d-lvshj fits on node k3s-pi4-a
I0605 14:20:07.798176 1 node_affinity.go:39] Processing node: "k3s-pi4-b"
I0605 14:20:07.816064 1 node_affinity.go:39] Processing node: "k3s-pi4-c"
I0605 14:20:07.832698 1 node_affinity.go:39] Processing node: "k3s-c"
I0605 14:20:07.869656 1 node_affinity.go:62] Evicted 0 pods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment