olsoloviov commented on code in PR #2939: URL: https://github.com/apache/polaris/pull/2939#discussion_r2535468284
########## helm/polaris/README.md: ########## @@ -60,10 +62,24 @@ eval $(minikube docker-env) -Dquarkus.container-image.build=true ``` +Otherwise load ready images from Docker Hub: +```bash +minikube image pull apache/polaris:latest +minikube image pull apache/polaris-admin-tool:latest +``` Review Comment: I have updates the doc with two separate flows as you suggested, @flyrain. helm.md still has some manual changes after being generated from helm/polaris/readme.md.gotmpl due to blockquotes not properly rendered in Hugo - I will fix it in a follow up PR -- 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]
