mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-24 19:38:02 +00:00
podex: move to contrib
This commit is contained in:
14
contrib/podex/README.md
Normal file
14
contrib/podex/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# podex
|
||||
|
||||
## Description
|
||||
|
||||
`podex` is a command line tool to bootstrap a kubernetes container manifests from docker image metadata.
|
||||
|
||||
Manifests can then be edited by a human to match deployment needs.
|
||||
|
||||
## Usage
|
||||
```
|
||||
$ docker pull google/nodejs-hello
|
||||
$ podex -yaml google/nodejs-hello > pod.yaml
|
||||
$ podex -json google/nodejs-hello > pod.json
|
||||
```
|
Reference in New Issue
Block a user