Skip to content

Commit 6db520a

Browse files
mccheahRobert Kruszewski
authored andcommitted
[SPARK-24963][K8S][TESTS] Don't set service account name for client mode test
## What changes were proposed in this pull request? Don't set service account name for the pod created in client mode ## How was this patch tested? Test should continue running smoothly in Jenkins. Author: mcheah <[email protected]> Closes apache#21900 from mccheah/fix-integration-test-service-account.
1 parent f65e6f4 commit 6db520a

File tree

1 file changed

+0
-1
lines changed
  • resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest

1 file changed

+0
-1
lines changed

resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/ClientModeTestsSuite.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ trait ClientModeTestsSuite { k8sSuite: KubernetesSuite =>
6161
.withLabels(labels.asJava)
6262
.endMetadata()
6363
.withNewSpec()
64-
.withServiceAccountName("default")
6564
.addNewContainer()
6665
.withName("spark-example")
6766
.withImage(image)

0 commit comments

Comments
 (0)