Fix command issue (#10515)
Signed-off-by: mooncake <xcoder@tenxcloud.com>
This commit is contained in:
parent
dbf12eb672
commit
c02a7fb9f9
|
@ -208,7 +208,7 @@ Kubernetes API server 拒绝了 replica set 创建一个 pod 的请求,因为
|
||||||
```shell
|
```shell
|
||||||
$ kubectl create -f https://k8s.io/docs/tasks/configure-pod-container/rq-limits.yaml --namespace=quota-example
|
$ kubectl create -f https://k8s.io/docs/tasks/configure-pod-container/rq-limits.yaml --namespace=quota-example
|
||||||
limitrange "limits" created
|
limitrange "limits" created
|
||||||
$ kubectl describe limits limits --namespace=quota-example
|
$ kubectl describe limits --namespace=quota-example
|
||||||
Name: limits
|
Name: limits
|
||||||
Namespace: quota-example
|
Namespace: quota-example
|
||||||
Type Resource Min Max Default Request Default Limit Max Limit/Request Ratio
|
Type Resource Min Max Default Request Default Limit Max Limit/Request Ratio
|
||||||
|
|
Loading…
Reference in New Issue