Skip to content

Tool to kill pods which have failed init containers

Notifications You must be signed in to change notification settings

honestica/k8s-init-restarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s-init-restarter

Tool to kill pods which have failed init containers

Usage

Just run it on cluster with correct RBAC :

- apiGroups:
  - ""
  resources:
  - namespaces
  verbs:
  - get
  - list
- apiGroups:
  - ""
  resources:
  - pods
  verbs:
  - delete
  - get
  - list

About

Tool to kill pods which have failed init containers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •