Github user ssuchter commented on a diff in the pull request:
https://github.com/apache/spark/pull/21652#discussion_r199609986
--- Diff:
resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/KubernetesSuite.scala
---
@@ -74,10 +76,12 @@ private[spark] class KubernetesSuite extends
SparkFunSuite
testBackend = IntegrationTestBackendFactory.getTestBackend
testBackend.initialize()
kubernetesTestComponents = new
KubernetesTestComponents(testBackend.getKubernetesClient)
+ createTestSecret()
--- End diff --
Should this be done before every test, or just the one that is using the
secrets?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]