draining node in minikube #264
Replies: 1 comment
-
Hi, please anyone can help me with this. |
Beta Was this translation helpful? Give feedback.
-
Hi, please anyone can help me with this. |
Beta Was this translation helpful? Give feedback.
-
Using Kubernetes context 'default' from config '/home/interns_chaos/.kube/config'
[2022-06-10 13:09:59 DEBUG] [probes:295] Found 0 failed and 0 not ready pods
[2022-06-10 13:09:59 DEBUG] [activity:205] => succeeded with 'True'
[2022-06-10 13:09:59 DEBUG] [init:399] No controls to apply on 'activity'
[2022-06-10 13:09:59 DEBUG] [hypothesis:221] allowed tolerance is True
[2022-06-10 13:09:59 INFO] [hypothesis:231] Steady state hypothesis is met!
[2022-06-10 13:09:59 DEBUG] [init:399] No controls to apply on 'hypothesis'
[2022-06-10 13:09:59 INFO] [run:607] Playing your experiment's method now...
[2022-06-10 13:09:59 DEBUG] [init:399] No controls to apply on 'method'
[2022-06-10 13:09:59 DEBUG] [init:399] No controls to apply on 'activity'
[2022-06-10 13:09:59 INFO] [activity:188] Action: drain-node
[2022-06-10 13:09:59 DEBUG] [python:33] Activity 'drain-node' loaded from '/home/interns_chaos/.local/lib/python3.8/site-packages/chaosk8s/node/actions.py'
[2022-06-10 13:09:59 DEBUG] [init:73] Using Kubernetes context 'default' from config '/home/interns_chaos/.kube/config'
[2022-06-10 13:09:59 DEBUG] [init:73] Using Kubernetes context 'default' from config '/home/interns_chaos/.kube/config'
[2022-06-10 13:09:59 DEBUG] [actions:55] Filtering nodes by label kubernetes.io/hostname=minikube
[2022-06-10 13:09:59 DEBUG] [actions:57] Found 1 nodes
[2022-06-10 13:09:59 DEBUG] [actions:91] Picked nodes 'minikube'
[2022-06-10 13:09:59 DEBUG] [init:73] Using Kubernetes context 'default' from config '/home/interns_chaos/.kube/config'
[2022-06-10 13:09:59 DEBUG] [init:73] Using Kubernetes context 'default' from config '/home/interns_chaos/.kube/config'
[2022-06-10 13:09:59 DEBUG] [actions:51] Filtering nodes by name minikube
[2022-06-10 13:09:59 DEBUG] [actions:53] Found 1 nodes
[2022-06-10 13:09:59 DEBUG] [actions:91] Picked nodes 'minikube'
[2022-06-10 13:09:59 DEBUG] [actions:283] Found 16 pods on node 'minikube'
[2022-06-10 13:09:59 DEBUG] [activity:260] Activity failed
[2022-06-10 13:09:59 ERROR] [activity:213] => failed: TypeError: 'NoneType' object is not iterable
[2022-06-10 13:09:59 INFO] [activity:223] Pausing after activity for 1s...
[2022-06-10 13:10:00 DEBUG] [init:399] No controls to apply on 'activity'
[2022-06-10 13:10:00 DEBUG] [init:399] No controls to apply on 'method'
[2022-06-10 13:10:00 DEBUG] [run:536] Running steady-state hypothesis after the method
[2022-06-10 13:10:00 INFO] [hypothesis:182] Steady state hypothesis: Nodes are indestructible
[2022-06-10 13:10:00 DEBUG] [init:399] No controls to apply on 'hypothesis'
[2022-06-10 13:10:00 DEBUG] [init:399] No controls to apply on 'activity'
[2022-06-10 13:10:00 INFO] [activity:188] Probe: all-apps-are-healthy
[2022-06-10 13:10:00 DEBUG] [python:33] Activity 'all-apps-are-healthy' loaded from '/home/interns_chaos/.local/lib/python3.8/site-packages/chaosk8s/probes.py'
[2022-06-10 13:10:00 WARNING] [init:165] all_microservices_healthy function is DEPRECATED and will be removed in the next releases, please use all_pods_healthy instead
[2022-06-10 13:10:00 DEBUG] [init:73] Using Kubernetes context 'default' from config '/home/interns_chaos/.kube/config'
[2022-06-10 13:10:00 DEBUG] [probes:295] Found 0 failed and 0 not ready pods
[2022-06-10 13:10:00 DEBUG] [activity:205] => succeeded with 'True'
[2022-06-10 13:10:00 DEBUG] [init:399] No controls to apply on 'activity'
[2022-06-10 13:10:00 DEBUG] [hypothesis:221] allowed tolerance is True
[2022-06-10 13:10:00 INFO] [hypothesis:231] Steady state hypothesis is met!
[2022-06-10 13:10:00 DEBUG] [init:399] No controls to apply on 'hypothesis'
[2022-06-10 13:10:00 WARNING] [run:641] Rollbacks were explicitly requested to be played
[2022-06-10 13:10:00 INFO] [run:893] Let's rollback...
[2022-06-10 13:10:00 DEBUG] [init:399] No controls to apply on 'rollback'
[2022-06-10 13:10:00 INFO] [rollback:27] No declared rollbacks, let's move on.
[2022-06-10 13:10:00 DEBUG] [init:399] No controls to apply on 'rollback'
[2022-06-10 13:10:00 INFO] [run:458] Experiment ended with status: completed
[2022-06-10 13:10:00 DEBUG] [init:399] No controls to apply on 'experiment'
[2022-06-10 13:10:00 DEBUG] [init:91] Cleaning up controls
[2022-06-10 13:10:00 DEBUG] [caching:42] Clearing activities cache
Beta Was this translation helpful? Give feedback.
All reactions