• Kubernetes Submit Queue's avatar
    Merge pull request #39327 from shashidharatd/federation · 9d0b999e
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 39475, 38666, 39327, 38396, 39613)
    
    Fix a bug in cascading deletion of federation objects
    
    When FinalizerOrphan is present and set to true in federated object we are currently removing the FinalizerOrphan first and then removing FinalizerDeleteFromUnderlyingClusters. if a reconciliation is triggered in between the finalizer removals, it has undesired effect of object deletion in federated cluster.
    
    So we should remove  FinalizerDeleteFromUnderlyingClusters first and then remove FinalizerOrphan, when FinalizerOrphan is set to true.
    
    @nikhiljindal, @madhusudancs
    9d0b999e
Name
Last commit
Last update
..
cluster Loading commit data...
configmap Loading commit data...
daemonset Loading commit data...
deployment Loading commit data...
ingress Loading commit data...
namespace Loading commit data...
replicaset Loading commit data...
secret Loading commit data...
service Loading commit data...
util Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
doc.go Loading commit data...