@openapi-typescript-infra/k8s-run
v1.0.5
Published
Run an interactive version of a standard OpenAPI Typescript deployment
Downloads
716
Readme
k8s-run
Run a pod that mirrors a deployment but without resource constraints and readiness probes. Drops you into a shell and removes the pod when you finish.
This modifies the deployment by:
- Turning it into a pod
- Removing metadata.labels.app
- Modifying the name to add -(username)
Usage
To install k8s-run globally, make sure NodeJS is installed and run:
$ npm install -g @openapi-typescript-infra/k8s-runAnd then to use it:
$ k8s-run your-service