Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

corrected typo in README #554

Merged
merged 1 commit into from
Mar 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions benchmarks/e2e/tests/block_ns_quotas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ Resource quotas must be configured for isolation and fairness between tenants. T

**Audit:**

Run the folling command to check for permissions to manage quotas in the tenant namespace:
Run the following commands to check for permissions to manage quotas in the tenant namespace:

kubectl --kubeconfig=tenant-a -n a1 auth can-i create quota
kubectl --kubeconfig=tenant-a -n a1 auth can-i update quota
kubectl --kubeconfig=tenant-a -n a1 auth can-i patch quota
kubectl --kubeconfig=tenant-a -n a1 auth can-i delete quota
kubectl --kubeconfig=tenant-a -n a1 auth can-i deletecollection quota
kubectl --kubeconfig=tenant-a -n a1 auth can-i create quota
kubectl --kubeconfig=tenant-a -n a1 auth can-i update quota
kubectl --kubeconfig=tenant-a -n a1 auth can-i patch quota
kubectl --kubeconfig=tenant-a -n a1 auth can-i delete quota
kubectl --kubeconfig=tenant-a -n a1 auth can-i deletecollection quota

Each command must return 'no'