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

Parallel and sequential feature for the node scenario #729

Open
agabriel81 opened this issue Nov 4, 2024 · 0 comments
Open

Parallel and sequential feature for the node scenario #729

agabriel81 opened this issue Nov 4, 2024 · 0 comments
Assignees

Comments

@agabriel81
Copy link

Adds a new feature on the node scenario in order to stop/start multiple nodes (with the same or different labels) in parallel.
Example of stop/start multiple (7) nodes in parallel within the same availability zone (us-east-1), same label:

node-outage:
  action: node_stop_start_scenario
  label-selector: 'node-role.kubernetes.io/zone=us-east-1'
  instance-count: 7
  runs: 1
  parallel: true
  cloud-type: aws
  duration: 60

Example of stop/start multiple (2) nodes in parallel belonging to different labels:

node-outage:
  action: node_stop_start_scenario
  label-selector: [workerpool=stateless, workpool=stateful]
  instance-count-per-label: 2 
  runs: 1
  parellel: true
  cloud-type: aws
  duration: 60
@agabriel81 agabriel81 changed the title Parallel and sequential for the node scenario Parallel and sequential feature for the node scenario Nov 4, 2024
@paigerube14 paigerube14 self-assigned this Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants