Skip to content

Commit c4d9408

Browse files
chore:comment cleanup
1 parent 73424b5 commit c4d9408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/cilium-nodesubnet/ipconfigupdate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func main() {
105105
ipConfig := make(map[string]interface{})
106106
for k, v := range primaryIPConfig {
107107
// only the primary config needs loadBalancerBackendAddressPools. Azure doesn't allow
108-
// secondary IP configs to be associated with pools that are used for load balancing.
108+
// secondary IP configs to be associated load balancer backend pools.
109109
if k == "loadBalancerBackendAddressPools" {
110110
continue
111111
}

0 commit comments

Comments
 (0)