dongjoon-hyun commented on pull request #30388: URL: https://github.com/apache/spark/pull/30388#issuecomment-728203026
:) You are hitting at the known security breaking change from Minikube side. It occurs long time ago. Please try to do the following as a workaround, @ScrapCodes . It will unblock you. ``` $ minikube ssh "sudo cat /var/lib/minikube/certs/apiserver.key" > ~/.minikube/apiserver.key $ minikube ssh "sudo cat /var/lib/minikube/certs/apiserver.crt" > ~/.minikube/apiserver.crt ``` ---------------------------------------------------------------- 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]
