hddong commented on a change in pull request #858: URL: https://github.com/apache/incubator-kyuubi/pull/858#discussion_r674524598
########## File path: docker/kyuubi-pod.yaml ########## @@ -17,10 +17,13 @@ # Usage: # Start: -# kubectl apply -f https://raw.githubusercontent.com/apache/incubator-kyuubi/master/docker/example.yaml +# kubectl apply -f https://raw.githubusercontent.com/apache/incubator-kyuubi/master/docker/kyuubi-pod.yaml +# Expose port: +# 1. for tmp test +# kubectl port-forward kyuubi-example --address localhost 10009:10009 +# 2. use NodePort +# see usage of kyuubi-service.yaml Review comment: Thanks for your review, it's seems better to put it there -- 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]
