Skip to content

Version 1

Latest
Compare
Choose a tag to compare
@DragonStuff DragonStuff released this 17 Mar 08:23
· 33 commits to master since this release

Stable release

This command essentially wraps around kubectl run. It will allow you to specify a deployment name and the deployment namespace, and it will automatically grab the currently running image, resource limits/requests, config and secret mappings so that you have the required environment variables to complete your one-off task without impacting the existing deployment.

Includes support for automatic filling of image, resources config and secret maps.