We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb0047 commit a327413Copy full SHA for a327413
cloud/services/domains.go
@@ -77,7 +77,7 @@ func (d *DNSEntries) getDNSEntriesToEnsure(mscope *scope.MachineScope) ([]DNSOpt
77
78
for _, IPs := range mscope.LinodeMachine.Status.Addresses {
79
recordType := linodego.RecordTypeA
80
- if IPs.Type != "ExternalIP" {
+ if IPs.Type != v1beta1.MachineExternalIP {
81
continue
82
}
83
addr, err := netip.ParseAddr(IPs.Address)
0 commit comments