Skip to content

Commit bfc846c

Browse files
committed
[SPARK-51002] Upgrade the minimum K8s version to v1.30
### What changes were proposed in this pull request? This PR aims to upgrade the minimum K8s version to v1.30 in K8s test environment. ### Why are the changes needed? Like Apache Spark 4.0.0, K8s environments are moving toward K8s v1.30+. We had better focus on the latest K8s versions more. - apache/spark#48371 - apache/spark#49684 ### Does this PR introduce _any_ user-facing change? Technically, this is a change of test infra. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#155 from dongjoon-hyun/SPARK-51002. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 0201994 commit bfc846c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
fail-fast: false
6868
matrix:
6969
kubernetes-version:
70-
- "1.28.0"
70+
- "1.30.0"
7171
- "1.32.0"
7272
mode:
7373
- dynamic

0 commit comments

Comments
 (0)