-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Support deleting previous objects in kubectl apply
#128
Comments
I'm worried that we're starting to turn the features repo into another kubernetes/kubernetes issues repo, and it will become as undigestible. I would argue this one doesn't meet the bar for going in the features repo. |
@mikedanese Isn't this done? |
@mikedanese can you update the checkboxes in the PR body with the parts that are finished. |
Ping. Is there a docs PR for this? |
Sorry, I missed this one. Original issue: kubernetes/kubernetes#19805 There is command documentation like all of our other commands. Examples are being added in kubernetes/kubernetes#37397 at which point it will have as much documentation as any other kubectl flag. It will be labeled as alpha in the v1.5 kubectl help output, pending a sign off from @pwittrock . cc @MrHohn |
lgtm. |
Ok. I'll mark this "no docs needed" Thanks! |
@mikedanese @pwittrock can you confirm that this item targets beta in 1.6? |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Description
When creating objects with
kubectl apply
, it is frequently desired to make changes to the config that remove objects and then re-apply and have those objects deleted. This feature will support pruning which deletes objects previously applied that no longer exist in the source config.Progress Tracker
/pkg/apis/...
)@kubernetes/api
@kubernetes/docs
on docs PR@kubernetes/feature-reviewers
on this issue to get approval before checking this off@kubernetes/docs
on docs PR@kubernetes/feature-reviewers
on this issue to get approval before checking this off@kubernetes/api
@kubernetes/feature-reviewers
on this issue to get approval before checking this off@kubernetes/docs
@kubernetes/feature-reviewers
on this issue to get approval before checking this offFEATURE_STATUS is used for feature tracking and to be updated by
@kubernetes/feature-reviewers
.FEATURE_STATUS: IN_DEVELOPMENT
More advice:
Design
@kubernetes/feature-reviewers
member, you can check this checkbox, and the reviewer will apply the "design-complete" label.Coding
and sometimes http://github.com/kubernetes/contrib, or other repos.
@kubernetes/feature-reviewers
and they willcheck that the code matches the proposed feature and design, and that everything is done, and that there is adequate
testing. They won't do detailed code review: that already happened when your PRs were reviewed.
When that is done, you can check this box and the reviewer will apply the "code-complete" label.
Docs
@kubernetes/docs
.The text was updated successfully, but these errors were encountered: