Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support k8s #1219

Closed
wants to merge 1 commit into from
Closed

support k8s #1219

wants to merge 1 commit into from

Conversation

FireFoxAhri
Copy link
Contributor

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

@@ -0,0 +1,9 @@
FROM nm.hub.com/luban/linkis-base:1.0.5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

这个需要打包的时候自己修改,改成docker.io的话需要一个官方账号?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May need to use apache official account, we consult mentor

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@peacewong peacewong deleted the branch apache:dev-1.2.0 March 10, 2022 10:35
@peacewong peacewong closed this Mar 10, 2022
@peacewong peacewong reopened this Apr 11, 2022
@peacewong peacewong closed this Jun 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants