Skip to content

Commit 66960c4

Browse files
authored
Merge pull request #21018 from scoulomb/fixExtraLine
Clean-up extra line in tasks configure pod container
2 parents e313077 + 081c7a7 commit 66960c4

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

content/en/docs/tasks/configure-pod-container/assign-cpu-resource.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,6 @@ The output shows that the Pod status is Pending. That is, the Pod has not been
180180
scheduled to run on any Node, and it will remain in the Pending state indefinitely:
181181

182182

183-
```shell
184-
kubectl get pod cpu-demo-2 --namespace=cpu-example
185-
```
186183
```
187184
NAME READY STATUS RESTARTS AGE
188185
cpu-demo-2 0/1 Pending 0 7m

content/en/examples/pods/security/security-context-3.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,3 @@ spec:
66
containers:
77
- name: sec-ctx-3
88
image: gcr.io/google-samples/node-hello:1.0
9-
10-
11-

0 commit comments

Comments
 (0)