Mateusz Szostok
Mateusz Szostok
New AC: - report bug for `bitnami/redis` chart that they have out of sync the JSONSchema for Redis `values.yaml`. - research about adding schemas for sub-charts in the same way...
Hi @nuvme-devops Thanks for reporting the issue and attached logs. When you enable the `kubectl` executor. We [fetch the supported groups and resources from API Server](https://github.com/kubeshop/botkube/blob/v0.13.0/pkg/execute/kubectl/resource-normalizer.go#L24). It is an external...
Hi @jebl01 Could you tell me how you installed the codeowners-validator? And which version? CI produces the ARM64 binary for macOS (with Apple Silicon chips) but I have Intel for...
This issue is not related strictly to the multichannel support as defined in https://github.com/infracloudio/botkube/issues/596. Here is the main difference: >I'd love for botkube to be able to work on multiple...
Initial thoughts: IMO it would be good to extract the whole K8s source as external “plugin” first and have those filters not as a BotKube functionality but K8s source related...
Hi @ezodude I see a couple of options. 1. Skip using `helm test` and just run `make test-integration-discord` and `make test-integration-slack` with proper envs 2. Define two testing Pods (currently...
Will be handled in https://github.com/kubeshop/botkube/issues/683
Related: - https://github.com/kubeshop/botkube/issues/681
## To discuss ### UX - When this help button should be printed? - For each invalid command - Directly via `@BotKube help` - Attached to the initial message `...and...
PRs: - https://github.com/kubeshop/botkube/pull/725 - https://github.com/kubeshop/botkube/pull/727 - https://github.com/kubeshop/botkube/pull/738 - https://github.com/kubeshop/botkube-docs/pull/142 - https://github.com/kubeshop/botkube/pull/761 - Update the message for `kubectl` commands based on [Paweł's](https://github.com/kubeshop/botkube/pull/727#discussion_r974078683) and Lacho's feedback