-
Notifications
You must be signed in to change notification settings - Fork 961
Use Kustomize HelmChart for Spark Operator #3139
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
base: master
Are you sure you want to change the base?
Use Kustomize HelmChart for Spark Operator #3139
Conversation
Signed-off-by: kunal-511 <[email protected]>
@juliusvonkohout |
Signed-off-by: kunal-511 <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: kunal-511 <[email protected]>
Signed-off-by: kunal-511 <[email protected]>
Signed-off-by: kunal-511 <[email protected]>
Signed-off-by: kunal-511 <[email protected]>
Signed-off-by: kunal-511 <[email protected]>
Signed-off-by: kunal-511 <[email protected]>
Signed-off-by: kunal-511 <[email protected]>
I am a bit confused. spark is totally independent of the KSERVE models web application. |
@@ -15,8 +17,14 @@ configMapGenerator: | |||
- literals: | |||
- APP_DISABLE_AUTH="True" | |||
name: kserve-models-web-app-config | |||
apiVersion: kustomize.config.k8s.io/v1beta1 | |||
kind: Kustomization | |||
helmCharts: |
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.
i think this belongs to https://github.com/kubeflow/manifests/tree/master/apps/spark/spark-operator spark and kserve have noting to do with each other.
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.
Yes I know that kserve and spark are not related to each other
Signed-off-by: kunal-511 <[email protected]>
Signed-off-by: kunal-511 <[email protected]>
Signed-off-by: kunal-511 <[email protected]>
Signed-off-by: kunal-511 <[email protected]>
@juliusvonkohout is there anything else pending in this to be added ? |
@@ -19,4 +19,4 @@ jobs: | |||
|
|||
- name: Unit Test | |||
run: | | |||
kustomize build example | |||
kustomize build --enable-helm example |
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.
We should not change the default installation for now due to politcial reasons. Lets do the spark -operator stuff under experimental/helm for now. and keep
apps/spark/spark-operator as it is
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.
We can leave the PR open, just create a separate one
Pull Request Template for Kubeflow Manifests
✏️ Summary of Changes
✅ Contributor Checklist