Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---
- apiVersion: v1
- kind: Pod
- metadata:
- name: ubuntu
- spec:
- containers:
- - name: ubuntu
- image: ubuntu
- command: [ "/bin/bash", "-c", "--" ]
- args: [ "</dev/zero head -c 5000m | tail" ]
- resources:
- limits:
- memory: 20Mi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement