Advertisement
andrejsstepanovs

produce k8s pod out of memory OOMKilled error

Feb 3rd, 2022 (edited)
1,041
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.27 KB | None | 0 0
  1. ---
  2. apiVersion: v1
  3. kind: Pod
  4. metadata:
  5.   name: ubuntu
  6. spec:
  7.   containers:
  8.     - name: ubuntu
  9.       image: ubuntu
  10.       command: [ "/bin/bash", "-c", "--" ]
  11.       args: [ "</dev/zero head -c 5000m | tail" ]
  12.       resources:
  13.         limits:
  14.           memory: 20Mi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement