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

Commit c48b5fd

Browse files
authored
Merge pull request #158 from gianarb/hotfix/status-addresses-json
The addresses do not contains the right value but a Go obj
2 parents 8f54262 + 5dca323 commit c48b5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cloud/packet/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ func (p *PacketClient) GetDeviceAddresses(device *packngo.Device) ([]corev1.Node
136136
}
137137
a := corev1.NodeAddress{
138138
Type: addrType,
139-
Address: addr.String(),
139+
Address: addr.Address,
140140
}
141141
addrs = append(addrs, a)
142142
}

0 commit comments

Comments
 (0)