Skip to content

Commit

Permalink
Fix command issue
Browse files Browse the repository at this point in the history
Signed-off-by: mooncake <xcoder@tenxcloud.com>
  • Loading branch information
mooncak committed Oct 5, 2018
1 parent f34ea06 commit 9a940b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a940b9

Please sign in to comment.