mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-31 08:36:16 +00:00
Log instead of fail on GLBCs tendency to leak resources
This commit is contained in:
@@ -366,9 +366,10 @@ func CleanupGCEIngressController(gceController *GCEIngressController) {
|
||||
By(fmt.Sprintf("WARNING: possibly leaked static IP: %v\n", ipErr))
|
||||
}
|
||||
|
||||
// Fail if the controller didn't cleanup
|
||||
// Logging that the GLBC failed to cleanup GCE resources on ingress deletion
|
||||
// See kubernetes/ingress#431
|
||||
if pollErr != nil {
|
||||
Failf("L7 controller failed to delete all cloud resources on time. %v", pollErr)
|
||||
Logf("error: L7 controller failed to delete all cloud resources on time. %v", pollErr)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user