File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
k8s-tests/chainsaw/deployment-policy/overlapping-selectors Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments