You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to generate and access graph locally without hosting it in pod? Here is what I am trying to do
$> ./examples/builder/builder 100 0 --prefix vmx
$> ./bin/k8s-topo --graph examples/builder/random.yml
Above command generates graph.json file in we directory. I was under assumption that if I open directly the index.html file, it should show me the graph on my local browser. However, it is not the case. It shows me an empty page.
Is there any thing which we can do to show the graph on local browser?
The text was updated successfully, but these errors were encountered:
I'm assuming you've done the k8s-topo --create before the graph, right? otherwise it should fail.
can you share your graph.json from the web directory?
Is there any way to generate and access graph locally without hosting it in pod? Here is what I am trying to do
$> ./examples/builder/builder 100 0 --prefix vmx
$> ./bin/k8s-topo --graph examples/builder/random.yml
Above command generates graph.json file in we directory. I was under assumption that if I open directly the index.html file, it should show me the graph on my local browser. However, it is not the case. It shows me an empty page.
Is there any thing which we can do to show the graph on local browser?
The text was updated successfully, but these errors were encountered: