Merge pull request #23929 from SergeyKanzhelev/pidlimiting

pid limiting documentation
This commit is contained in:
Kubernetes Prow Robot
2020-10-09 01:15:07 -07:00
committed by GitHub
4 changed files with 105 additions and 2 deletions
@@ -593,6 +593,10 @@ spec:
example.com/foo: 1
```
## PID limiting
Process ID (PID) limits allow for the configuration of a kubelet to limit the number of PIDs that a given Pod can consume. See [Pid Limiting](/docs/concepts/policy/pid-limiting/) for information.
## Troubleshooting
### My Pods are pending with event message failedScheduling