File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -588,6 +588,13 @@ status:
588
588
lastTransitionTime: "2025-05-13T12:05:00Z"
589
589
```
590
590
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
+
591
598
### Topology Considerations
592
599
593
600
#### Hypershift / Hosted Control Planes
@@ -706,7 +713,14 @@ VM owner starts importing VMs into the OpenShift Virt cluster via MTV.
706
713
707
714
## Support Procedures
708
715
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.
710
724
711
725
## Infrastructure Needed [ optional]
712
726
You can’t perform that action at this time.
0 commit comments