-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add spark-operator chart #1061
Add spark-operator chart #1061
Conversation
This fails on EKS Kubernetes v1.18.8 due to:
|
I removed the
|
Seems like an issue with CRD changes intoduced in Pinging @yuchaoran2011 @liyinan926 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for adding the chart!
From which repo will we be able to install this chart? |
The current most recent commit [1] still advises to use the deprecated [2] repo source. If I fetch the chart it is the old one. What am I missing? [1] 98414e7 [2] https://charts.helm.sh/incubator/ and follow the status or deprecation links. |
@jkleckner the action is in place but the gh-pages branch needs to be created by a contributor. This will enable the creation of an index.yaml file in that branch that will allow you to add it as a source in Helm 3. I do have this working on my fork if you are in a bind and need to use it to deploy. You would use http://beyondthecorneroffice.com/spark-on-k8s-operator as your repo. |
@jgardner04 Thank you. It turns out you can use a local file path for the chart as well, which I got working. We are also going to bundle this chart into our own chart museum. As a side-effect, I noticed that current kubernetes v1.19.x requires some patches as seen in [1]. So I created a PR #1084 for this repo [2] that brings those changes back here. [2] #1084 |
@hagaibarel This should be fixed with #1084 |
@hagaibarel have you tried tolerations at all? I'm finding that The I'll file an issue. |
* add new chart folder * fix some typos in webhook init job * add helm-docs * add more readme description * remove kube version field
Related to #1021