Skip to content

Easy way to get Kubernetes change causes for deployments and cronjobs.

Notifications You must be signed in to change notification settings

wgeorgecook/kchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kchange

KChange gets the change cause of the provided deployments or cronjobs.

Install

Clone this repo and then go install from it.

Usage

Deployments can be provided as a list of strings using the -d param. Cronjobs can be provided as a list of strings using the -j param.

Example

╰─ kchange -d deployment1 -d deployment2 -j cronjob1
kubectl set image deployment deployment1 pod=repo/imagename:123456 --record=true
kubectl set image deployment deployment2 pod=repo/imagename:123456 --record=true
kubectl set image cronjob cronjob1 pod=repo/imagename:123456 --record=true

About

Easy way to get Kubernetes change causes for deployments and cronjobs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages