Skip to content

Commit

Permalink
removing extra space in kubectl command (kubernetes#18640)
Browse files Browse the repository at this point in the history
Signed-off-by: Raj <[email protected]>
  • Loading branch information
imrajdas authored and k8s-ci-robot committed Jan 13, 2020
1 parent 10c3c67 commit d3086a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/en/docs/concepts/policy/limit-range.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ kubectl apply -f https://k8s.io/examples/admin/resource/limit-range-pod-1.yaml -
View the `busybox-cnt01` resource configuration:

```shell
kubectl get po/busybox1 -n limitrange-demo -o json | jq ".spec.containers[0].resources"
kubectl get po/busybox1 -n limitrange-demo -o json | jq ".spec.containers[0].resources"
```

```json
Expand All @@ -135,7 +135,7 @@ kubectl get po/busybox1 -n limitrange-demo -o json | jq ".spec.containers[0].re
View the `busybox-cnt02` resource configuration

```shell
kubectl get po/busybox1 -n limitrange-demo -o json | jq ".spec.containers[1].resources"
kubectl get po/busybox1 -n limitrange-demo -o json | jq ".spec.containers[1].resources"
```

```json
Expand All @@ -161,7 +161,7 @@ kubectl get po/busybox1 -n limitrange-demo -o json | jq ".spec.containers[1].re
View the `busybox-cnt03` resource configuration

```shell
kubectl get po/busybox1 -n limitrange-demo -o json | jq ".spec.containers[2].resources"
kubectl get po/busybox1 -n limitrange-demo -o json | jq ".spec.containers[2].resources"
```
```json
{
Expand All @@ -187,7 +187,7 @@ kubectl get po/busybox1 -n limitrange-demo -o json | jq ".spec.containers[2].re
View the `busybox-cnt04` resource configuration:

```shell
kubectl get po/busybox1 -n limitrange-demo -o json | jq ".spec.containers[3].resources"
kubectl get po/busybox1 -n limitrange-demo -o json | jq ".spec.containers[3].resources"
```

```json
Expand Down Expand Up @@ -260,7 +260,7 @@ Error from server (Forbidden): error when creating "limit-range-pod-2.yaml": pod
```

```shell
kubectl get po/busybox1 -n limitrange-demo -o json | jq ".spec.containers[].resources.limits.memory"
kubectl get po/busybox1 -n limitrange-demo -o json | jq ".spec.containers[].resources.limits.memory"
"200Mi"
"900Mi"
"200Mi"
Expand Down

0 comments on commit d3086a3

Please sign in to comment.