-
Notifications
You must be signed in to change notification settings - Fork 28.5k
[SPARK-51195][BUILD][K8S] Upgrade kubernetes-client
to 7.1.0
#49925
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dongjoon-hyun
approved these changes
Feb 13, 2025
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.
+1, LGTM for Apache Spark 4.1.0. (Pending CIs).
Thank you, @wayneguow .
All K8s tests passed. Merged to master for Apache Spark 4.1.0. |
dongjoon-hyun
pushed a commit
that referenced
this pull request
Feb 14, 2025
### What changes were proposed in this pull request? This PR aims to upgrade `kubernetes-client` from 7.0.1 to 7.1.0. ### Why are the changes needed? Keep the dependencies to the latest, and there are some bug fixes in version 7.1.0: - Fix fabric8io/kubernetes-client#6725: (crd-generator) CRD generator missing type for GenericKubernetesResource - Fix fabric8io/kubernetes-client#6747: Preventing websocket error logs when the client is closed - Fix fabric8io/kubernetes-client#6781: Allowing ipv6 entries to work in NO_PROXY - Fix fabric8io/kubernetes-client#6792: VertxHttpClient uses exclusive Vert.x instance by default ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #49925 from wayneguow/kubernetes-client. Authored-by: Wei Guo <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit ae2d2e8) Signed-off-by: Dongjoon Hyun <[email protected]>
After more testing, I backported this to branch-4.0. |
dongjoon-hyun
added a commit
to apache/spark-kubernetes-operator
that referenced
this pull request
Feb 14, 2025
### What changes were proposed in this pull request? This PR aims to upgrade `kubernetes-client` to 7.1.0. - apache/spark#49925 ### Why are the changes needed? To bring the latest K8s client feature - https://github.com/fabric8io/kubernetes-client/releases/tag/v7.1.0 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #158 from dongjoon-hyun/SPARK-51220. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
kazemaksOG
pushed a commit
to kazemaksOG/spark-custom-scheduler
that referenced
this pull request
Mar 27, 2025
### What changes were proposed in this pull request? This PR aims to upgrade `kubernetes-client` from 7.0.1 to 7.1.0. ### Why are the changes needed? Keep the dependencies to the latest, and there are some bug fixes in version 7.1.0: - Fix fabric8io/kubernetes-client#6725: (crd-generator) CRD generator missing type for GenericKubernetesResource - Fix fabric8io/kubernetes-client#6747: Preventing websocket error logs when the client is closed - Fix fabric8io/kubernetes-client#6781: Allowing ipv6 entries to work in NO_PROXY - Fix fabric8io/kubernetes-client#6792: VertxHttpClient uses exclusive Vert.x instance by default ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#49925 from wayneguow/kubernetes-client. Authored-by: Wei Guo <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This PR aims to upgrade
kubernetes-client
from 7.0.1 to 7.1.0.Why are the changes needed?
Keep the dependencies to the latest, and there are some bug fixes in version 7.1.0:
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass GA.
Was this patch authored or co-authored using generative AI tooling?
No.