Natan Yellin

Results 486 comments of Natan Yellin

@AvineshTripathi hope your exams went well! The playbook action should take a PersistentVolumeEvent as input: ``` @action def volume_analysis(event: PersistentVolumeEvent): volume = event.get_persistentvolume() print(f"got volume named {volume.metadata.name} as input with...

@AvineshTripathi we have a new tutorial on writing playbooks actions that @Sheeproid wrote, so make sure you read that first: https://docs.robusta.dev/master/tutorials/my-first-custom-action.html

This looks like a great use case. Do you have any logs or other example data you can share? (In censored form of course.) For example, can you share the...

Thank you for reporting! On Sun, Feb 20, 2022 at 9:19 PM Josh Soref ***@***.***> wrote: > *Describe the bug* > > *To Reproduce* > Steps to reproduce the behavior:...

Writing "Robusta Logo" sounds good to me too. On Mon, 21 Feb 2022, 5:43 Josh Soref, ***@***.***> wrote: > I question the value of telling a blind user that the...

@chetak123 yeah, the `logs_enricher` is indeed in a different file. It would probably be easier to start with `alert_on_hpa_reached_limit` [over here](https://github.com/robusta-dev/robusta/blob/master/playbooks/robusta_playbooks/autoscaler.py#L49).

Hi, thanks for submitting! I think we need a way to add this to every single page at once. I don't have a reference on hand for this, but I've...

Is there a way to make that dynamic so it opens github on the docs page you're currently viewing and not just the docs in general? Maybe something like this?...

There is apparantly some discussion about this over for the Furo theme: https://github.com/pradyunsg/furo/discussions/114 Maybe it's worth pinging them there and seeing what the status is.