Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions test/extended/router/dualstack.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@ var _ = g.Describe("[sig-network-edge][OCPFeatureGate:AWSDualStackInstall][Featu
}()
o.Expect(err).NotTo(o.HaveOccurred(), "new router shard did not rollout")

g.By("Disabling client IP preservation on the NLB target group to avoid hairpin issues (OCPBUGS-63219)")
routerSvcName := "router-" + shardIngressCtrl.Name
err = oc.AsAdmin().Run("annotate").Args("service", "-n", "openshift-ingress", routerSvcName,
"service.beta.kubernetes.io/aws-load-balancer-target-group-attributes=preserve_client_ip.enabled=false").Execute()
o.Expect(err).NotTo(o.HaveOccurred())

g.By("Labelling the namespace for the shard")
err = oc.AsAdmin().Run("label").Args("namespace", oc.Namespace(), "type="+oc.Namespace()).Execute()
o.Expect(err).NotTo(o.HaveOccurred())
Expand Down