Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug(indentation): Fix the indentation in kubelet service kill experiment j2 file #1581

Merged
merged 2 commits into from
Jun 19, 2020
Merged

Bug(indentation): Fix the indentation in kubelet service kill experiment j2 file #1581

merged 2 commits into from
Jun 19, 2020

Conversation

uditgaurav
Copy link
Member

@uditgaurav uditgaurav commented Jun 19, 2020

Signed-off-by: Udit Gaurav uditgaurav@gmail.com
What this PR does / why we need it:

  • This pull request is for fixing the indentation in the kubelet-service-kill experiment j2 file.

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #1582

Checklist

  • Does this PR have a corresponding GitHub issue?
  • Have you included relevant README for the chaoslib/experiment with details?
  • Have you added debug messages where necessary?
  • Have you added task comments where necessary?
  • Have you tested the changes for possible failure conditions?
  • Have you provided the positive & negative test logs for the litmusbook execution?
  • Does the litmusbook ensure idempotency of cluster state?, i.e., is cluster restored to original state?
  • Have you used non-shell/command modules for Kubernetes tasks?
  • Have you (jinja) templatized custom scripts that is run by the litmusbook, if any?
  • Have you (jinja) templatized Kubernetes deployment manifests used by the litmusbook, if any?
  • Have you reused/created util functions instead of repeating tasks in the litmusbook?
  • Do the artifacts follow the appropriate directory structure?
  • Have you isolated storage (eg: OpenEBS) specific implementations, checks?
  • Have you isolated platform (eg: baremetal kubeadm/openshift/aws/gcloud) specific implementations, checks?
  • Are the ansible facts well defined? Is the scope explicitly set for playbook & included utils?
  • Have you ensured minimum/careful usage of shell utilities (awk, grep, sed, cut, xargs etc.,)?
  • Can the limtusbook be executed both from within & outside a container (configurable paths, no hardcode)?
  • Can you suggest the minimal resource requirements for the litmusbook execution?
  • Does the litmusbook job artifact carry comments/default options/range for the ENV tunables?
  • Has the litmusbooks been linted?

Special notes for your reviewer:

Signed-off-by: Udit Gaurav <uditgaurav@gmail.com>
@uditgaurav
Copy link
Member Author

Kubelet kill experiment logs:

Experiment logs after fix ansible-playbook 2.7.3 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python2.7/dist-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 2.7.15+ (default, Oct 7 2019, 17:39:04) [GCC 7.4.0] Using /etc/ansible/ansible.cfg as config file /etc/ansible/hosts did not meet host_list requirements, check plugin documentation if this is unexpected /etc/ansible/hosts did not meet script requirements, check plugin documentation if this is unexpected statically imported: /experiments/generic/kubelet_service_kill/kubelet_service_kill_ansible_prerequisites.yml

2020-06-19 08:32:12.831394 PLAYBOOK: kubelet_service_kill_ansible_logic.yml
1 plays in ./experiments/generic/kubelet_service_kill/kubelet_service_kill_ansible_logic.yml

2020-06-19 08:32:12.992690 ************ BRACE YOURSELF, EXPERIMENT BEGINS! ************

2020-06-19 08:32:19.010112 Step: Gathering Facts
task path: /experiments/generic/kubelet_service_kill/kubelet_service_kill_ansible_logic.yml:2
META: ran handlers

2020-06-19 08:32:19.626314 Step: [PreReq] Identify the chaos util for kubelet-service-kill experiment
task path: /experiments/generic/kubelet_service_kill/kubelet_service_kill_ansible_prerequisites.yml:1
details => {"changed": true, "checksum": "2d76d919fa3c20d76eff0b8e3148897f4319c491", "dest": "/tmp/chaosutil.yml", "gid": 0, "group": "root", "md5sum": "c855258e0f920687b5ce930bafa965a7", "mode": "0644", "owner": "root", "size": 73, "src": "/tmp/ansible-tmp-1592555539.08-41863646557233/source", "state": "file", "uid": 0}

2020-06-19 08:32:19.694835 Step: [PreReq]: Including the chaos util for the kubelet-service-kill experiment
task path: /experiments/generic/kubelet_service_kill/kubelet_service_kill_ansible_logic.yml:27
details => {"ansible_facts": {"c_util": "/chaoslib/litmus/kubelet_service_kill/kubelet_service_kill.yml"}, "ansible_included_var_files": ["/tmp/chaosutil.yml"], "changed": false}

2020-06-19 08:32:19.760212 Step: [PreReq]: Constructing the chaos result name
task path: /experiments/generic/kubelet_service_kill/kubelet_service_kill_ansible_logic.yml:32
details => {"ansible_facts": {"c_result": "nginx-chaos-kubelet-service-kill"}, "changed": false}
included: /utils/runtime/update_chaos_result_resource.yml for 127.0.0.1

2020-06-19 08:32:20.202766 Step: [PreReq]: Generate the chaos result CR to reflect SOT (Start of Test)
task path: /utils/runtime/update_chaos_result_resource.yml:3
details => {"changed": true, "checksum": "faaf8218f104a48e294b4534aec01be56be903be", "dest": "/tmp/chaos-result.yml", "gid": 0, "group": "root", "md5sum": "647c5a9231b8a372071df0dd0f2f8f4b", "mode": "0644", "owner": "root", "size": 335, "src": "/tmp/ansible-tmp-1592555539.89-252614453802900/source", "state": "file", "uid": 0}

2020-06-19 08:32:22.224227 Step: [PreReq]: Apply the chaos result CR for kubelet-service-kill experiment
task path: /utils/runtime/update_chaos_result_resource.yml:13
details => {"changed": true, "cmd": "kubectl apply -f /tmp/chaos-result.yml -n default", "delta": "0:00:01.596486", "end": "2020-06-19 08:32:22.157432", "failed_when_result": false, "rc": 0, "start": "2020-06-19 08:32:20.560946", "stderr": "", "stderr_lines": [], "stdout": "chaosresult.litmuschaos.io/nginx-chaos-kubelet-service-kill configured", "stdout_lines": ["chaosresult.litmuschaos.io/nginx-chaos-kubelet-service-kill configured"]}

2020-06-19 08:32:22.409813 Step: [Info]: Display the application information passed via the test job
task path: /experiments/generic/kubelet_service_kill/kubelet_service_kill_ansible_logic.yml:45
details => {
"msg": [
"The application info is as follows:",
"Namespace : default",
"Label : app=nginx",
"Ramp Time : "
]
}
included: /utils/common/status_app_pod.yml for 127.0.0.1

2020-06-19 08:32:23.407484 Step: [Status]: Checking whether application pods are in running state
task path: /utils/common/status_app_pod.yml:2
details => {"attempts": 1, "changed": true, "cmd": "kubectl get pods -n default -l app=nginx -o custom-columns=:.status.phase --no-headers", "delta": "0:00:00.725132", "end": "2020-06-19 08:32:23.378373", "rc": 0, "start": "2020-06-19 08:32:22.653241", "stderr": "", "stderr_lines": [], "stdout": "Running", "stdout_lines": ["Running"]}

2020-06-19 08:32:24.387588 Step: [Status]: Checking whether application containers are in running state
task path: /utils/common/status_app_pod.yml:9
details => {"attempts": 1, "changed": true, "cmd": "kubectl get pod -n default -l app=nginx --no-headers -o jsonpath='{.items[].status.containerStatuses[].ready}' | tr ' ' '\n' | uniq", "delta": "0:00:00.765682", "end": "2020-06-19 08:32:24.359602", "rc": 0, "start": "2020-06-19 08:32:23.593920", "stderr": "", "stderr_lines": [], "stdout": "true", "stdout_lines": ["true"]}
included: /utils/common/generate-kubernetes-chaos-events.yml for 127.0.0.1

2020-06-19 08:32:25.429693 Step: [Event]: Obtain the current date in ISO8601 format
task path: /utils/common/generate-kubernetes-chaos-events.yml:1
details => {"changed": true, "cmd": "date --iso-8601=seconds", "delta": "0:00:00.643453", "end": "2020-06-19 08:32:25.405709", "rc": 0, "start": "2020-06-19 08:32:24.762256", "stderr": "", "stderr_lines": [], "stdout": "2020-06-19T08:32:25+00:00", "stdout_lines": ["2020-06-19T08:32:25+00:00"]}

2020-06-19 08:32:25.508634 Step: set_fact
task path: /utils/common/generate-kubernetes-chaos-events.yml:5
details => {"ansible_facts": {"ts": "2020-06-19T08:32:25Z"}, "changed": false}

2020-06-19 08:32:27.890151 Step: [Event]: Creating a PreChaosCheck event in the chaosengine
task path: /utils/common/generate-kubernetes-chaos-events.yml:8
details => {"changed": true, "method": "patch", "result": {"apiVersion": "v1", "count": 1, "eventTime": null, "firstTimestamp": "2020-06-19T08:32:25Z", "involvedObject": {"apiVersion": "litmuschaos.io/v1alpha1", "kind": "ChaosEngine", "name": "nginx-chaos", "namespace": "default", "uid": "3ad073db-b207-11ea-8f84-42010a8000b7"}, "kind": "Event", "lastTimestamp": "2020-06-19T08:32:25Z", "message": "AUT is Running successfully", "metadata": {"creationTimestamp": "2020-06-19T08:24:31Z", "name": "event-"PreChaosCheck"", "namespace": "default", "resourceVersion": "645", "selfLink": "/api/v1/namespaces/default/events/event-%22PreChaosCheck%22", "uid": "4d04c7d5-b206-11ea-8f84-42010a8000b7"}, "reason": "PreChaosCheck", "reportingComponent": "", "reportingInstance": "", "source": {"component": "kubelet-service-kill-sid0yt-b7bgv"}, "type": "Normal"}}
included: /chaoslib/litmus/kubelet_service_kill/kubelet_service_kill.yml for 127.0.0.1

2020-06-19 08:32:28.977304 Step: [Prepare]: Select the application pod name
task path: /chaoslib/litmus/kubelet_service_kill/kubelet_service_kill.yml:6
details => {"changed": true, "cmd": "kubectl get pod -l app=nginx -n default -o=custom-columns=:metadata.name --no-headers | shuf | head -1", "delta": "0:00:00.772223", "end": "2020-06-19 08:32:28.953762", "rc": 0, "start": "2020-06-19 08:32:28.181539", "stderr": "", "stderr_lines": [], "stdout": "nginx-7db9fccd9b-mlm96", "stdout_lines": ["nginx-7db9fccd9b-mlm96"]}

2020-06-19 08:32:29.045767 Step: [Prepare]: Recording the application pod name
task path: /chaoslib/litmus/kubelet_service_kill/kubelet_service_kill.yml:15
details => {"ansible_facts": {"app_pod": "nginx-7db9fccd9b-mlm96"}, "changed": false}

2020-06-19 08:32:29.989981 Step: [Prepare]: Identify the application node name
task path: /chaoslib/litmus/kubelet_service_kill/kubelet_service_kill.yml:21
details => {"changed": true, "cmd": "kubectl get pod nginx-7db9fccd9b-mlm96 -n default --no-headers -o custom-columns=:spec.nodeName", "delta": "0:00:00.738826", "end": "2020-06-19 08:32:29.967597", "rc": 0, "start": "2020-06-19 08:32:29.228771", "stderr": "", "stderr_lines": [], "stdout": "gke-cluster-1-default-pool-c4948ac3-mgkd", "stdout_lines": ["gke-cluster-1-default-pool-c4948ac3-mgkd"]}

2020-06-19 08:32:30.060675 Step: [Prepare]: Record the application node name
task path: /chaoslib/litmus/kubelet_service_kill/kubelet_service_kill.yml:29
details => {"ansible_facts": {"app_node": "gke-cluster-1-default-pool-c4948ac3-mgkd"}, "changed": false}

2020-06-19 08:32:30.911686 Step: [Prepare:] Generate a run id if not passed from the engine/experiment
task path: /chaoslib/litmus/kubelet_service_kill/kubelet_service_kill.yml:34
details => {"changed": true, "cmd": "echo $(mktemp) | cut -d '.' -f 2 | cut -c -6", "delta": "0:00:00.651538", "end": "2020-06-19 08:32:30.888527", "rc": 0, "start": "2020-06-19 08:32:30.236989", "stderr": "", "stderr_lines": [], "stdout": "KcfEss", "stdout_lines": ["KcfEss"]}

2020-06-19 08:32:30.991655 Step: set_fact
task path: /chaoslib/litmus/kubelet_service_kill/kubelet_service_kill.yml:38
details => {"ansible_facts": {"run_id": "kcfess"}, "changed": false}
included: /utils/common/generate-kubernetes-chaos-events.yml for 127.0.0.1

2020-06-19 08:32:31.923999 Step: [Event]: Obtain the current date in ISO8601 format
task path: /utils/common/generate-kubernetes-chaos-events.yml:1
details => {"changed": true, "cmd": "date --iso-8601=seconds", "delta": "0:00:00.676100", "end": "2020-06-19 08:32:31.901727", "rc": 0, "start": "2020-06-19 08:32:31.225627", "stderr": "", "stderr_lines": [], "stdout": "2020-06-19T08:32:31+00:00", "stdout_lines": ["2020-06-19T08:32:31+00:00"]}

2020-06-19 08:32:31.988213 Step: set_fact
task path: /utils/common/generate-kubernetes-chaos-events.yml:5
details => {"ansible_facts": {"ts": "2020-06-19T08:32:31Z"}, "changed": false}

2020-06-19 08:32:32.820122 Step: [Event]: Creating a ChaosInject event in the chaosengine
task path: /utils/common/generate-kubernetes-chaos-events.yml:8
details => {"changed": true, "method": "patch", "result": {"apiVersion": "v1", "count": 1, "eventTime": null, "firstTimestamp": "2020-06-19T08:32:31Z", "involvedObject": {"apiVersion": "litmuschaos.io/v1alpha1", "kind": "ChaosEngine", "name": "nginx-chaos", "namespace": "default", "uid": "3ad073db-b207-11ea-8f84-42010a8000b7"}, "kind": "Event", "lastTimestamp": "2020-06-19T08:32:31Z", "message": "Injecting kubelet-service-kill chaos on gke-cluster-1-default-pool-c4948ac3-mgkd node", "metadata": {"creationTimestamp": "2020-06-19T08:24:36Z", "name": "event-"ChaosInject"", "namespace": "default", "resourceVersion": "646", "selfLink": "/api/v1/namespaces/default/events/event-%22ChaosInject%22", "uid": "4ff6513c-b206-11ea-8f84-42010a8000b7"}, "reason": "ChaosInject", "reportingComponent": "", "reportingInstance": "", "source": {"component": "kubelet-service-kill-sid0yt-b7bgv"}, "type": "Normal"}}

2020-06-19 08:32:33.133193 Step: [Prepare]: Patch the run_id to kubelet service kill helper pod template
task path: /chaoslib/litmus/kubelet_service_kill/kubelet_service_kill.yml:51
details => {"changed": true, "checksum": "210e91453b6eef9735e5585cc4428940f909700a", "dest": "/tmp/kubelet-service-kill.yml", "gid": 0, "group": "root", "md5sum": "be4060b925434ca73fdce1382e4c4181", "mode": "0644", "owner": "root", "size": 872, "src": "/tmp/ansible-tmp-1592555552.88-224510598118487/source", "state": "file", "uid": 0}

2020-06-19 08:32:33.190379 Step: set_fact
task path: /chaoslib/litmus/kubelet_service_kill/kubelet_service_kill.yml:59
details => {"ansible_facts": {"pod_running_status": ""}, "changed": false}
included: /utils/common/create_chaos_pod.yml for 127.0.0.1 => (item=1)
included: /utils/common/create_chaos_pod.yml for 127.0.0.1 => (item=2)
included: /utils/common/create_chaos_pod.yml for 127.0.0.1 => (item=3)

2020-06-19 08:32:34.539089 Step: [Inject]: Creating the chaos pod in default namespace
task path: /utils/common/create_chaos_pod.yml:3
details => {"changed": true, "cmd": "kubectl apply -f /tmp/kubelet-service-kill.yml -n default", "delta": "0:00:00.932836", "end": "2020-06-19 08:32:34.511961", "rc": 0, "start": "2020-06-19 08:32:33.579125", "stderr": "", "stderr_lines": [], "stdout": "pod/service-kill-kcfess created", "stdout_lines": ["pod/service-kill-kcfess created"]}
FAILED - RETRYING: [Status]: Checking the running status of the chaos pod (90 retries left).
FAILED - RETRYING: [Status]: Checking the running status of the chaos pod (89 retries left).
FAILED - RETRYING: [Status]: Checking the running status of the chaos pod (88 retries left).
FAILED - RETRYING: [Status]: Checking the running status of the chaos pod (87 retries left).

2020-06-19 08:32:47.450166 Step: [Status]: Checking the running status of the chaos pod
task path: /utils/common/create_chaos_pod.yml:10
details => {"attempts": 5, "changed": true, "cmd": "kubectl get pods -l name=service-kill-kcfess -n default -o custom-columns=:.status.phase --no-headers", "delta": "0:00:00.779221", "end": "2020-06-19 08:32:47.423488", "rc": 0, "start": "2020-06-19 08:32:46.644267", "stderr": "", "stderr_lines": [], "stdout": "Running", "stdout_lines": ["Running"]}

2020-06-19 08:32:47.595659 Step: [Record]: Mark the creation of chaos pod successfully
task path: /utils/common/create_chaos_pod.yml:43
details => {"ansible_facts": {"pod_running_status": "Running"}, "changed": false}
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (90 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (89 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (88 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (87 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (86 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (85 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (84 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (83 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (82 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (81 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (80 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (79 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (78 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (77 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (76 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (75 retries left).

2020-06-19 08:33:35.505913 Step: [Status]: Waiting for node to get in NotReady state
task path: /chaoslib/litmus/kubelet_service_kill/kubelet_service_kill.yml:77
details => {"attempts": 17, "changed": true, "cmd": "kubectl get nodes gke-cluster-1-default-pool-c4948ac3-mgkd --no-headers | awk '{print$2}'", "delta": "0:00:00.724372", "end": "2020-06-19 08:33:35.480507", "rc": 0, "start": "2020-06-19 08:33:34.756135", "stderr": "", "stderr_lines": [], "stdout": "NotReady", "stdout_lines": ["NotReady"]}
udit@ubuntu ~/g/s/g/l/c/c/g/kubelet-service-kill> kubectl logs -f kubelet-service-kill-sid0yt-b7bgv
ansible-playbook 2.7.3
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/local/lib/python2.7/dist-packages/ansible
executable location = /usr/local/bin/ansible-playbook
python version = 2.7.15+ (default, Oct 7 2019, 17:39:04) [GCC 7.4.0]
Using /etc/ansible/ansible.cfg as config file
/etc/ansible/hosts did not meet host_list requirements, check plugin documentation if this is unexpected
/etc/ansible/hosts did not meet script requirements, check plugin documentation if this is unexpected
statically imported: /experiments/generic/kubelet_service_kill/kubelet_service_kill_ansible_prerequisites.yml

2020-06-19 08:32:12.831394 PLAYBOOK: kubelet_service_kill_ansible_logic.yml
1 plays in ./experiments/generic/kubelet_service_kill/kubelet_service_kill_ansible_logic.yml

2020-06-19 08:32:12.992690 ************ BRACE YOURSELF, EXPERIMENT BEGINS! ************

2020-06-19 08:32:19.010112 Step: Gathering Facts
task path: /experiments/generic/kubelet_service_kill/kubelet_service_kill_ansible_logic.yml:2
META: ran handlers

2020-06-19 08:32:19.626314 Step: [PreReq] Identify the chaos util for kubelet-service-kill experiment
task path: /experiments/generic/kubelet_service_kill/kubelet_service_kill_ansible_prerequisites.yml:1
details => {"changed": true, "checksum": "2d76d919fa3c20d76eff0b8e3148897f4319c491", "dest": "/tmp/chaosutil.yml", "gid": 0, "group": "root", "md5sum": "c855258e0f920687b5ce930bafa965a7", "mode": "0644", "owner": "root", "size": 73, "src": "/tmp/ansible-tmp-1592555539.08-41863646557233/source", "state": "file", "uid": 0}

2020-06-19 08:32:19.694835 Step: [PreReq]: Including the chaos util for the kubelet-service-kill experiment
task path: /experiments/generic/kubelet_service_kill/kubelet_service_kill_ansible_logic.yml:27
details => {"ansible_facts": {"c_util": "/chaoslib/litmus/kubelet_service_kill/kubelet_service_kill.yml"}, "ansible_included_var_files": ["/tmp/chaosutil.yml"], "changed": false}

2020-06-19 08:32:19.760212 Step: [PreReq]: Constructing the chaos result name
task path: /experiments/generic/kubelet_service_kill/kubelet_service_kill_ansible_logic.yml:32
details => {"ansible_facts": {"c_result": "nginx-chaos-kubelet-service-kill"}, "changed": false}
included: /utils/runtime/update_chaos_result_resource.yml for 127.0.0.1

2020-06-19 08:32:20.202766 Step: [PreReq]: Generate the chaos result CR to reflect SOT (Start of Test)
task path: /utils/runtime/update_chaos_result_resource.yml:3
details => {"changed": true, "checksum": "faaf8218f104a48e294b4534aec01be56be903be", "dest": "/tmp/chaos-result.yml", "gid": 0, "group": "root", "md5sum": "647c5a9231b8a372071df0dd0f2f8f4b", "mode": "0644", "owner": "root", "size": 335, "src": "/tmp/ansible-tmp-1592555539.89-252614453802900/source", "state": "file", "uid": 0}

2020-06-19 08:32:22.224227 Step: [PreReq]: Apply the chaos result CR for kubelet-service-kill experiment
task path: /utils/runtime/update_chaos_result_resource.yml:13
details => {"changed": true, "cmd": "kubectl apply -f /tmp/chaos-result.yml -n default", "delta": "0:00:01.596486", "end": "2020-06-19 08:32:22.157432", "failed_when_result": false, "rc": 0, "start": "2020-06-19 08:32:20.560946", "stderr": "", "stderr_lines": [], "stdout": "chaosresult.litmuschaos.io/nginx-chaos-kubelet-service-kill configured", "stdout_lines": ["chaosresult.litmuschaos.io/nginx-chaos-kubelet-service-kill configured"]}

2020-06-19 08:32:22.409813 Step: [Info]: Display the application information passed via the test job
task path: /experiments/generic/kubelet_service_kill/kubelet_service_kill_ansible_logic.yml:45
details => {
"msg": [
"The application info is as follows:",
"Namespace : default",
"Label : app=nginx",
"Ramp Time : "
]
}
included: /utils/common/status_app_pod.yml for 127.0.0.1

2020-06-19 08:32:23.407484 Step: [Status]: Checking whether application pods are in running state
task path: /utils/common/status_app_pod.yml:2
details => {"attempts": 1, "changed": true, "cmd": "kubectl get pods -n default -l app=nginx -o custom-columns=:.status.phase --no-headers", "delta": "0:00:00.725132", "end": "2020-06-19 08:32:23.378373", "rc": 0, "start": "2020-06-19 08:32:22.653241", "stderr": "", "stderr_lines": [], "stdout": "Running", "stdout_lines": ["Running"]}

2020-06-19 08:32:24.387588 Step: [Status]: Checking whether application containers are in running state
task path: /utils/common/status_app_pod.yml:9
details => {"attempts": 1, "changed": true, "cmd": "kubectl get pod -n default -l app=nginx --no-headers -o jsonpath='{.items[].status.containerStatuses[].ready}' | tr ' ' '\n' | uniq", "delta": "0:00:00.765682", "end": "2020-06-19 08:32:24.359602", "rc": 0, "start": "2020-06-19 08:32:23.593920", "stderr": "", "stderr_lines": [], "stdout": "true", "stdout_lines": ["true"]}
included: /utils/common/generate-kubernetes-chaos-events.yml for 127.0.0.1

2020-06-19 08:32:25.429693 Step: [Event]: Obtain the current date in ISO8601 format
task path: /utils/common/generate-kubernetes-chaos-events.yml:1
details => {"changed": true, "cmd": "date --iso-8601=seconds", "delta": "0:00:00.643453", "end": "2020-06-19 08:32:25.405709", "rc": 0, "start": "2020-06-19 08:32:24.762256", "stderr": "", "stderr_lines": [], "stdout": "2020-06-19T08:32:25+00:00", "stdout_lines": ["2020-06-19T08:32:25+00:00"]}

2020-06-19 08:32:25.508634 Step: set_fact
task path: /utils/common/generate-kubernetes-chaos-events.yml:5
details => {"ansible_facts": {"ts": "2020-06-19T08:32:25Z"}, "changed": false}

2020-06-19 08:32:27.890151 Step: [Event]: Creating a PreChaosCheck event in the chaosengine
task path: /utils/common/generate-kubernetes-chaos-events.yml:8
details => {"changed": true, "method": "patch", "result": {"apiVersion": "v1", "count": 1, "eventTime": null, "firstTimestamp": "2020-06-19T08:32:25Z", "involvedObject": {"apiVersion": "litmuschaos.io/v1alpha1", "kind": "ChaosEngine", "name": "nginx-chaos", "namespace": "default", "uid": "3ad073db-b207-11ea-8f84-42010a8000b7"}, "kind": "Event", "lastTimestamp": "2020-06-19T08:32:25Z", "message": "AUT is Running successfully", "metadata": {"creationTimestamp": "2020-06-19T08:24:31Z", "name": "event-"PreChaosCheck"", "namespace": "default", "resourceVersion": "645", "selfLink": "/api/v1/namespaces/default/events/event-%22PreChaosCheck%22", "uid": "4d04c7d5-b206-11ea-8f84-42010a8000b7"}, "reason": "PreChaosCheck", "reportingComponent": "", "reportingInstance": "", "source": {"component": "kubelet-service-kill-sid0yt-b7bgv"}, "type": "Normal"}}
included: /chaoslib/litmus/kubelet_service_kill/kubelet_service_kill.yml for 127.0.0.1

2020-06-19 08:32:28.977304 Step: [Prepare]: Select the application pod name
task path: /chaoslib/litmus/kubelet_service_kill/kubelet_service_kill.yml:6
details => {"changed": true, "cmd": "kubectl get pod -l app=nginx -n default -o=custom-columns=:metadata.name --no-headers | shuf | head -1", "delta": "0:00:00.772223", "end": "2020-06-19 08:32:28.953762", "rc": 0, "start": "2020-06-19 08:32:28.181539", "stderr": "", "stderr_lines": [], "stdout": "nginx-7db9fccd9b-mlm96", "stdout_lines": ["nginx-7db9fccd9b-mlm96"]}

2020-06-19 08:32:29.045767 Step: [Prepare]: Recording the application pod name
task path: /chaoslib/litmus/kubelet_service_kill/kubelet_service_kill.yml:15
details => {"ansible_facts": {"app_pod": "nginx-7db9fccd9b-mlm96"}, "changed": false}

2020-06-19 08:32:29.989981 Step: [Prepare]: Identify the application node name
task path: /chaoslib/litmus/kubelet_service_kill/kubelet_service_kill.yml:21
details => {"changed": true, "cmd": "kubectl get pod nginx-7db9fccd9b-mlm96 -n default --no-headers -o custom-columns=:spec.nodeName", "delta": "0:00:00.738826", "end": "2020-06-19 08:32:29.967597", "rc": 0, "start": "2020-06-19 08:32:29.228771", "stderr": "", "stderr_lines": [], "stdout": "gke-cluster-1-default-pool-c4948ac3-mgkd", "stdout_lines": ["gke-cluster-1-default-pool-c4948ac3-mgkd"]}

2020-06-19 08:32:30.060675 Step: [Prepare]: Record the application node name
task path: /chaoslib/litmus/kubelet_service_kill/kubelet_service_kill.yml:29
details => {"ansible_facts": {"app_node": "gke-cluster-1-default-pool-c4948ac3-mgkd"}, "changed": false}

2020-06-19 08:32:30.911686 Step: [Prepare:] Generate a run id if not passed from the engine/experiment
task path: /chaoslib/litmus/kubelet_service_kill/kubelet_service_kill.yml:34
details => {"changed": true, "cmd": "echo $(mktemp) | cut -d '.' -f 2 | cut -c -6", "delta": "0:00:00.651538", "end": "2020-06-19 08:32:30.888527", "rc": 0, "start": "2020-06-19 08:32:30.236989", "stderr": "", "stderr_lines": [], "stdout": "KcfEss", "stdout_lines": ["KcfEss"]}

2020-06-19 08:32:30.991655 Step: set_fact
task path: /chaoslib/litmus/kubelet_service_kill/kubelet_service_kill.yml:38
details => {"ansible_facts": {"run_id": "kcfess"}, "changed": false}
included: /utils/common/generate-kubernetes-chaos-events.yml for 127.0.0.1

2020-06-19 08:32:31.923999 Step: [Event]: Obtain the current date in ISO8601 format
task path: /utils/common/generate-kubernetes-chaos-events.yml:1
details => {"changed": true, "cmd": "date --iso-8601=seconds", "delta": "0:00:00.676100", "end": "2020-06-19 08:32:31.901727", "rc": 0, "start": "2020-06-19 08:32:31.225627", "stderr": "", "stderr_lines": [], "stdout": "2020-06-19T08:32:31+00:00", "stdout_lines": ["2020-06-19T08:32:31+00:00"]}

2020-06-19 08:32:31.988213 Step: set_fact
task path: /utils/common/generate-kubernetes-chaos-events.yml:5
details => {"ansible_facts": {"ts": "2020-06-19T08:32:31Z"}, "changed": false}

2020-06-19 08:32:32.820122 Step: [Event]: Creating a ChaosInject event in the chaosengine
task path: /utils/common/generate-kubernetes-chaos-events.yml:8
details => {"changed": true, "method": "patch", "result": {"apiVersion": "v1", "count": 1, "eventTime": null, "firstTimestamp": "2020-06-19T08:32:31Z", "involvedObject": {"apiVersion": "litmuschaos.io/v1alpha1", "kind": "ChaosEngine", "name": "nginx-chaos", "namespace": "default", "uid": "3ad073db-b207-11ea-8f84-42010a8000b7"}, "kind": "Event", "lastTimestamp": "2020-06-19T08:32:31Z", "message": "Injecting kubelet-service-kill chaos on gke-cluster-1-default-pool-c4948ac3-mgkd node", "metadata": {"creationTimestamp": "2020-06-19T08:24:36Z", "name": "event-"ChaosInject"", "namespace": "default", "resourceVersion": "646", "selfLink": "/api/v1/namespaces/default/events/event-%22ChaosInject%22", "uid": "4ff6513c-b206-11ea-8f84-42010a8000b7"}, "reason": "ChaosInject", "reportingComponent": "", "reportingInstance": "", "source": {"component": "kubelet-service-kill-sid0yt-b7bgv"}, "type": "Normal"}}

2020-06-19 08:32:33.133193 Step: [Prepare]: Patch the run_id to kubelet service kill helper pod template
task path: /chaoslib/litmus/kubelet_service_kill/kubelet_service_kill.yml:51
details => {"changed": true, "checksum": "210e91453b6eef9735e5585cc4428940f909700a", "dest": "/tmp/kubelet-service-kill.yml", "gid": 0, "group": "root", "md5sum": "be4060b925434ca73fdce1382e4c4181", "mode": "0644", "owner": "root", "size": 872, "src": "/tmp/ansible-tmp-1592555552.88-224510598118487/source", "state": "file", "uid": 0}

2020-06-19 08:32:33.190379 Step: set_fact
task path: /chaoslib/litmus/kubelet_service_kill/kubelet_service_kill.yml:59
details => {"ansible_facts": {"pod_running_status": ""}, "changed": false}
included: /utils/common/create_chaos_pod.yml for 127.0.0.1 => (item=1)
included: /utils/common/create_chaos_pod.yml for 127.0.0.1 => (item=2)
included: /utils/common/create_chaos_pod.yml for 127.0.0.1 => (item=3)

2020-06-19 08:32:34.539089 Step: [Inject]: Creating the chaos pod in default namespace
task path: /utils/common/create_chaos_pod.yml:3
details => {"changed": true, "cmd": "kubectl apply -f /tmp/kubelet-service-kill.yml -n default", "delta": "0:00:00.932836", "end": "2020-06-19 08:32:34.511961", "rc": 0, "start": "2020-06-19 08:32:33.579125", "stderr": "", "stderr_lines": [], "stdout": "pod/service-kill-kcfess created", "stdout_lines": ["pod/service-kill-kcfess created"]}
FAILED - RETRYING: [Status]: Checking the running status of the chaos pod (90 retries left).
FAILED - RETRYING: [Status]: Checking the running status of the chaos pod (89 retries left).
FAILED - RETRYING: [Status]: Checking the running status of the chaos pod (88 retries left).
FAILED - RETRYING: [Status]: Checking the running status of the chaos pod (87 retries left).

2020-06-19 08:32:47.450166 Step: [Status]: Checking the running status of the chaos pod
task path: /utils/common/create_chaos_pod.yml:10
details => {"attempts": 5, "changed": true, "cmd": "kubectl get pods -l name=service-kill-kcfess -n default -o custom-columns=:.status.phase --no-headers", "delta": "0:00:00.779221", "end": "2020-06-19 08:32:47.423488", "rc": 0, "start": "2020-06-19 08:32:46.644267", "stderr": "", "stderr_lines": [], "stdout": "Running", "stdout_lines": ["Running"]}

2020-06-19 08:32:47.595659 Step: [Record]: Mark the creation of chaos pod successfully
task path: /utils/common/create_chaos_pod.yml:43
details => {"ansible_facts": {"pod_running_status": "Running"}, "changed": false}
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (90 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (89 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (88 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (87 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (86 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (85 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (84 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (83 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (82 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (81 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (80 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (79 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (78 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (77 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (76 retries left).
FAILED - RETRYING: [Status]: Waiting for node to get in NotReady state (75 retries left).

2020-06-19 08:33:35.505913 Step: [Status]: Waiting for node to get in NotReady state
task path: /chaoslib/litmus/kubelet_service_kill/kubelet_service_kill.yml:77
details => {"attempts": 17, "changed": true, "cmd": "kubectl get nodes gke-cluster-1-default-pool-c4948ac3-mgkd --no-headers | awk '{print$2}'", "delta": "0:00:00.724372", "end": "2020-06-19 08:33:35.480507", "rc": 0, "start": "2020-06-19 08:33:34.756135", "stderr": "", "stderr_lines": [], "stdout": "NotReady", "stdout_lines": ["NotReady"]}

2020-06-19 08:35:05.995800 Step: [Wait]: Wait for the chaos duration of 90s
task path: /chaoslib/litmus/kubelet_service_kill/kubelet_service_kill.yml:87
details => {"changed": false, "elapsed": 90, "path": null, "port": null, "search_regex": null, "state": "started"}

2020-06-19 08:35:06.953790 Step: [Status]: Checking the node status after chaos
task path: /chaoslib/litmus/kubelet_service_kill/kubelet_service_kill.yml:91
details => {"attempts": 1, "changed": true, "cmd": "kubectl get nodes gke-cluster-1-default-pool-c4948ac3-mgkd --no-headers | awk '{print$2}'", "delta": "0:00:00.736913", "end": "2020-06-19 08:35:06.925655", "rc": 0, "start": "2020-06-19 08:35:06.188742", "stderr": "", "stderr_lines": [], "stdout": "Ready", "stdout_lines": ["Ready"]}

2020-06-19 08:35:07.883780 Step: [CleanUP]: Tear down service kill infra
task path: /chaoslib/litmus/kubelet_service_kill/kubelet_service_kill.yml:101
details => {"changed": true, "cmd": "kubectl delete -f /tmp/kubelet-service-kill.yml -n default", "delta": "0:00:00.737039", "end": "2020-06-19 08:35:07.858781", "rc": 0, "start": "2020-06-19 08:35:07.121742", "stderr": "", "stderr_lines": [], "stdout": "pod "service-kill-kcfess" deleted", "stdout_lines": ["pod "service-kill-kcfess" deleted"]}

2020-06-19 08:35:08.867004 Step: [Status]: Confirm that the svc chaos helper pod is teminated successfully
task path: /chaoslib/litmus/kubelet_service_kill/kubelet_service_kill.yml:108
details => {"attempts": 1, "changed": true, "cmd": "kubectl get pod -l name=service-kill-kcfess --no-headers -o custom-columns=:status.phase -n default | sort | uniq", "delta": "0:00:00.770120", "end": "2020-06-19 08:35:08.835008", "rc": 0, "start": "2020-06-19 08:35:08.064888", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
included: /utils/common/status_app_pod.yml for 127.0.0.1

2020-06-19 08:35:09.883364 Step: [Status]: Checking whether application pods are in running state
task path: /utils/common/status_app_pod.yml:2
details => {"attempts": 1, "changed": true, "cmd": "kubectl get pods -n default -l app=nginx -o custom-columns=:.status.phase --no-headers", "delta": "0:00:00.719440", "end": "2020-06-19 08:35:09.855434", "rc": 0, "start": "2020-06-19 08:35:09.135994", "stderr": "", "stderr_lines": [], "stdout": "Running", "stdout_lines": ["Running"]}

2020-06-19 08:35:10.848183 Step: [Status]: Checking whether application containers are in running state
task path: /utils/common/status_app_pod.yml:9
details => {"attempts": 1, "changed": true, "cmd": "kubectl get pod -n default -l app=nginx --no-headers -o jsonpath='{.items[].status.containerStatuses[].ready}' | tr ' ' '\n' | uniq", "delta": "0:00:00.752447", "end": "2020-06-19 08:35:10.818602", "rc": 0, "start": "2020-06-19 08:35:10.066155", "stderr": "", "stderr_lines": [], "stdout": "true", "stdout_lines": ["true"]}
included: /utils/common/generate-kubernetes-chaos-events.yml for 127.0.0.1

2020-06-19 08:35:12.031165 Step: [Event]: Obtain the current date in ISO8601 format
task path: /utils/common/generate-kubernetes-chaos-events.yml:1
details => {"changed": true, "cmd": "date --iso-8601=seconds", "delta": "0:00:00.674626", "end": "2020-06-19 08:35:12.005419", "rc": 0, "start": "2020-06-19 08:35:11.330793", "stderr": "", "stderr_lines": [], "stdout": "2020-06-19T08:35:12+00:00", "stdout_lines": ["2020-06-19T08:35:12+00:00"]}

2020-06-19 08:35:12.114943 Step: set_fact
task path: /utils/common/generate-kubernetes-chaos-events.yml:5
details => {"ansible_facts": {"ts": "2020-06-19T08:35:12Z"}, "changed": false}

2020-06-19 08:35:13.027331 Step: [Event]: Creating a PostChaosCheck event in the chaosengine
task path: /utils/common/generate-kubernetes-chaos-events.yml:8
details => {"changed": true, "method": "create", "result": {"apiVersion": "v1", "count": 1, "eventTime": null, "firstTimestamp": "2020-06-19T08:35:12Z", "involvedObject": {"apiVersion": "litmuschaos.io/v1alpha1", "kind": "ChaosEngine", "name": "nginx-chaos", "namespace": "default", "uid": "3ad073db-b207-11ea-8f84-42010a8000b7"}, "kind": "Event", "lastTimestamp": "2020-06-19T08:35:12Z", "message": "AUT is Running successfully", "metadata": {"creationTimestamp": "2020-06-19T08:35:12Z", "name": "event-"PostChaosCheck"", "namespace": "default", "resourceVersion": "665", "selfLink": "/api/v1/namespaces/default/events/event-%22PostChaosCheck%22", "uid": "cb104cd4-b207-11ea-8f84-42010a8000b7"}, "reason": "PostChaosCheck", "reportingComponent": "", "reportingInstance": "", "source": {"component": "kubelet-service-kill-sid0yt-b7bgv"}, "type": "Normal"}}

2020-06-19 08:35:13.101357 Step: set_fact
task path: /experiments/generic/kubelet_service_kill/kubelet_service_kill_ansible_logic.yml:130
details => {"ansible_facts": {"flag": "Pass"}, "changed": false}

2020-06-19 08:35:13.271724 Step: [Result]: Getting the final result of kubelet-service-kill experiment
task path: /experiments/generic/kubelet_service_kill/kubelet_service_kill_ansible_logic.yml:133
details => {
"msg": "kubelet-service-kill experiment has been Passed"
}
included: /utils/runtime/getting_failure_step.yml for 127.0.0.1

2020-06-19 08:35:13.785771 Step: [Failure-Detection]: Recording the name of failed step
task path: /utils/runtime/getting_failure_step.yml:44
details => {"ansible_facts": {"failStep": "N/A"}, "changed": false}
included: /utils/common/generate-kubernetes-chaos-events.yml for 127.0.0.1

2020-06-19 08:35:14.700080 Step: [Event]: Obtain the current date in ISO8601 format
task path: /utils/common/generate-kubernetes-chaos-events.yml:1
details => {"changed": true, "cmd": "date --iso-8601=seconds", "delta": "0:00:00.615957", "end": "2020-06-19 08:35:14.646682", "rc": 0, "start": "2020-06-19 08:35:14.030725", "stderr": "", "stderr_lines": [], "stdout": "2020-06-19T08:35:14+00:00", "stdout_lines": ["2020-06-19T08:35:14+00:00"]}

2020-06-19 08:35:14.784926 Step: set_fact
task path: /utils/common/generate-kubernetes-chaos-events.yml:5
details => {"ansible_facts": {"ts": "2020-06-19T08:35:14Z"}, "changed": false}

2020-06-19 08:35:15.703119 Step: [Event]: Creating a Summary event in the chaosengine
task path: /utils/common/generate-kubernetes-chaos-events.yml:8
details => {"changed": true, "method": "patch", "result": {"apiVersion": "v1", "count": 1, "eventTime": null, "firstTimestamp": "2020-06-19T08:35:14Z", "involvedObject": {"apiVersion": "litmuschaos.io/v1alpha1", "kind": "ChaosEngine", "name": "nginx-chaos", "namespace": "default", "uid": "3ad073db-b207-11ea-8f84-42010a8000b7"}, "kind": "Event", "lastTimestamp": "2020-06-19T08:35:14Z", "message": "kubelet-service-kill Experiment Passed!", "metadata": {"creationTimestamp": "2020-06-19T08:24:42Z", "name": "event-"Summary"", "namespace": "default", "resourceVersion": "666", "selfLink": "/api/v1/namespaces/default/events/event-%22Summary%22", "uid": "53039d37-b206-11ea-8f84-42010a8000b7"}, "reason": "Summary", "reportingComponent": "", "reportingInstance": "", "source": {"component": "kubelet-service-kill-sid0yt-b7bgv"}, "type": "Normal"}}
included: /utils/runtime/update_chaos_result_resource.yml for 127.0.0.1

2020-06-19 08:35:16.851924 Step: [Result]: Update the chaos result CR to reflect EOT (End of Test)
task path: /utils/runtime/update_chaos_result_resource.yml:23
details => {"changed": true, "checksum": "87a1222c5ddea2be7053f005d63ae84718dddb2a", "dest": "/tmp/chaos-result.yml", "gid": 0, "group": "root", "md5sum": "47c48cd04a72104b7d9278e27a9a8cef", "mode": "0644", "owner": "root", "size": 354, "src": "/tmp/ansible-tmp-1592555715.94-185144288341089/source", "state": "file", "uid": 0}

2020-06-19 08:35:17.984414 Step: [The END]: Apply the chaos result CR for kubelet-service-kill experiment
task path: /utils/runtime/update_chaos_result_resource.yml:33
details => {"changed": true, "cmd": "kubectl apply -f /tmp/chaos-result.yml -n default", "delta": "0:00:00.921056", "end": "2020-06-19 08:35:17.957510", "failed_when_result": false, "rc": 0, "start": "2020-06-19 08:35:17.036454", "stderr": "", "stderr_lines": [], "stdout": "chaosresult.litmuschaos.io/nginx-chaos-kubelet-service-kill configured", "stdout_lines": ["chaosresult.litmuschaos.io/nginx-chaos-kubelet-service-kill configured"]}
META: ran handlers
META: ran handlers

2020-06-19 08:35:17.997561 ************ RELAX, EXPERIMENT ENDS! ************
127.0.0.1 : ok=57 changed=27 unreachable=0 failed=0

@uditgaurav uditgaurav changed the title bug(indentation): Fix the indentation in kubelet service kill experiment j2 file Bug(indentation): Fix the indentation in kubelet service kill experiment j2 file Jun 19, 2020
@uditgaurav uditgaurav self-assigned this Jun 19, 2020
@ksatchit
Copy link
Member

/merge

@github-actions github-actions bot added the merge label Jun 19, 2020
@probot-auto-merge probot-auto-merge bot merged commit 44f3ebd into litmuschaos:master Jun 19, 2020
@uditgaurav uditgaurav deleted the fix-kubelet-kill-experiment branch June 19, 2020 10:26
ksatchit pushed a commit that referenced this pull request Jul 9, 2020
…ent (#1581)

Signed-off-by: Udit Gaurav <uditgaurav@gmail.com>
ksatchit pushed a commit that referenced this pull request Jul 9, 2020
…s of litmus repo (#1682)

* (chore)releases: updated release artefacts (#1552)

Signed-off-by: ksatchit <karthik.s@mayadata.io>

* (chore)roadmap: add item for litmus portal (#1553)

Signed-off-by: ksatchit <karthik.s@mayadata.io>

* Add merge label and auto-merge feature in gihtub actions (#1556)

Signed-off-by: Udit Gaurav <uditgaurav@gmail.com>

* refactor(readme): Add more details in pod network corruption readme (#1555)

* refactor(readme): Add more details in ood network corruption readme

Signed-off-by: Udit Gaurav <uditgaurav@gmail.com>

* Update experiments/generic/pod_network_corruption/README.md

Co-authored-by: Karthik Satchitanand <karthik.s@mayadata.io>

Co-authored-by: Karthik Satchitanand <karthik.s@mayadata.io>

* refactor(experiment): Add pod memory hog default memory consumption (#1576)

Signed-off-by: Udit Gaurav <uditgaurav@gmail.com>

* bug(indentation): Fix the indentation in kubelet service kill experiment (#1581)

Signed-off-by: Udit Gaurav <uditgaurav@gmail.com>

* (chore)roadmap: update availability of scaffold scripts to generate experiment code (#1584)

Signed-off-by: ksatchit <karthik.s@mayadata.io>

* (chore): update schematic representation of litmus arch (#1589)

* (chore): update schematic representation of litmus arch

Signed-off-by: ksatchit <karthik.s@mayadata.io>

* (refactor)demo: add an updated demo video

Signed-off-by: ksatchit <karthik.s@mayadata.io>

* (chore)governance: update maintainer email IDs (#1599)

Signed-off-by: ksatchit <karthik.s@mayadata.io>

* (chore)content: add folder to discuss chaos engg (#1619)

Signed-off-by: ksatchit <karthik.s@mayadata.io>

* Update the backlog in Roadmap with IO-Chaos

* Stopped CircleCi Build for master branch (#1625)

* Stopped CircleCi Build for master

Signed-off-by: gdsoumya <gdsoumya@gmail.com>

* Update config.yml

* Update config.yml

* Update config.yml

* Update config.yml

* Update config.yml

* (chore)roadmap: add backlog item on chaos workflows for application benchmarks (#1626)

Signed-off-by: ksatchit <karthik.s@mayadata.io>

* (chore)ci: inhibit push of ansible-runner image from litmus (#1660)

Signed-off-by: ksatchit <karthik.s@mayadata.io>

Co-authored-by: UDIT GAURAV <35391335+uditgaurav@users.noreply.github.com>
Co-authored-by: Uma Mukkara <uma@mayadata.io>
Co-authored-by: Soumya Ghosh Dastidar <44349253+gdsoumya@users.noreply.github.com>
tan-nhu pushed a commit to tan-nhu/litmus that referenced this pull request Mar 15, 2024
…s of litmus repo (litmuschaos#1682)

* (chore)releases: updated release artefacts (litmuschaos#1552)

Signed-off-by: ksatchit <karthik.s@mayadata.io>

* (chore)roadmap: add item for litmus portal (litmuschaos#1553)

Signed-off-by: ksatchit <karthik.s@mayadata.io>

* Add merge label and auto-merge feature in gihtub actions (litmuschaos#1556)

Signed-off-by: Udit Gaurav <uditgaurav@gmail.com>

* refactor(readme): Add more details in pod network corruption readme (litmuschaos#1555)

* refactor(readme): Add more details in ood network corruption readme

Signed-off-by: Udit Gaurav <uditgaurav@gmail.com>

* Update experiments/generic/pod_network_corruption/README.md

Co-authored-by: Karthik Satchitanand <karthik.s@mayadata.io>

Co-authored-by: Karthik Satchitanand <karthik.s@mayadata.io>

* refactor(experiment): Add pod memory hog default memory consumption (litmuschaos#1576)

Signed-off-by: Udit Gaurav <uditgaurav@gmail.com>

* bug(indentation): Fix the indentation in kubelet service kill experiment (litmuschaos#1581)

Signed-off-by: Udit Gaurav <uditgaurav@gmail.com>

* (chore)roadmap: update availability of scaffold scripts to generate experiment code (litmuschaos#1584)

Signed-off-by: ksatchit <karthik.s@mayadata.io>

* (chore): update schematic representation of litmus arch (litmuschaos#1589)

* (chore): update schematic representation of litmus arch

Signed-off-by: ksatchit <karthik.s@mayadata.io>

* (refactor)demo: add an updated demo video

Signed-off-by: ksatchit <karthik.s@mayadata.io>

* (chore)governance: update maintainer email IDs (litmuschaos#1599)

Signed-off-by: ksatchit <karthik.s@mayadata.io>

* (chore)content: add folder to discuss chaos engg (litmuschaos#1619)

Signed-off-by: ksatchit <karthik.s@mayadata.io>

* Update the backlog in Roadmap with IO-Chaos

* Stopped CircleCi Build for master branch (litmuschaos#1625)

* Stopped CircleCi Build for master

Signed-off-by: gdsoumya <gdsoumya@gmail.com>

* Update config.yml

* Update config.yml

* Update config.yml

* Update config.yml

* Update config.yml

* (chore)roadmap: add backlog item on chaos workflows for application benchmarks (litmuschaos#1626)

Signed-off-by: ksatchit <karthik.s@mayadata.io>

* (chore)ci: inhibit push of ansible-runner image from litmus (litmuschaos#1660)

Signed-off-by: ksatchit <karthik.s@mayadata.io>

Co-authored-by: UDIT GAURAV <35391335+uditgaurav@users.noreply.github.com>
Co-authored-by: Uma Mukkara <uma@mayadata.io>
Co-authored-by: Soumya Ghosh Dastidar <44349253+gdsoumya@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[experiment/generic/kubelet-service-kill] error converting YAML to JSON
3 participants