Ezo Saleh
Ezo Saleh
## Description Changes proposed in this pull request: - ... ## Related issue(s)
## Overview I only want to run BotKube to debug my cluster by executing `kubectl` commands. And, I do not want to be notified of any events. Related to issue...
## Overview MatterMost bot integration API has changed for version v7+. BotKube's integration works well with lower versions but breaks with this recent update. This results in the following error:...
## Description This is a minor issue that complicates event and Informer debugging. It was discovered when investigating #570. The root cause is event configuration that looks like this: ```yaml...
Currently, we only perform E2E tests with the Mysql/Wordpress example. We can test with more compose projects to ensure we exercise and verify more options in Kev.
Docker compose files are mostly used for development. Meaning port mappings will reflect development settings. However, different environments might require an app to be exposed at ports different from what...
Misspelled and unknown config params in a k8s-ext should be flagged during validation.
Most of the examples run perfectly on a local Kubernetes instance, e.g. Docker Desktop. However, they hit issues when deployed to run on less privileged clusters. This ticket aims to...
Simplify Ingress creation logic: 1) If the `default` keyword is provided, instead of a list of domains: we create an ingress without host information (i.e. default backend). 2) If domain(s)...