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.
2 parents df36d69 + c61e750 commit 7fd3da6Copy full SHA for 7fd3da6
modules/common/affinity/affinity.go
@@ -48,7 +48,7 @@ func DistributePods(
48
// https://github.com/kubernetes/api/blob/master/core/v1/well_known_labels.go#L20
49
TopologyKey: topologyKey,
50
},
51
- Weight: 1,
+ Weight: 100,
52
53
54
modules/common/affinity/affinity_test.go
@@ -41,7 +41,7 @@ var affinityObj = &corev1.Affinity{
41
42
TopologyKey: "ThisTopologyKey",
43
44
45
46
47
0 commit comments