kwatch
kwatch copied to clipboard
:eyes: monitor & detect crashes in your Kubernetes(K8s) cluster instantly
Hi team, I am enjoying your tool but Events and Logs section can be optional and enabled via boolean. Looks great but take a lot of space on slack message,...
**Is your feature request related to a problem? Please describe.** We deployed kWatch in our k8s environment and recently due to load the pod crashed due to `OOMKilled` **Describe the...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.29.4 to 0.30.0. Commits 3aa4577 Update dependencies to v0.30.0 tag 2df4de1 Merge remote-tracking branch 'origin/master' into release-1.30 ade2ae2 Update x/net for CVE-2023-45288 b4632b7 Merge pull request #123932...
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.29.4 to 0.30.0. Commits fb932d2 Update dependencies to v0.30.0 tag d014286 Merge remote-tracking branch 'origin/master' into release-1.30 581c1b8 Update x/net for CVE-2023-45288 35ca1f4 Merge pull request #123932...
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.29.4 to 0.30.0. Commits 37988e5 Merge remote-tracking branch 'origin/master' into release-1.30 c857a38 Update x/net for CVE-2023-45288 0407311 followup to allow special characters 25164f7 Merge pull request #123435...
My rbac files lookes like below: kind: ClusterRole apiVersion: rbac.authorization.k8s.io/v1 metadata: name: {{ .Release.Name }} rules: - apiGroups: [""] resources: ["pods", "pods/log", "events", "nodes"] verbs: ["get", "watch", "list"] --- apiVersion:...
**Describe the bug** Sounds the ignore failed graceful shutdown feature not working correctly since last versions. It was fine before before 0.9 Sounds some consequences of refactoring done in https://github.com/abahmed/kwatch/pull/280...
**Describe the bug** Ignoring a pod does not ignore container crashes within the pod. Given this it is unclear what the purpose of ignoring a pod is. **To Reproduce** Set...
**Describe the bug** When there are some pod scale up which should trigger some node scale up, we can have some alerts about Unschedulable pods even if at the end...