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
### Load Balancer Preservation on `IngressClass` delete
624
-
If you want the Load Balancer associated with an `IngressClass` resource to be preserved after `IngressClass` is deleted,
625
-
set the annotation `oci-native-ingress.oraclecloud.com/delete-protection-enabled` annotation to `"true"`.
626
-
This annotation defaults to `"false"` when not specified or empty.
627
-
628
-
OCI Native Ingress Controller will aim to leave the LB in a 'blank' state - clear all NSG associated with the LB,
629
-
delete the Web App Firewall associated with the LB if any, and delete the `default_ingress` BackendSet when the `IngressClass` is deleted with this annotation set to true.
630
-
Please note that users should first delete all `Ingress` resources associated with this `IngressClass` first, or orphaned resources like Listeners, BackendSets, etc. will
631
-
still be present on the LB after the `IngressClass` is deleted
0 commit comments