You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@linkis.apache.org by GitBox <gi...@apache.org> on 2021/12/17 07:55:05 UTC

[GitHub] [incubator-linkis] FireFoxAhri opened a new pull request #1219: support k8s

FireFoxAhri opened a new pull request #1219:
URL: https://github.com/apache/incubator-linkis/pull/1219


   ### What is the purpose of the change
   Support Linkis to run on k8s.
   
   **Notice**
   This is a early version of k8s support. People using this need to change some code depending on your own environment.
   
   ### Brief change log
   - Add Linkis on k8s entrypoint script.
   - Add dockerfiles for Linkis components.
   - Add example k8s deployment yaml.
   
   ### Verifying this change
   This change is a trivial rework without any test coverage.  
   
   ### Does this pull request potentially affect one of the following parts:
   - Dependencies (does it add or upgrade a dependency): no
   - Anything that affects deployment: **yes**
   - The MGS(Microservice Governance Services), i.e., Spring Cloud Gateway, OpenFeign, Eureka.: no
   
   ### Documentation
   - Does this pull request introduce a new feature? **yes**
   - If yes, how is the feature documented?  **See k8s/README.md**


-- 
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: dev-unsubscribe@linkis.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] peacewong closed pull request #1219: support k8s

Posted by GitBox <gi...@apache.org>.
peacewong closed pull request #1219:
URL: https://github.com/apache/incubator-linkis/pull/1219


   


-- 
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@linkis.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org


[GitHub] [incubator-linkis] casionone commented on a change in pull request #1219: support k8s

Posted by GitBox <gi...@apache.org>.
casionone commented on a change in pull request #1219:
URL: https://github.com/apache/incubator-linkis/pull/1219#discussion_r804381350



##########
File path: k8s/Dockerfile/linkis-cg-engineconnmanager.Dockerfile
##########
@@ -0,0 +1,9 @@
+FROM nm.hub.com/luban/linkis-base:1.0.5

Review comment:
       Infra has created linkis repos in dockhub https://hub.docker.com/r/apache/linkis ,but apache org account at DockerHub has reached its max limit.
   We will try to use [Github Docker Registry] (https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-docker-registry) as an alternative.
   more detail see:https://issues.apache.org/jira/browse/INFRA-22785




-- 
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@linkis.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org


[GitHub] [incubator-linkis] legendtkl commented on a change in pull request #1219: support k8s

Posted by GitBox <gi...@apache.org>.
legendtkl commented on a change in pull request #1219:
URL: https://github.com/apache/incubator-linkis/pull/1219#discussion_r771182055



##########
File path: k8s/Dockerfile/linkis-cg-engineconnmanager.Dockerfile
##########
@@ -0,0 +1,9 @@
+FROM nm.hub.com/luban/linkis-base:1.0.5

Review comment:
       这个是内部的吗?可以改成 docker.io 的




-- 
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: dev-unsubscribe@linkis.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] FireFoxAhri commented on a change in pull request #1219: support k8s

Posted by GitBox <gi...@apache.org>.
FireFoxAhri commented on a change in pull request #1219:
URL: https://github.com/apache/incubator-linkis/pull/1219#discussion_r771183417



##########
File path: k8s/Dockerfile/linkis-cg-engineconnmanager.Dockerfile
##########
@@ -0,0 +1,9 @@
+FROM nm.hub.com/luban/linkis-base:1.0.5

Review comment:
       > 这个是内部的吗?可以改成 docker.io 的
   
   这个需要打包的时候自己修改,改成docker.io的话需要一个官方账号?




-- 
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: dev-unsubscribe@linkis.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] peacewong commented on a change in pull request #1219: support k8s

Posted by GitBox <gi...@apache.org>.
peacewong commented on a change in pull request #1219:
URL: https://github.com/apache/incubator-linkis/pull/1219#discussion_r772046681



##########
File path: k8s/Dockerfile/linkis-cg-engineconnmanager.Dockerfile
##########
@@ -0,0 +1,9 @@
+FROM nm.hub.com/luban/linkis-base:1.0.5

Review comment:
       May need to use apache official account, we consult mentor




-- 
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: dev-unsubscribe@linkis.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org