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

Commit

Permalink
Merge pull request #547 from phoenixking25/cnf-ns-objects
Browse files Browse the repository at this point in the history
added test definition of configure ns object limits
  • Loading branch information
k8s-ci-robot authored Mar 28, 2020
2 parents c8309bb + 8c8d591 commit 6696e55
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions benchmarks/e2e/tests/configure_ns_object_quotas/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# [MTB-PL1-CC-FNS-2]Configure namespace object limits

**Profile Applicability:**

Level 1

**Type:**

Configuration

**Category:**

Fairness

**Description:**

Namespace resource quotas should be used to allocate, track and limit the number of objects, of a particular type, that can be created within a namespace.

**Rationale:**

Resource quotas must be configured for each tenant namespace, to guarantee fair number of objects across tenants.

**Audit:**

Run the following command to show configured quotas. Make sure that a quota is configured for API objects(PersistentVolumeClaim, LoadBalancer, NodePort ,Pods etc).

`kubectl --kubeconfig=tenant-a -n a1 describe resourcequota`

0 comments on commit 6696e55

Please sign in to comment.