K8s Lab 把当前仓库文档整理成一个可阅读的网页站点

Repository Reading Site

20-too-large-request-pod.yaml

manifests/11-resources/20-too-large-request-pod.yaml

Text Assetmanifests/11-resources/20-too-large-request-pod.yaml316 B2026年4月10日 04:50查看原始内容
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