Pawan Phalak

Results 7 issues of Pawan Phalak

Hi everyone, I am trying the pod memory hog experiment, and have set very high value for MEMORY_CONSUMPTION. The document mentions the value in MEMORY_CONSUMPTION, will cause the memory hog...

bug

Hi everyone, I am trying to perform node cpu hog experiment as chaosschedule with following configurations: ```yaml apiVersion: litmuschaos.io/v1alpha1 kind: ChaosSchedule metadata: name: schedule-cpu-hog namespace: family-an-1s1-perf spec: schedule: repeat: properties:...

bug

Hi team, We tried executing the DNS experiments on a GKE cluster with containerd container runtime.But the experiments helper pods are failing with the below error on helper pods: `...

bug

Hi team, While running the pod memory hog with chaosscheduler, the helper pods created by the litmus are running into the error state. We noticed this happening for namespace with...

bug

We are running pod dns spoof litmus experiment with a chronschedule as follows ```yaml apiVersion: litmuschaos.io/v1alpha1 kind: ChaosSchedule metadata: name: schedule-pod-dns-spoof spec: schedule: repeat: properties: minChaosInterval: # schedule the chaos...

For Pod DNS error litmus experiment, we followed the steps(https://litmuschaos.github.io/litmus/experiments/categories/pods/pod-dns-error/#ramp-time) to generate a chaos for the target hostname(nginx), we also ran a shell script to validate if the chaos is...

While trying out the GCP VM disk loss experiment(https://litmuschaos.github.io/litmus/experiments/categories/gcp/gcp-vm-disk-loss/). It requires the server to be in terminated state so the test can be completed, I get following error while executing...