Skip to content

Commit 12b1a2c

Browse files
committed
PUDN, static ips: add a follow-up feature for the IPPool
Signed-off-by: Miguel Duarte Barroso <[email protected]>
1 parent 1bceb2d commit 12b1a2c

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

enhancements/network/routed-ingress-support-for-primary-udn-attached-vms-with-static-ips.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)