actions-setup-minikube
actions-setup-minikube copied to clipboard
Document `start args` parameter
After looking through the code I noticed startArgs
:
https://github.com/manusa/actions-setup-minikube/blob/965c2006a2cf6c24971b6419ccacf46a2c1b0065/src/install.js#L25-L27
It would be great if this features was documented as some minikube features like --cni
have to be set during minikube start
Hi @omus, There's already documentation about this in the Optional input parameters section. However, if you missed it, it's probably not in the best place, or missing emphasis. Do you have any suggestions to improve this?
Wow, I'm not sure how I missed that...
I think where it's located in the documentation is fine but I would make minikube start
link to https://minikube.sigs.k8s.io/docs/commands/start/