sarutak commented on a change in pull request #30700:
URL: https://github.com/apache/spark/pull/30700#discussion_r539838770
##########
File path:
resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/backend/minikube/Minikube.scala
##########
@@ -120,7 +130,7 @@ private[spark] object Minikube extends Logging {
def executeMinikube(action: String, args: String*): Seq[String] = {
ProcessUtils.executeProcess(
- Array("bash", "-c", s"minikube $action ${args.mkString(" ")}"),
+ Array("bash", "-c", s"MINIKUBE_IN_STYLE=true minikube $action
${args.mkString(" ")}"),
Review comment:
For reviewers: Without this change, the output of `minikube profile` is
with the prefix `* ` .
(e.g. `* minikube` rather than `minikube`) in case stderr is not tty.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]