New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

kubeimage

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kubeimage

A tool for managing deployment image configuration in Kubernetes

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 06 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts