Skip to content

Conversation

@ewoutp
Copy link
Contributor

@ewoutp ewoutp commented Mar 30, 2018

This PR introduces a built-in chaos monkey for deployments.
The chaos monkey will kill a random pod at a specified interval with specified probability per interval.
To enable chaos, you must for allow it in the operator (--chaos.allowed=true) and then
enable it in the deployment specification.

  spec:
    chaos: 
      enabled: true

For development builds of the operator, chaos is allowed by default.
For release builds it is disallowed by default.

coordinators:
args:
- --log.level=true
chaos:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Redundant

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed it

@ewoutp ewoutp merged commit 4c1e178 into master Apr 3, 2018
@ewoutp ewoutp deleted the chaos branch April 3, 2018 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants