File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -588,6 +588,13 @@ status:
588588 lastTransitionTime: "2025-05-13T12:05:00Z"
589589```
590590
591+ On a follow-up, we could reconcile the ` IPPool ` CR with the MAC <-> IPs
592+ association of all workloads attached to that network - i.e. also for the
593+ workloads being created without MAC / IP requests. That would be useful to the
594+ network admin / service engineer to get the full view on whatever's connected
595+ to a network at any given time. This would require a separate enhancement to
596+ get better understanding of the use-cases, and how to implement said feature.
597+
591598### Topology Considerations
592599
593600#### Hypershift / Hosted Control Planes
@@ -706,7 +713,14 @@ VM owner starts importing VMs into the OpenShift Virt cluster via MTV.
706713
707714## Support Procedures
708715
709- TODO
716+ Issues with an imported VM should be logged in the launcher pod events, and
717+ persisted in the corresponding ` IPAMClaim ` so the support team can check what
718+ failed in the address allocation requests.
719+
720+ The ` IPPool ` CRD would help the support engineer get a grasp of the MAC <-> IPs
721+ being used for a network at any given time. Having this notion will simplify
722+ the support procedures on the cluster. This is an optional step, described in
723+ the [ centralized IP management] ( #centralized-ip-management ) section.
710724
711725## Infrastructure Needed [ optional]
712726
You can’t perform that action at this time.
0 commit comments