Skip to content

Commit

Permalink
Render style error
Browse files Browse the repository at this point in the history
  • Loading branch information
angao committed Jun 13, 2018
1 parent 7c34a1f commit 6d08522
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ kubectl get pod cpu-demo --output=yaml --namespace=cpu-example
The output shows that the one Container in the Pod has a CPU request of 500 millicpu
and a CPU limit of 1 cpu.

```shell
```yaml
resources:
limits:
cpu: "1"
Expand Down Expand Up @@ -189,7 +189,7 @@ The output shows that the Pod's 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:


```
```shell
kubectl get pod cpu-demo-2 --namespace=cpu-example
NAME READY STATUS RESTARTS AGE
cpu-demo-2 0/1 Pending 0 7m
Expand Down

0 comments on commit 6d08522

Please sign in to comment.