Skip to content

Commit

Permalink
Merge pull request #465 from kubernetes-sigs/do-not-include-ip-assign…
Browse files Browse the repository at this point in the history
…ments

Revert "Include IP assigmenets when reconciling VIP ips"
  • Loading branch information
displague authored Nov 2, 2022
2 parents b58db2c + c3f0258 commit 46f56c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cloud/packet/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ func (p *Client) GetIPByClusterIdentifier(namespace, name, projectID string) (pa
var reservedIP packngo.IPAddressReservation

listOpts := &packngo.ListOptions{}
listOpts = listOpts.Including("assignments", "assignments.assigned_to")
reservedIPs, _, err := p.ProjectIPs.List(projectID, listOpts)
if err != nil {
return reservedIP, err
Expand Down

0 comments on commit 46f56c4

Please sign in to comment.