8000 GitHub - nerzhul/kubectl-thunder at refs/heads/main
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nerzhul/kubectl-thunder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubectl-thunder

This kubelet plugin implement high level features for kubectl.

Features

Node high level commands

  • kubectl thunder nodes verify-allocation - Check if a node can allocate a given resource request.
OPTIONS:
   --memory value                               Memory resource to try to allocate
   --cpu value                                  CPU resource to try to allocate
   --show-labels value [ --show-labels value ]  Print node labels
   --help, -h                                   show help

Secrets high level commands

  • kubectl thunder secrets find expiring - Find secrets that are about to expire.
OPTIONS:
   --used-only    Only report certificates that are used by ingresses (default: false)
   --unused-only  Only report certificates that are not used by ingresses (default: false)
   --delete       Delete expired certificates after reporting them (use with caution!) (default: false)
   --after value  Only consider certificates that are expired after the specified number of days (default: 0)
   --help, -h     show help
  • kubectl thunder secrets find by-certificate-san - Find secrets containing a specific Subject Alternative Name.
OPTIONS:
   --san value       Subject Alternative Name to search for
   --wildcard-match  Subject Alternative Name is matched by a wildcard certificate (default: false)
   --help, -h        show help

About

A kubectl plugin to do powerful tasks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
0