Skip to content

Jmainguy/k8snodeissues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8snodeissues

This command is designed to point out potential issues in a kubernetes node. such as pods stuck terminating, or pending

Build

export GO111MODULE=on
go mod init
go build

Usage

Login to your kubernetes cluster, then run

./k8snodeissues

It stays running in a loop with a 60 second sleep, control c when ready to quit.