Skip to content

Script and yaml template to cron the scaling of kubernetes deployments

Notifications You must be signed in to change notification settings

tgropper/kube-scale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kube-scale

Script and yaml template to cron the scaling of kubernetes deployments

Deploy

kubetpl render kube-scale.yaml -s DEPLOYMENT_NAME={deployment-name} -s REPLICAS={replicas} -s CRON={cron} -s IMAGE_NAME={docker-image-name} -s IMAGE_TAG={docker-image-tag} [-s IMAGE_PULL_SECRET={docker-image-pull-secret}] --syntax=go-template | kubectl -n {namespace} apply -f -

About

Script and yaml template to cron the scaling of kubernetes deployments

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published