Skip to content

Commit

Permalink
Update website/content/en/docs/tasks/set-resource-limits.md
Browse files Browse the repository at this point in the history
Co-authored-by: Suket Sharma <suket22@gmail.com>
  • Loading branch information
geoffcline and suket22 committed Jan 20, 2022
1 parent 55fb2eb commit 6197665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/en/preview/tasks/set-resource-limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Memory limits are described with a [`BinarySI` value, such as 1000Gi.](https://g

You can view the current consumption of cpu and memory on your cluster by running:
```
kubectl get provisioner -o=jsonpath='{.items[0].stat
kubectl get provisioner -o=jsonpath='{.items[0].status}'
```

Review the [Kubernetes core API](https://github.com/kubernetes/api/blob/37748cca582229600a3599b40e9a82a951d8bbbf/core/v1/resource.go#L23) (`k8s.io/api/core/v1`) for more information on `resources`.
Expand Down

0 comments on commit 6197665

Please sign in to comment.