Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 46f56c4

Browse files
authored
Merge pull request #465 from kubernetes-sigs/do-not-include-ip-assignments
Revert "Include IP assigmenets when reconciling VIP ips"
2 parents b58db2c + c3f0258 commit 46f56c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/cloud/packet/client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ func (p *Client) GetIPByClusterIdentifier(namespace, name, projectID string) (pa
308308
var reservedIP packngo.IPAddressReservation
309309

310310
listOpts := &packngo.ListOptions{}
311-
listOpts = listOpts.Including("assignments", "assignments.assigned_to")
312311
reservedIPs, _, err := p.ProjectIPs.List(projectID, listOpts)
313312
if err != nil {
314313
return reservedIP, err

0 commit comments

Comments
 (0)