kube-slack
kube-slack copied to clipboard
Kubernetes Slack Monitoring
I realized there was a missing permission bug in the README example when the pod tries to fetch pod metrics
Hi, I want to insert a custom message at the beginning of the message to notify using chat mentions. So I added a new environment variable. Thanks
If you try to run `willwill/kube-slack:v4.2.0` in a k8s with Pod Security Policy you get this error: `container has runAsNonRoot and image has non-numeric user (kube-slack), cannot verify user is...
This PR fix https://github.com/wongnai/kube-slack/issues/65
When the envrionent variable slack_username is not defined it throws this error: (node:1) UnhandledPromiseRejectionWarning: Error: Configuration property "slack_username" is not defined at Config.get (/app/node_modules/config/lib/config.js:182:11) at SlackNotifier.notify (/app/notify/slack.js:26:48) at PodLongNotReady.callback (/app/index.js:27:26)...
Hi, I installed **kube-slack** via the **helm chart** and tried to use the `kube-slack/ignore-pod annotation`. Sadly the pods were not ignored, because Javascript returns `false` if you test for an...
**Motivation** Due to work of cluster autoscaler, I get a lot of errors like: ``` Pod not ready kube-system/kube-proxy-gke-core-private-test-env-f2a4354b-23mh: Pod not ready Pod not ready Pod not ready monitoring/prometheus-prometheus-node-exporter-2pf54: Pod...
I checked the log of Kube-slack and I noticed this error in both K8s clusters that I run in Azure. Cluster 1 ``` (node:1) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error...
It would be great to be able to direct notifications to the last user that touched the deployment or pod. This may require a mapping of slack alias to kubernetes...
Hello guys, we've developed Pending pods check. It is based on longnotready.ts file, but it is different. Pending pods doesn't have any "Ready" status condition, only one status condition similiar...