Guest User

Untitled

a guest
Jul 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. $ chaos run experiment.json
  2. [2018-07-18 16:25:27 INFO] Validating the experiment's syntax
  3. [2018-07-18 16:25:28 INFO] Experiment looks valid
  4. [2018-07-18 16:25:28 INFO] Running experiment: My application is resilient to admin-instigated node drainage
  5. [2018-07-18 16:25:28 INFO] Steady state hypothesis: Services are all available and healthy
  6. [2018-07-18 16:25:28 INFO] Probe: application-must-respond-normally
  7. [2018-07-18 16:25:28 INFO] Probe: pods_in_phase
  8. [2018-07-18 16:25:28 INFO] Steady state hypothesis is met!
  9. [2018-07-18 16:25:28 INFO] Action: drain_node
  10. [2018-07-18 16:25:29 ERROR] => failed: chaoslib.exceptions.FailedActivity: Failed to evict pod my-service-6dc649f897-7m72z: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"Cannot evict pod as it would violate the pod's disruption budget.","reason":"TooManyRequests","details":{"causes":[{"reason":"DisruptionBudget","message":"The disruption budget my-app-pdb needs 3 healthy pods and has 3 currently"}]},"code":429}
  11. [2018-07-18 16:25:29 INFO] Steady state hypothesis: Services are all available and healthy
  12. [2018-07-18 16:25:29 INFO] Probe: application-must-respond-normally
  13. [2018-07-18 16:25:29 INFO] Probe: pods_in_phase
  14. [2018-07-18 16:25:29 INFO] Steady state hypothesis is met!
  15. [2018-07-18 16:25:29 INFO] Let's rollback...
  16. [2018-07-18 16:25:29 INFO] Rollback: uncordon_node
  17. [2018-07-18 16:25:29 INFO] Action: uncordon_node
  18. [2018-07-18 16:25:29 INFO] Experiment ended with status: completed
Add Comment
Please, Sign In to add comment