Skip to content

aiopsclub/kangel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡️ Quick start

The kangel is the angel daemonset for kubelet, it can make kubelet more stable.

First of all, it require Helm, The chart in the chart dir.

shell detect:

#!/bin/bash

main(){
    for i in `docker ps | grep -v "CONTAINER"| awk '{print $NF}'`;do echo "checking $i" && docker inspect $i > /dev/null && docker stats --no-stream $i;done
}
main $@

📖 kubernets issue

  1. container runtime status check may not have completed yet, PLEG is not healthy.

knagel can found which container cause this issue and fix it.

⚙️ Commands & Options

deploy

helm install .

⭐️ Project assistance

If you want to say thank you or/and support active development of Create Go App CLI:

Together, we can make this project better every day! 😘

About

kangel is angel daemonset for kubelet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages