Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[ZEPPELIN-6144] Add Helm chart for deploying Zeppelin on Kubernetes#4896

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
ChenYi015 wants to merge18 commits intoapache:master
base:master
Choose a base branch
Loading
fromChenYi015:feature/helm-chart
Open
Changes from1 commit
Commits
Show all changes
18 commits
Select commitHold shift + click to select a range
dc4a8e8
Add Helm chart for deploying Zeppelin on Kubernetes
ChenYi015Nov 5, 2024
be34c5b
Update Helm chart README
ChenYi015Nov 5, 2024
37d0ce9
Add support for configuring Zeppelin
ChenYi015Nov 5, 2024
20ec7f3
Update
ChenYi015Nov 12, 2024
df75a16
Remove zeppelin server gateway
ChenYi015Nov 12, 2024
a88ac10
Remove dnsmasq
ChenYi015Nov 12, 2024
e4bced5
Update license comments
ChenYi015Nov 13, 2024
cee2547
Update zeppelin server deployment when configuration changes
ChenYi015Nov 13, 2024
5bd0dfc
Mount conf files via subPath
ChenYi015Nov 13, 2024
0fa9436
Update
ChenYi015Nov 13, 2024
b6de489
Update
ChenYi015Nov 14, 2024
43f5be8
Update
ChenYi015Nov 14, 2024
bc85537
Add more options for configuring Spark executor pods
ChenYi015Nov 15, 2024
a69de89
fix: interpreter envFrom does not work
ChenYi015Nov 19, 2024
640d91b
feat: add support for configuring Spark pod labels and annotations
ChenYi015Nov 21, 2024
0ce9d5e
Update helm chart README
ChenYi015Nov 21, 2024
57bf578
Add pod deletecollection permission to interpreter role
ChenYi015Nov 29, 2024
beea983
Add license
ChenYi015Dec 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Update helm chart README
Signed-off-by: Yi Chen <github@chenyicn.net>
  • Loading branch information
@ChenYi015
ChenYi015 committedNov 21, 2024
commit0ce9d5e2c0c90ee87c95e5804147c771993ba488
10 changes: 6 additions & 4 deletionscharts/zeppelin/README.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -51,10 +51,12 @@ A Helm chart for deploying Apache Zeppelin on Kubernetes.
| interpreter.spark.image.repository | string | `"spark"` | Spark image repository. |
| interpreter.spark.image.tag | string | `"3.5.3"` | Spark image tag. |
| interpreter.spark.conf | object | `{"spark.kubernetes.driver.podTemplateFile":"file:///opt/spark/conf/driver-pod-template.yaml","spark.kubernetes.executor.podTemplateFile":"file:///opt/spark/conf/executor-pod-template.yaml"}` | Spark configurations. |
| interpreter.spark.volumes | list | `[]` | Volumes for Spark executor pods. |
| interpreter.spark.env | list | `[]` | Environment variables for Spark executor containers. |
| interpreter.spark.envFrom | list | `[]` | Environment variable sources for Spark executor containers. |
| interpreter.spark.volumeMounts | list | `[]` | Volume mounts for Zeppelin interpreter containers. |
| interpreter.spark.labels | object | `{}` | Extra labels for Spark pods. |
| interpreter.spark.annotations | object | `{}` | Extra annotations for Spark pods. |
| interpreter.spark.volumes | list | `[]` | Volumes for Spark pods. |
| interpreter.spark.env | list | `[]` | Environment variables for Spark containers. |
| interpreter.spark.envFrom | list | `[]` | Environment variable sources for Spark containers. |
| interpreter.spark.volumeMounts | list | `[]` | Volume mounts for Spark containers. |
| interpreter.labels | object | `{}` | Extra labels for Zeppelin interpreter pods. |
| interpreter.annotations | object | `{}` | Extra annotations for Zeppelin interpreter pods. |
| interpreter.volumes | list | `[]` | Volumes for Zeppelin interpreter pods. |
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp