From 3b7b37cdadac039427e2e2fbdea9f3d9ece69bea Mon Sep 17 00:00:00 2001 From: Itamar Holder Date: Thu, 2 May 2024 16:47:52 +0300 Subject: [PATCH] docs: AAQ default namespace selector Signed-off-by: Itamar Holder --- docs/cluster-configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/cluster-configuration.md b/docs/cluster-configuration.md index 45a41aadc..6585981a7 100644 --- a/docs/cluster-configuration.md +++ b/docs/cluster-configuration.md @@ -1166,6 +1166,14 @@ spec: some-label: "some value" allowApplicationAwareClusterResourceQuota: true ``` + +**Note**: if a namespace selector is not being defined, AAQ would target namespaces with the `application-aware-quota/enable` key. +It is also possible to target every namespace by defining an empty (non-nil) namespaceSelector as follows: +```yaml +spec: + applicationAwareConfig: + namespaceSelector: {} +``` ## Configure higher workload density Cluster administrators can opt-in for higher VM workload density by configuring the memroy overcommit percentage as follows: ```yaml