mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 12:07:47 +00:00
use LoadBalancer type service for e2e service test to patch ingress status
This commit is contained in:
parent
97c7dbcd22
commit
f0b38766a0
@ -3350,7 +3350,7 @@ var _ = common.SIGDescribe("Services", func() {
|
||||
Labels: testSvcLabels,
|
||||
},
|
||||
Spec: v1.ServiceSpec{
|
||||
Type: "ClusterIP",
|
||||
Type: "LoadBalancer",
|
||||
Ports: []v1.ServicePort{{
|
||||
Name: "http",
|
||||
Protocol: v1.ProtocolTCP,
|
||||
|
Loading…
Reference in New Issue
Block a user