File tree Expand file tree Collapse file tree 3 files changed +24
-3
lines changed
test/integration/manifests/datapath Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
44 name : goldpinger-deploy
55 namespace : linux-datapath-test
66spec :
7- replicas : 4
7+ replicas : 8
88 selector :
99 matchLabels :
1010 app : goldpinger
8686 periodSeconds : 5
8787 nodeSelector :
8888 kubernetes.io/os : linux
89+ topologySpreadConstraints :
90+ - maxSkew : 1
91+ topologyKey : kubernetes.io/hostname
92+ whenUnsatisfiable : ScheduleAnyway
93+ labelSelector :
94+ matchLabels :
95+ app : " goldpinger"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
44 name : goldpinger-deploy
55 namespace : linux-datapath-test
66spec :
7- replicas : 4
7+ replicas : 8
88 selector :
99 matchLabels :
1010 app : goldpinger
8484 periodSeconds : 5
8585 nodeSelector :
8686 kubernetes.io/os : linux
87+ topologySpreadConstraints :
88+ - maxSkew : 1
89+ topologyKey : kubernetes.io/hostname
90+ whenUnsatisfiable : ScheduleAnyway
91+ labelSelector :
92+ matchLabels :
93+ app : " goldpinger"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
44 name : windows-pod
55 namespace : datapath-win
66spec :
7- replicas : 4
7+ replicas : 8
88 selector :
99 matchLabels :
1010 app : datapod
2020 args : ["sleep", "5000"]
2121 nodeSelector :
2222 kubernetes.io/os : windows
23+ topologySpreadConstraints :
24+ - maxSkew : 1
25+ topologyKey : kubernetes.io/hostname
26+ whenUnsatisfiable : ScheduleAnyway
27+ labelSelector :
28+ matchLabels :
29+ app : " datapod"
You can’t perform that action at this time.
0 commit comments