Skip to content

Commit

Permalink
Merge pull request kubernetes#26132 from haircommander/eviction-pid-bump
Browse files Browse the repository at this point in the history
crio: bump pids limit for eviction test
  • Loading branch information
k8s-ci-robot authored Apr 28, 2022
2 parents 8db0d57 + 8b7641f commit aef9f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/jobs/kubernetes/sig-node/crio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ periodics:
- --scenario=kubernetes_e2e
- -- # end bootstrap args, scenario args below
- --deployment=node
- --env=KUBE_SSH_USER=core
- --env=KUBE_SSH_USER=core CONTAINER_PIDS_LIMIT=-1
- --gcp-project-type=node-e2e-project
- --gcp-zone=us-west1-b
- '--node-test-args=--feature-gates=LocalStorageCapacityIsolation=true --container-runtime-endpoint=unix:///var/run/crio/crio.sock --container-runtime-process-name=/usr/local/bin/crio --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/crio.service --kubelet-cgroups=/system.slice/kubelet.service" --extra-log="{\"name\": \"crio.log\", \"journalctl\": [\"-u\", \"crio\"]}"'
Expand Down

0 comments on commit aef9f18

Please sign in to comment.