Masaki Kimura
Masaki Kimura
Merged #44. I hope that below works for environments that requires AWS SDK: ```bash $ DEVEL_IMAGE=mkimuram/k8sviz DEVEL_TAG=$(cat version.txt) TARGET=aws make image-build ``` And below works for Google cloud SDK: ```bash...
@Sreddy-gs Yes, Maybe something like below will be needed around [here](https://github.com/mkimuram/k8sviz/blob/master/k8sviz.sh#L72). ``` -v ~/.aws/config:/awsconfig:ro -e AWS_CONFIG_FILE=/awsconfig ``` Could you try?
@nknov Thank you for your feedback. Could you explain the details of the issue with k3d? (What was the exact command you run, what version of k8sviz you used, and...
Thank you for sharing your idea. KDL also looks nice. Maybe the first step will be manually making the example KDL as a Dot format with considering the layout. Once...
@nishakm How is the status of this proposal? I've made a very minimal web UI that only allow specifying an image name and return a html result by using flask....
@nishakm Thank you for your comments. > Would you be able to use swaggerto generate the web service API? I'm not familiar with swagger, but I searched it and found...
@rnjudge Could you create a new repo for this? What information do you need? Just a repo name? @nishakm What should the repo be named? 'tern-api' or 'tern-web-api'?
Updated "Enhancement Description".