Skip to content

Commit

Permalink
keep content and file name to be consistent (#16532)
Browse files Browse the repository at this point in the history
  • Loading branch information
diguage authored and k8s-ci-robot committed Sep 24, 2019
1 parent 18ef591 commit 5807a91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ request that is too small:

```
Error from server (Forbidden): error when creating "examples/admin/resource/cpu-constraints-pod-3.yaml":
pods "constraints-cpu-demo-4" is forbidden: minimum cpu usage per Container is 200m, but request is 100m.
pods "constraints-cpu-demo-3" is forbidden: minimum cpu usage per Container is 200m, but request is 100m.
```

## Create a Pod that does not specify any CPU request or limit
Expand Down
4 changes: 2 additions & 2 deletions content/en/examples/admin/resource/cpu-constraints-pod-3.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v1
kind: Pod
metadata:
name: constraints-cpu-demo-4
name: constraints-cpu-demo-3
spec:
containers:
- name: constraints-cpu-demo-4-ctr
- name: constraints-cpu-demo-3-ctr
image: nginx
resources:
limits:
Expand Down

0 comments on commit 5807a91

Please sign in to comment.