Merge pull request #33390 from kinzhi/kinzhi81

[ja]Remove content/ja/examples/admin/resource/cpu-constraints-pod-3.yaml
pull/34112/head
Kubernetes Prow Robot 2022-06-02 02:09:46 -07:00 committed by GitHub
commit 6322761f85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
apiVersion: v1
kind: Pod
metadata:
name: constraints-cpu-demo-4
spec:
containers:
- name: constraints-cpu-demo-4-ctr
image: nginx
resources:
limits:
cpu: "800m"
requests:
cpu: "100m"