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

Commit c3f0258

Browse files
committed
Revert "Include IP assigmenets when reconciling VIP ips"
This reverts commit 7429b47.
1 parent b58db2c commit c3f0258

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)