Repository Reading Site
20-too-large-request-pod.yaml
manifests/11-resources/20-too-large-request-pod.yaml
apiVersion: v1
kind: Pod
metadata:
name: too-large-request
namespace: resource-lab
labels:
lesson: resources
scenario: unschedulable
spec:
containers:
- name: main
image: busybox:1.36
command: ["sh", "-c", "sleep 3600"]
resources:
requests:
cpu: "20"
memory: 20Gi