cfmcgrady commented on PR #4108:
URL: https://github.com/apache/kyuubi/pull/4108#issuecomment-1373208002
another approach: setup minikube with `curl` as spark does.
```yml
- name: start minikube
run: |
# See more in "Installation"
https://minikube.sigs.k8s.io/docs/start/
curl -LO
https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
sudo install minikube-linux-amd64 /usr/local/bin/minikube
# Github Action limit cpu:2, memory: 6947MB, limit to 2U6G for
better resource statistic
minikube start --cpus 2 --memory 6144
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]