-
Notifications
You must be signed in to change notification settings - Fork 457
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
Describe the problem/challenge you have
IPPool and ExternalIPPool shared the same validations, but it doesn't check cluster's IP family, which means following cases would happen:
An IPv4 ExternalIPPool/IPPool in an IPv6-only cluster
An IPv6 ExternalIPPool/IPPool in an IPv4-only cluster
Describe the solution you'd like
The validation should check the cluster's IP family configuration (IPv4Enabled/IPv6Enabled) and reject ExternalIPPools that don't match any enabled IP family. This would provide better user experience by failing fast at creation time rather than silently accepting invalid configurations.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.