Skip to content

Commit

Permalink
docs: AAQ default namespace selector
Browse files Browse the repository at this point in the history
Signed-off-by: Itamar Holder <iholder@redhat.com>
  • Loading branch information
iholder101 committed May 2, 2024
1 parent 9a6597a commit 3b7b37c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/cluster-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b7b37c

Please sign in to comment.