mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
commit
228d5f2002
@ -422,7 +422,7 @@ var _ = SIGDescribe("LoadBalancers", func() {
|
|||||||
s.Spec.Ports[0].Port++
|
s.Spec.Ports[0].Port++
|
||||||
})
|
})
|
||||||
framework.ExpectNoError(err)
|
framework.ExpectNoError(err)
|
||||||
if int(udpService.Spec.Ports[0].Port) != svcPort {
|
if int(udpService.Spec.Ports[0].Port) == svcPort {
|
||||||
framework.Failf("UDP Spec.Ports[0].Port (%d) did not change", udpService.Spec.Ports[0].Port)
|
framework.Failf("UDP Spec.Ports[0].Port (%d) did not change", udpService.Spec.Ports[0].Port)
|
||||||
}
|
}
|
||||||
if int(udpService.Spec.Ports[0].NodePort) != udpNodePort {
|
if int(udpService.Spec.Ports[0].NodePort) != udpNodePort {
|
||||||
|
Loading…
Reference in New Issue
Block a user