[ 
https://issues.apache.org/jira/browse/SPARK-26603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stavros Kontopoulos updated SPARK-26603:
----------------------------------------
    Description: 
Minikube status command has changed 
(https://github.com/kubernetes/minikube/commit/cb3624dd089e7ab0c03fbfb81f20c2bde43a60f3#diff-bd0534bbb0703b4170d467d074373788)
 its output in the latest releases >0.30.

Old output:
```minikube status
There is a newer version of minikube available (v0.31.0). Download it here:
https://github.com/kubernetes/minikube/releases/tag/v0.31.0

To disable this notification, run the following:
minikube config set WantUpdateNotification false
minikube: 
cluster: 
kubectl:``` 
new output:
```minikube status
host: Running
kubelet: Running
apiserver: Running
kubectl: Correctly Configured: pointing to minikube-vm at 172.31.34.77```

That means users with latest version of minikube will not be able to run the 
integration tests.

  was:
Minikube status command has changed its output in the latest releases >0.30.

That means users with latest version of minikube will not be able to run the 
integration tests.


> Update minikube backend in K8s integration tests
> ------------------------------------------------
>
>                 Key: SPARK-26603
>                 URL: https://issues.apache.org/jira/browse/SPARK-26603
>             Project: Spark
>          Issue Type: Improvement
>          Components: Kubernetes
>    Affects Versions: 2.4.0
>            Reporter: Stavros Kontopoulos
>            Priority: Minor
>
> Minikube status command has changed 
> (https://github.com/kubernetes/minikube/commit/cb3624dd089e7ab0c03fbfb81f20c2bde43a60f3#diff-bd0534bbb0703b4170d467d074373788)
>  its output in the latest releases >0.30.
> Old output:
> ```minikube status
> There is a newer version of minikube available (v0.31.0). Download it here:
> https://github.com/kubernetes/minikube/releases/tag/v0.31.0
> To disable this notification, run the following:
> minikube config set WantUpdateNotification false
> minikube: 
> cluster: 
> kubectl:``` 
> new output:
> ```minikube status
> host: Running
> kubelet: Running
> apiserver: Running
> kubectl: Correctly Configured: pointing to minikube-vm at 172.31.34.77```
> That means users with latest version of minikube will not be able to run the 
> integration tests.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to