Shashank Singh
Shashank Singh
> > I've used the PrintVersionSkewWarning function directly since we've now introduced a version package (client version) and to avoid repeating code blocks (image tag logic to get server gadget...
@mauriciovasquezbernal Got it. Now that we get the binary version from version.Version(), how do I set the client version here (especially for gadgetctl), or are we just checking it with...
@mauriciovasquezbernal All lint errors fixed too.
> ```diff > --build-arg VERSION=$(VERSION) \ > ``` I haven't tested the changes yet, but It'll be the first thing I do once I submit my LFX applications. About the...
@mauriciovasquezbernal while running `make minikube-deploy`. I get a panic message `panic: parsing version: Short version cannot contain PreRelease/Build meta data`. Now I assume this is caused since version takes the...
> Hi! > > I tested it, and nothing is printed in the logs despite: > > ``` > $ ./kubectl-gadget version (remotes/moki/fix/1795) % > Client version: 0.25.0-52-gde42d32b-dirty > Server...
@eiffel-fl Adding `--build-arg` to gadget-container sets our server version same as client in dev env (`0.25.0-52-gde42d32b-dirty`). Do we need this result? And I had another doubt. When I deploy gadgets...
> > @eiffel-fl Adding `--build-arg` to gadget-container sets our server version same as client in dev env (`0.25.0-52-gde42d32b-dirty`). Do we need this result? And I had another doubt. When I...
@mauriciovasquezbernal @eiffel-fl done with all the changes, hopefully this should be good to go. Thank you to both for the constant support and help, really appreciate it. I learned A...
When I run `make lint` I get the following error- ``` docker run --rm --env XDG_CACHE_HOME=/tmp/xdg_home_cache \ --env GOLANGCI_LINT_CACHE=/tmp/golangci_lint_cache \ --user 1000:1000 -v /home/moki1202/go/src/github.com/moki1202/inspektor-gadget:/app -w /app \ linter Unable to...