-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-26256][K8s] Fix labels for pod deletion #23209
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
Conversation
|
Test build #99605 has finished for PR 23209 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
liyinan926
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
c40f4df to
2510d3a
Compare
|
@srowen I resolved the conflicts feel free to merge. |
|
Test build #99626 has finished for PR 23209 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Merging to master / 2.4. |
|
Actually I forgot 2.4... there's also a conflict. Seems trivial, so I'll do it manually and fix the conflict (and run some local tests). |
Adds proper labels when deleting executor pods. Manually with tests. Closes #23209 from skonto/fix-deletion-labels. Authored-by: Stavros Kontopoulos <[email protected]> Signed-off-by: Marcelo Vanzin <[email protected]> (cherry picked from commit a24e1a1) Signed-off-by: Marcelo Vanzin <[email protected]>
## What changes were proposed in this pull request? Adds proper labels when deleting executor pods. ## How was this patch tested? Manually with tests. Closes apache#23209 from skonto/fix-deletion-labels. Authored-by: Stavros Kontopoulos <[email protected]> Signed-off-by: Marcelo Vanzin <[email protected]>
Adds proper labels when deleting executor pods. Manually with tests. Closes apache#23209 from skonto/fix-deletion-labels. Authored-by: Stavros Kontopoulos <[email protected]> Signed-off-by: Marcelo Vanzin <[email protected]> (cherry picked from commit a24e1a1) Signed-off-by: Marcelo Vanzin <[email protected]>
Adds proper labels when deleting executor pods. Manually with tests. Closes apache#23209 from skonto/fix-deletion-labels. Authored-by: Stavros Kontopoulos <[email protected]> Signed-off-by: Marcelo Vanzin <[email protected]> (cherry picked from commit a24e1a1) Signed-off-by: Marcelo Vanzin <[email protected]>
What changes were proposed in this pull request?
Adds proper labels when deleting executor pods.
How was this patch tested?
Manually with tests.