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

added test definition of configure ns object limits #547

Merged
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
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`