Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Federation][TestInfra] Unjoin clusters in federation-down.sh #41589

Closed
madhusudancs opened this issue Feb 16, 2017 · 1 comment
Closed

[Federation][TestInfra] Unjoin clusters in federation-down.sh #41589

madhusudancs opened this issue Feb 16, 2017 · 1 comment
Assignees
Milestone

Comments

@madhusudancs
Copy link
Contributor

I initially thought this wasn't necessary since we tear down the clusters after each e2e test run. However, the plan for presubmits is to not recycle the clusters after each test run to avoid cluster bring up and tear down times. If we retain the clusters we have to clean up the kube-dns ConfigMap entries we create in the clusters to have a clean start at the beginning of each run. kubefed unjoin is learning this functionality (PR #39338) and that's the easiest way to cleanup kube-dns entries. So we need to run kubefed unjoin in each cluster in federation-down.sh

cc @kubernetes/sig-federation-bugs @shashidharatd

@madhusudancs
Copy link
Contributor Author

This was fixed in PR #41601.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant