Skip to content

fyodorvi/kubeimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kubeimage

A small cli utility to get/update deployment images in Kubernetes.

Installation

npm i kubeimage -g

Usage:

kubeimage <podname>=[<new-build-number>]... [--timeout=600] [--namespace=<kube-namespace>] [--kubeconfig=<kubeconfig>]

Timeout (in seconds, default 600) is amount of time that tool waits for pods to come up before it fails with error. When no build number is provided the tool will output current build number for deployment and pods. Note: images have to follow build-<number> naming convention.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published