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
please I have been facing this specific error when I run make run
docker run --rm -v /home/burnley/eraser/eraser:/eraser eraser-tooling controller-gen object:headerFile="hack/boilerplate.go.txt" paths="./api/..."
docker run --rm -v /home/burnley/eraser/eraser:/eraser eraser-tooling conversion-gen \
--output-base=/eraser \
--input-dirs=./api/v1alpha1,./api/v1,./api/v1alpha2,./api/v1alpha3 \
--go-header-file=./hack/boilerplate.go.txt \
--output-file-base=zz_generated.conversion
go fmt ./...
go vet ./...
go run ./main.go
{"level":"error","ts":1734431937.165126,"logger":"setup","msg":"aborting","error":"config file was not supplied","stacktrace":"main.main\n\t/home/burnley/eraser/eraser/main.go:134\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:272"}
exit status 1
make: *** [Makefile:215: run] Error 1
What kind of request is this?
None
What is your request or suggestion?
disable unused default metrics: https://github.com/eraser-dev/eraser/blob/main/main.go#L100
Are you willing to submit PRs to contribute to this feature request?
The text was updated successfully, but these errors were encountered: