-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support fetching Power VS network with regular expression #1994
Comments
In openshift we mainly use regular expression for identifying a network for reference in machine spec
for feature parity I would like to have same support in CAPIBM as well. |
When only spec.network.regex is set and no other network resources are set the controller will create the DHCP server and corresponding network of format so we may need to webhook validation to let user know that when setting regular expression make sure it matches either DHCP server name when set or cluster_name when dhcp server details are not set. |
/cc @Amulyam24 |
For reference we already support regex matching for machines |
/assign |
/assign |
/kind feature
/area provider/ibmcloud
Describe the solution you'd like
[A clear and concise description of what you want to happen.]
A Power VS network can be identified by id, name or regular expression, Currently we support both id and name. I would like to have support for fetching network by regular expression.
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
The text was updated successfully, but these errors were encountered: