Skip to content

Commit 83ff686

Browse files
committed
update wording
1 parent cc13e9f commit 83ff686

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

k8s-tests/chainsaw/deployment-policy/overlapping-selectors/chainsaw-test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ spec:
9595
fi
9696
9797
echo "✓ Compartment assignment correct!"
98-
echo "✓ Overlapping nodes (with both labels) correctly assigned to most-specific compartment (prod-us-west)"
98+
echo "✓ Overlapping nodes correctly assigned using safety-first strategy (Fixed > Linear > Exponential)"
9999
- script:
100100
content: |
101101
echo "=== Verifying compartment metrics ==="
@@ -189,7 +189,8 @@ spec:
189189
190190
echo ""
191191
echo "✓✓✓ Overlapping selectors handled correctly! ✓✓✓"
192-
echo "✓ Nodes with multiple matching labels assigned to most-specific compartment"
192+
echo "✓ Nodes with overlapping labels assigned using safety-first strategy"
193+
echo "✓ Strategy precedence: Fixed (safest) > Linear > Exponential (fastest)"
193194
echo "✓ No double-counting across compartments"
194195
- script:
195196
content: |

0 commit comments

Comments
 (0)