Paige Patton

Results 23 issues of Paige Patton

Changing the returned values from the action_nodes_pods.execute function to continue looping until the timeout or count has been hit Everything should execute the same, except for when we want to...

After killing the only pod that is running in your certain namespace, the checkPodCount ends incorrectly before a pod comes back and is running again. I would expect the checkPodCount...

We're trying to rework our current code base to allow for more scalability and security. There are a couple of instances where we could use [watches](https://github.com/kubernetes-client/python/blob/master/examples/watch/pod_namespace_watch.py) instead of polling every...

With [PR](https://github.com/chaos-kubox/krkn/pull/236) white spaces and new lines are not checked with pre-commit action. We want to ensure white spaces and new lines are cleanup when the PR gets merged. Need...

Need to add in support for the new IBM cloud including node scenarios and in the future zone outages

enhancement

Using the limit parameter in list_namespaces cuts off the list of returned namespaces to the limit size and never gets the rest of the namespace on the cluster. Sometimes I...

bug

Sometimes namespaces don't have any failing pods but the namespace itself is terminating. From the cerberus' side we don't log this in any way. Might be nice to log when...

When we run the different monitoring components we are setting a specific kubeconfig path to monitor. We need to be sure all of our monitoring commands are pointing to the...

When the inspect_component and watch_cluster_operators are both set to True it would be nice to get a describe of any degraded cluster operators

Want to do some cleanup of duplicate logging statements so that the start_cerberus.py file is easier to read