• Kubernetes Submit Queue's avatar
    Merge pull request #37870 from madhusudancs/fed-svc-no-cascading-delete-e2e-fix · 2708f5c7
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    [Federation] Separate the cleanup phases of service and service shards so that service shards can be cleaned up even after the service is deleted elsewhere.
    
    Fixes Federated Service e2e test.
    
    This separation is necessary because "Federated Service DNS should be
    able to discover a federated service" e2e test recently added a case
    where it deletes the service from federation but not the shards from
    the underlying clusters.
    
    Because of the way cleanup was implemented in the AfterEach block
    currently, we did not cleanup any of the underlying shards. However,
    separating the two phases of the cleanup needs this separation.
    
    cc @kubernetes/sig-cluster-federation @nikhiljindal
    2708f5c7
Name
Last commit
Last update
.github Loading commit data...
Godeps Loading commit data...
api Loading commit data...
build-tools Loading commit data...
cluster Loading commit data...
cmd Loading commit data...
docs Loading commit data...
examples Loading commit data...
federation Loading commit data...
hack Loading commit data...
hooks Loading commit data...
logo Loading commit data...
pkg Loading commit data...
plugin Loading commit data...
staging Loading commit data...
test Loading commit data...
third_party Loading commit data...
vendor Loading commit data...
.gazelcfg.json Loading commit data...
.generated_docs Loading commit data...
.generated_files Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
BUILD Loading commit data...
CHANGELOG.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
Makefile.generated_files Loading commit data...
OWNERS Loading commit data...
OWNERS_ALIASES Loading commit data...
README.md Loading commit data...
Vagrantfile Loading commit data...
WORKSPACE Loading commit data...
code-of-conduct.md Loading commit data...
labels.yaml Loading commit data...