Remove
This commit is contained in:
parent
9700f92998
commit
5a7c05a9b9
1 changed files with 0 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: Pod
|
|
||||||
metadata:
|
|
||||||
name: ubuntu
|
|
||||||
namespace: default
|
|
||||||
spec:
|
|
||||||
nodeName: nenya
|
|
||||||
containers:
|
|
||||||
- name: ubuntu
|
|
||||||
image: ubuntu:latest
|
|
||||||
securityContext:
|
|
||||||
privileged: true
|
|
||||||
command: ["/bin/bash", "-c", "while true; do sleep 10; done"]
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
cpu: 100m
|
|
||||||
memory: 512Mi
|
|
||||||
limits:
|
|
||||||
cpu: 4000m
|
|
||||||
memory: 4000Mi
|
|
Loading…
Reference in a new issue