You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by GitBox <gi...@apache.org> on 2021/07/22 06:13:53 UTC

[GitHub] [incubator-kyuubi] hddong commented on a change in pull request #858: [KYUUBI #844] Exposing Kyuubi as a NodePort service

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: commits-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org