danhuawang commented on PR #56: URL: https://github.com/apache/gravitino-playground/pull/56#issuecomment-2298156442
Can you help add some steps in README.md like the following examples ,so that the doc is more user friendly ? 1. Log in to the Gravitino playground Trino pod using the following command: ```shell kubectl exec trino-5f6b6f996c-cshfv -n gravitino-playground -it -- /bin/bash ```` 2. Log in to the Gravitino playground Spark pod using the following command: ```shell kubectl exec spark-74fd98c69-slp8m -n gravitino-playground -it -- /bin/bash ```` 3. In local minikube, access gravitino ui using the following command: ``` kubectl expose deployment gravitino -n gravitino-playground --name gravitino-ui --type=NodePort --port=8090 ``` ``` minikube service gravitino-ui -n gravitino-playground --url ``` -- 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]
