optimize Certs generation/copying in minikube #7409
Labels
area/performance
Performance related issues
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
the Cert Generation and copying takes 4seconds, and they are not in parallel.
we could the copying in parallel.
this will need modifying libmachine:
Another thing we could possibly do is, allow an option to a non-secure Pre-Existing CA Cert for all minikubes in the world (very unsafe) but that is what other local kubernetes tools do.
something like
minikube start --use-unsafe-certs
to save 3-4 seconds.
or additionally we could make the cert generation part of --download-only or --dry-run
The text was updated successfully, but these errors were encountered: