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 03:32:46 UTC

[GitHub] [incubator-kyuubi] ulysses-you commented on a change in pull request #858: [KYUUBI#844]Use NodePort to expose kyuubi port on k8s

ulysses-you commented on a change in pull request #858:
URL: https://github.com/apache/incubator-kyuubi/pull/858#discussion_r674477371



##########
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:
       It seems 24-25 line should move to line 30 ?




-- 
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