Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake committed Mar 10, 2022
1 parent 88a7f26 commit 29641dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions userdocs/src/usage/managing-nodegroups.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ To ignore eviction rules such as PodDisruptionBudget settings, run:
eksctl drain nodegroup --cluster=<clusterName> --name=<nodegroupName> --disable-eviction
```

To speed up the drain process you can specify `--parallel <value>` for the number of nodes to drain in parallel.

### Nodegroup selection in config files

To perform a create or delete operation on only a subset of the nodegroups specified in a config file, there are two
Expand Down

0 comments on commit 29641dd

Please sign in to comment.