We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985f410 commit c236debCopy full SHA for c236deb
README.md
@@ -101,7 +101,7 @@ auto.request.operator/mode=min # Sets the request to the MINIMUM of all sa
101
1. **mode=average**: Will take the `0` into consideration.
102
2. **mode=min**: Will consider the `0` as `1`.
103
3. **mode=max**: Will take the `0` into consideration, but will ignore if *max=0*.
104
-2. Annotation is `true` (`optimize=false` is as strong as **deny**):
+2. **annotation-filter** is `true` (`optimize=false` is as strong as **deny**):
105
1. A namespace has `optimize=false` but a pod has `optimize=true`:
106
1. The controller will ignore the pod and not reconcile.
107
2. A namespace has `optimize=true` but a pod has `optimize=false`:
0 commit comments