You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add two environmental variables for turning on or off the following features:
(1) webhook prevents the deletion of ippool with IPs in use
pool.Status.AllocatedIPs == 0 or pool.Status.AllocatedIPs == nil
(1) webhook prevents the deletion of subnet with IPs in use
these variables are set to false by default
Why is this needed?
No response
How to implement it (if possible)?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
What would you like to be added?
add two environmental variables for turning on or off the following features:
(1) webhook prevents the deletion of ippool with IPs in use
pool.Status.AllocatedIPs == 0 or pool.Status.AllocatedIPs == nil
(1) webhook prevents the deletion of subnet with IPs in use
these variables are set to false by default
Why is this needed?
No response
How to implement it (if possible)?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: