Prasad Ghangal
Prasad Ghangal
Currently, kyaml2go does not return an error if a mandatory fields is missing. (e.g container.name or container.image in deployment) e.g ``` apiVersion: apps/v1 kind: Deployment metadata: name: test-deployment spec: replicas:...
**Is your feature request related to a problem? Please describe.** Refactor BotKube controller code to make it HA compatible. As of now, running BotKube in multiple replicas initiate multiple instances...
**Is your feature request related to a problem? Please describe.** We should publish BotKube on cloud marketplaces like - GCP, AWS, CIVO, DO, etc
**Is your feature request related to a problem? Please describe.** There is no way to view BotKube help on discord **Describe the solution you'd like** https://discord.com/developers/docs/interactions/slash-commands#slash-commands-interactions-and-bot-users The Slash commands for...
**Is your feature request related to a problem? Please describe.** Add an e2e test to verify namespace checker filter https://github.com/infracloudio/botkube/blob/develop/test/e2e/filters/filters.go#L44 **Additional context** This is a followup task of https://github.com/infracloudio/botkube/pull/437
**Describe the solution you'd like** Add an e2e test to validate the els index creation and event POST calls. We can mock els server to achieve that
**Describe the bug** In e2e test suite, we mock resource creation with fake client and verify the BotKube event generations. https://github.com/infracloudio/botkube/blob/develop/test/e2e/notifier/create/create.go#L46 We need to add similar test cases to verify...
In e2e test suite, we mock resource creation with fake client and verify the BotKube event generations. https://github.com/infracloudio/botkube/blob/develop/test/e2e/notifier/create/create.go#L46 We need to add similar test cases to verify delete event handling....