Can I use pools in different namespaces ? #1071
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
needs-triage
Indicates an issue lacks a `triage/foo` label and requires one.
question
Further information is requested
triage/needs-information
Indicates an issue needs more information in order to work on it.
User Story
As a developer I would like to use an IPPool in other namespace in CAPM3 for Metal3Clusters in different namespaces can be associated with a common IPPool.
Detailed Description
I found that when filling
IPPool
inMetal3DataTemplate
, you can only fill inname
, notnamespace
.The need to allow IPPools with different namespaces should be reasonable, like
corev1.SecretReference
andcorev1.ObjectReference
.I don't know what the reason for this design is, if anyone knows, thanks for letting me know. And I hope this can be improved in the future.
Thank you all! :)
/kind feature
The text was updated successfully, but these errors were encountered: