Paige Patton

Results 23 issues of Paige Patton

Duplicating [jira card ](https://issues.redhat.com/browse/CHAOS-105)here We need to avoid using kubernetes functions that query all the namespaces and objects ( https://github.com/redhat-chaos/krkn/blob/main/kraken/plugins/pod_plugin.py#L34 ) given that it's going to be a very expensive...

After [PR](https://github.com/cloud-bulldozer/e2e-benchmarking/pull/474) gets merged, there's a want to add in functionality to separate out each pairs data into a separate sheet in a workbook for network-perf tests

Used with this pr: https://github.com/krkn-chaos/krkn-lib/pull/95 Want to see if cirtical alerts are currently being triggered, not any past ones during the entire run

In the build action in pr's a test is failing but it is not failing the action overall https://github.com/redhat-chaos/krkn/actions/runs/5624388976 ``` Test | Result | Duration -- | -- | --...

Similar to [this issue](https://github.com/redhat-chaos/cerberus/issues/183) in cerberus, we need to properly set the kubernetes python client with proxy settings for a private cluster if the environment variable http_proxy exists on the...

Want to use common krkn-lib functions within cerberus to take out duplicate functions This work is used in conjunction with this pr: https://github.com/redhat-chaos/krkn-lib/pull/82

Sine krkn-lib has a majority of kubernetes functions already properly set up, would be good to use as much as possible those same functions in cerberus. We see if we...

Want to be able to have a user specify different metrics or alerts to be considered in the go/no-go Could reuse some similar stuff that is already in krkn: https://github.com/redhat-chaos/krkn/blob/main/config/alerts...

Cerberus run passes but 2 nodes are SchedulingDisabled, should catch this as a failure or make it an option Node has taint: `Taints: node.kubernetes.io/unschedulable:NoSchedule` ``` 07-12 15:50:03.255 07-12 15:50:03.255 _...

It would be nice to be able to add iterations or the file used for ingress-perf to not have to search through other indexes to find this data when comparing...