Skip to content

Commit

Permalink
docs: AAQ default namespace selector (#2931)
Browse files Browse the repository at this point in the history
Signed-off-by: Itamar Holder <iholder@redhat.com>
  • Loading branch information
iholder101 authored May 2, 2024
1 parent 9a6597a commit a98cb26
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/cluster-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1156,6 +1156,10 @@ To configure AAQ, set the fields of the `applicationAwareConfig` object in the H

**note**: this setting cause some performance cost. Only set to true if there is a good reason.

### Limitations

Pods that set `.spec.nodeName` are not allowed to use in any namespace that AAQ is targeting.

### Example
```yaml
spec:
Expand All @@ -1166,6 +1170,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 a98cb26

Please sign in to comment.