replace tabs with spaces (#10060)
This commit is contained in:
@@ -267,7 +267,9 @@ Apply the YAML using `kubectl create`.
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
kubectl create -f ./quota.yml
|
kubectl create -f ./quota.yml
|
||||||
|
```
|
||||||
|
|
||||||
|
```shell
|
||||||
resourcequota/pods-high created
|
resourcequota/pods-high created
|
||||||
resourcequota/pods-medium created
|
resourcequota/pods-medium created
|
||||||
resourcequota/pods-low created
|
resourcequota/pods-low created
|
||||||
@@ -277,7 +279,9 @@ Verify that `Used` quota is `0` using `kubectl describe quota`.
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
kubectl describe quota
|
kubectl describe quota
|
||||||
|
```
|
||||||
|
|
||||||
|
```shell
|
||||||
Name: pods-high
|
Name: pods-high
|
||||||
Namespace: default
|
Namespace: default
|
||||||
Resource Used Hard
|
Resource Used Hard
|
||||||
@@ -340,7 +344,9 @@ the other two quotas are unchanged.
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
kubectl describe quota
|
kubectl describe quota
|
||||||
|
```
|
||||||
|
|
||||||
|
```shell
|
||||||
Name: pods-high
|
Name: pods-high
|
||||||
Namespace: default
|
Namespace: default
|
||||||
Resource Used Hard
|
Resource Used Hard
|
||||||
|
|||||||
Reference in New Issue
Block a user