Skip to content

Commit dce7c20

Browse files
committed
fix: ha-groups
Proxmox 9 uses HA rules instead of HA groups. Do not treat it as an error if the HA group (used in Proxmox 8) cannot be retrieved. Signed-off-by: Serge Logvinov <[email protected]>
1 parent 1356bd8 commit dce7c20

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/proxmox/instances.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,6 @@ func (i *instances) InstanceMetadata(ctx context.Context, node *v1.Node) (*cloud
250250
if err != nil {
251251
if !errors.Is(err, proxmoxpool.ErrHAGroupNotFound) {
252252
klog.ErrorS(err, "instances.InstanceMetadata() failed to get HA group for the node", "node", klog.KRef("", node.Name), "region", info.Region)
253-
254-
return nil, err
255253
}
256254
}
257255

0 commit comments

Comments
 (0)