Sanket Sudake
Sanket Sudake
**Is your feature request related to a problem? Please describe.** Telegram support is missing from botkube **Describe the solution you'd like** Telegram support for Botkube https://telegram.org/
Signed-off-by: Sanket Sudake ## Description ## Which issue(s) this PR fixes: Fixes # ## Testing ## Checklist: - [ ] I ran tests as well as code linting locally to...
Signed-off-by: Sanket Sudake ## Description ## Which issue(s) this PR fixes: Fixes # ## Testing ## Checklist: - [x] I ran tests as well as code linting locally to verify...
**Is your feature request related to a problem? Please describe.** We recently added couple of metrics in Fission. https://fission.io/docs/reference/metrics-reference/ Based on these metrics we can build Grafana dashboards which can...
**Fission/Kubernetes version** $ fission --version $ kubectl version **Kubernetes platform (e.g. Google Kubernetes Engine)** **Describe the bug** Currently, fission components heavily rely on Kubernetes components mainly, the Kubernetes API server....
**Describe the bug** Fission tries to mutate deployment immutable field `spec. selector` which cause failure in the update of the deployment. https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#label-selector-updates ``` Note: In API version apps/v1, a Deployment's...
**Describe the bug** We need to fix the Fission chart so that we are ready for Redhat Certification. **To Reproduce** How to run checks ? 1. Clone Fission repository 2....
I am compiling kube-prompt and then running from container. Getting following error as soon as prompt starts. ``` bash-5.1# kube-prompt kube-prompt (rev-) Please use `exit` or `Ctrl-D` to exit this...
## Description ## Which issue(s) this PR fixes: Fixes # ## Testing ## Checklist: - [ ] I ran tests as well as code linting locally to verify my changes....
**Is your feature request related to a problem? Please describe.** Currently for log collection Fission supports a specific combination of fluentbit + influxdb and Fission user tries to fetch logs...