Clean-up extra line in tasks: configure pod container
This commit is contained in:
@@ -180,9 +180,6 @@ The output shows that the Pod status is Pending. That is, the Pod has not been
|
|||||||
scheduled to run on any Node, and it will remain in the Pending state indefinitely:
|
scheduled to run on any Node, and it will remain in the Pending state indefinitely:
|
||||||
|
|
||||||
|
|
||||||
```shell
|
|
||||||
kubectl get pod cpu-demo-2 --namespace=cpu-example
|
|
||||||
```
|
|
||||||
```
|
```
|
||||||
NAME READY STATUS RESTARTS AGE
|
NAME READY STATUS RESTARTS AGE
|
||||||
cpu-demo-2 0/1 Pending 0 7m
|
cpu-demo-2 0/1 Pending 0 7m
|
||||||
|
|||||||
@@ -6,6 +6,3 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: sec-ctx-3
|
- name: sec-ctx-3
|
||||||
image: gcr.io/google-samples/node-hello:1.0
|
image: gcr.io/google-samples/node-hello:1.0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user