-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Need to handle the older api versions for kubectl apply --prune #35991
Comments
/sig cli |
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 |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/reopen |
@mengqiy: you can't re-open an issue/PR unless you authored it or you are assigned to it. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
From #35220.
As comment here mentioned, the resource types that
kubectl apply --prune
will prune by default is hardcoded for now. And we only specify one certain resource Version likev1
andv1beta1
for one Kind in the default whitelist.We need to figure out a way to handle the older api versions - e.g. v1beta1 jobs. File this issue for TODO tracking.
@pwittrock @mikedanese
The text was updated successfully, but these errors were encountered: