Natan Yellin
Natan Yellin
**Motivation** It can be hard to understand exactly what data is contained inside a Kubernetes volume. We can provide visibility with Robusta actions **Suggested Implementation** Add a Robusta action which:...
1. Add comments to values.yaml documenting each value 2. Show those comments in the sphinx documentation using some tool
We love CIVO cloud and this would make it easier for people to install robusta on their clusters
We can start by supporting only one cloud provider (e.g. EKS) - that's OK
CallbackBlocks are part of Robusta's API. They're used to write playbooks where the user clickes a button (e.g. in Slack) and this triggers another playbook which runs only when the...
**Motivation** Sometimes alerts are really noisy and you just want to silence them temporarily. You can do so by opening AlertManager and creating a silence in the UI (or by...
**Motivation** This is a common Prometheus alert and we should enrich it out of the box.
**Motivation** Lots of people have issues with persistent volumes. We should add detections for these and recommend fixes. **Example issues** * https://stackoverflow.com/questions/52668938/pod-has-unbound-persistentvolumeclaims/52669115#52669115 * https://stackoverflow.com/questions/51946393/kubernetes-pod-warning-1-nodes-had-volume-node-affinity-conflict/55514852#55514852
**Motivation** It is useful to track changes to ClusterRoleBindings to stay on top of who has what permissions. **Suggested Feature** Robusta already has triggers for ClusterRoleBinding changes (see [docs](https://docs.robusta.dev/master/catalog/triggers/kubernetes.html)) but...