Can you implement -version to kube-daigrams #61
bilalhacks
started this conversation in
Ideas
Replies: 1 comment
-
|
@bilalhacks yes this must be implemented. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At rpesent it dont have daigrams
root@node211:/home/labuser# kube-diagrams -h
usage: kube-diagrams [-h] [-o OUTPUT] [-f FORMAT] [--embed-all-icons] [-c CONFIG] [-n NAMESPACE] [-v] [--without-namespace] filename [filename ...]
Generate Kubernetes architecture diagrams from Kubernetes manifest files
positional arguments:
filename the Kubernetes manifest filename to process
options:
-h, --help show this help message and exit
-o OUTPUT, --output OUTPUT
output diagram filename
-f FORMAT, --format FORMAT
output format, allowed formats are dot, dot_json, gif, jp2, jpe, jpeg, jpg, pdf, png, svg, tif, tiff, set to png by default
--embed-all-icons embed all icons into svg or dot_json output diagrams
-c CONFIG, --config CONFIG
custom kube-diagrams configuration file
-n NAMESPACE, --namespace NAMESPACE
visualize only the resources inside a given namespace
-v, --verbose verbosity, set to false by default
--without-namespace disable namespace cluster generation
root@node211:/home/labuser#
Beta Was this translation helpful? Give feedback.
All reactions