0.0.5 • Published 8 years ago

kubeimage v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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.

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago