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

kubeadm: Delete the dummy Deployment properly #42657

Merged
merged 1 commit into from Mar 8, 2017

Conversation

luxas
Copy link
Member

@luxas luxas commented Mar 7, 2017

What this PR does / why we need it:

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes kubernetes/kubeadm#149

Special notes for your reviewer:

Earlier, the Pod created by the Deployment wasn't deleted. With this option it is.
As suggested by @deads2k, thank you!

This is a bug fix for v1.6

Release note:

@mikedanese @jbeda @dmmcquay @pires @errordeveloper @deads2k @caesarxuchao

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Mar 7, 2017
@k8s-reviewable
Copy link

This change is Reviewable

@k8s-github-robot k8s-github-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 7, 2017
@k8s-github-robot k8s-github-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. release-note-label-needed labels Mar 7, 2017
@luxas luxas assigned deads2k and unassigned dgoodwin Mar 7, 2017
@luxas luxas added release-note-none Denotes a PR that doesn't merit a release note. and removed release-note-label-needed labels Mar 7, 2017
@deads2k
Copy link
Contributor

deads2k commented Mar 7, 2017

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 7, 2017
@k8s-github-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

The following people have approved this PR: deads2k, luxas

Needs approval from an approver in each of these OWNERS Files:

We suggest the following people:
cc @errordeveloper
You can indicate your approval by writing /approve in a comment
You can cancel your approval by writing /approve cancel in a comment

@luxas luxas added the kind/bug Categorizes issue or PR as related to a bug. label Mar 7, 2017
@luxas luxas added this to the v1.6 milestone Mar 7, 2017
@caesarxuchao
Copy link
Member

Probably you already know this, foreground GC means the deployment will be deleted after the pods, replicasets are deleted. I don't know kubeadm cares about the order.

@k8s-github-robot k8s-github-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 8, 2017
@luxas
Copy link
Member Author

luxas commented Mar 8, 2017

Just rebased without changes to retrigger the (hopefully non-flaky) tests

@luxas luxas added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 8, 2017
@k8s-github-robot
Copy link

Automatic merge from submit-queue

@k8s-github-robot k8s-github-robot merged commit 8e43f00 into kubernetes:master Mar 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make the Garbage Collector work and make it remove the dummy Pod
7 participants