Sylvain Baubeau
Sylvain Baubeau
@lboix Apologies for taking so long to answer. We initially asked the host root to be mounted to /host as it was convenient but it's not super nice. I would...
Could you please try to run `go mod tidy` with latest Go 1.16 to check if it fixes the problem ?
run k8s-tests run ovn-k8s-tests
run k8s-tests
run k8s-tests
It's now possible thanks to this PR : https://github.com/skydive-project/skydive/pull/2139 You should be able to use PUT on /api/node and /api/edge
We do not really use the REST API from Go in Skydive (we mostly use WebSocket) except in our tests : https://github.com/skydive-project/skydive/blob/master/tests/tests.go#L487
Now that `graffiti` is completely separated into its own go module with its own go.mod, you should be able to `go get` it. If so, could we close this one...
Could you please copy/paste the error that it returns ?
@ivanayov It seems that the analyzer the agent is trying to connect to, is not running. What are you using to deploy Skydive ?