add support for configuring cri-o pids_limit (#7525)

This commit is contained in:
Cristian Calin
2021-04-21 20:55:51 +03:00
committed by GitHub
parent add61868c6
commit 384d30b675
3 changed files with 19 additions and 1 deletions

View File

@@ -81,3 +81,7 @@ crio_add_repos: true
# skopeo need for save/load images when download_run_once=true
skopeo_packages:
- "skopeo"
# Configure the cri-o pids limit, increase this for heavily multi-threaded workloads
# see https://github.com/cri-o/cri-o/issues/1921
crio_pids_limit: 1024