From c02a7fb9f9d19872d9227814b3e9ffaaa28d85f0 Mon Sep 17 00:00:00 2001 From: Bily Zhang Date: Tue, 9 Oct 2018 16:09:54 +0800 Subject: [PATCH] Fix command issue (#10515) Signed-off-by: mooncake --- .../docs/tasks/administer-cluster/apply-resource-quota-limit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/cn/docs/tasks/administer-cluster/apply-resource-quota-limit.md b/content/cn/docs/tasks/administer-cluster/apply-resource-quota-limit.md index 3f94a633ad..b35804bf7a 100644 --- a/content/cn/docs/tasks/administer-cluster/apply-resource-quota-limit.md +++ b/content/cn/docs/tasks/administer-cluster/apply-resource-quota-limit.md @@ -208,7 +208,7 @@ Kubernetes API server 拒绝了 replica set 创建一个 pod 的请求,因为 ```shell $ kubectl create -f https://k8s.io/docs/tasks/configure-pod-container/rq-limits.yaml --namespace=quota-example limitrange "limits" created -$ kubectl describe limits limits --namespace=quota-example +$ kubectl describe limits --namespace=quota-example Name: limits Namespace: quota-example Type Resource Min Max Default Request Default Limit Max Limit/Request Ratio