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

[K8S][HELM] Add configuration support for multiple frontends to helm chart #4147

Closed
wants to merge 3 commits into from

Conversation

dnskr
Copy link
Contributor

@dnskr dnskr commented Jan 12, 2023

Why are the changes needed?

The changes allow to configure multiple frontends in the helm chart.
Notes:

  • Removed unused code
  • server.confDir renamed to kyuubiConfDir
  • server.conf renamed to kyuubiConf
  • livenessProbe and readinessProbe changed to execute bin/kyuubi status which actually prints Kyuubi is not running. The issue needs to be reviewed. Also livenessProbe and readinessProbe should be revisited in the next PR.

How was this patch tested?

  • Add some test cases that check the changes thoroughly including negative and positive cases if possible

  • Add screenshots for manual tests if appropriate

  • Run test locally before make a pull request

@cfmcgrady
Copy link
Contributor

cc @runzhliu

Copy link
Member

@pan3793 pan3793 left a comment

Choose a reason for hiding this comment

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

Thanks for great work, let some comments

charts/kyuubi/templates/_helpers.tpl Outdated Show resolved Hide resolved
charts/kyuubi/templates/kyuubi-deployment.yaml Outdated Show resolved Hide resolved
charts/kyuubi/values.yaml Outdated Show resolved Hide resolved
@runzhliu
Copy link
Contributor

LGTM.

@runzhliu
Copy link
Contributor

Looks like unittest or e2e test for Kyuubi Helm Chart is needed. @cfmcgrady @pan3793

@dnskr dnskr force-pushed the helm_frontend_configs branch from 8ddef6a to 65e1f59 Compare January 15, 2023 00:43
@dnskr dnskr requested a review from pan3793 January 16, 2023 09:04
@dnskr dnskr force-pushed the helm_frontend_configs branch from 481fe00 to ab10dd1 Compare February 1, 2023 21:13
@pan3793 pan3793 closed this in 8a99750 Feb 6, 2023
@pan3793 pan3793 added this to the v1.7.0 milestone Feb 6, 2023
@pan3793
Copy link
Member

pan3793 commented Feb 6, 2023

Thanks, merged to master

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