We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777fda9 commit fdc7a30Copy full SHA for fdc7a30
pkg/webhooks/ingresscontroller/ingresscontroller.go
@@ -281,7 +281,7 @@ func (wh *IngressControllerWebhook) checkAllowsMachineCIDR(ipRanges []operatorv1
281
// where the IGC will remaining in progressing state indefinitely.
282
// For now return Allowed, but with a warning?
283
if ipRanges == nil || len(ipRanges) <= 0 {
284
- return admissionctl.Allowed("Allowing empty 'AllowedSourceRanges'. Populate this value if operator remains in 'progressing' state")
+ return admissionctl.Allowed("Allowing empty 'AllowedSourceRanges'")
285
}
286
machIP, machNet, err := wh.getMachineCIDR()
287
if err != nil {
0 commit comments