theBNT
theBNT
This describes how to enable JSON logging for AKHQ (which has been a repeated topic see [this discussion](https://github.com/tchiotludo/akhq/discussions/1060#discussioncomment-2465060) or [this issue](https://github.com/tchiotludo/akhq/issues/91#issuecomment-571072527)). Tested in a helm deployment with current DEV version...
hi, when going through the setup of gitops, committing the repo did not work because of the pre-commit hook. The error was: ``` .git/hooks/pre-commit: line 20: syntax error: unexpected redirection...
hi, is it possible to create a multi-arch docker image by e.g. using buildx at https://github.com/giantswarm/kubectl-gs/blob/54b3ce6a36056d7a71f669dbdd8127b4cdaeddb3/Makefile.gen.go.mk#L162 Maybe its sufficient to build via: ``` docker buildx build --platform=linux/amd64 -t ${APPLICATION}:${VERSION} ....
Hi there, currently it seems that the `latest` tag on https://quay.io/repository/giantswarm/kubectl-gs?tab=tags is almost a month old and when pulling it seems that its still referring to `4.3.1-dev` ``` > docker...