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

Fix container scenarios to accept just the signal number for the action #350

Open
chaitanyaenr opened this issue Nov 2, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@chaitanyaenr
Copy link
Collaborator

The current container scenario allows users to pass an action with a command that gets run inside a container, this allows users to potentially run any command vs just passing the kill signal which is the intent. The config should look something like:

scenarios:
- name: "kill etcd container"
  namespace: "openshift-etcd"
  label_selector: "k8s-app=etcd"
  container_name: "etcd"
  action: "1" ( instead of kill 1 )
  count: 1
  retry_wait: 60
@chaitanyaenr
Copy link
Collaborator Author

cc: @tsebastiani

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant