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

Enable UI service flag for disabling UI service #1261

Merged
merged 3 commits into from
May 19, 2021

Conversation

sairamankumar2
Copy link
Contributor

This Pull request tries to provide users an option to disable UI service due to following reasons.

Spark Driver service contains the same port that is already exposed by UI service.
A global way to disable the service, as service is a limited resource in a Kubernetes cluster (Limit of 5000 per namespace and 10,000 per cluster).
Adding link to OpenShift maximums as I was not able to identify Kubernetes service maximum

This PR also closes #1031

Copy link
Collaborator

@liyinan926 liyinan926 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 the PR! Can you update the Chart version?

@sairamankumar2
Copy link
Contributor Author

Hi @liyinan926,
Have updated the charts version from 1.1.0 to 1.1.1.

@liyinan926 liyinan926 merged commit ca473c9 into kubeflow:master May 19, 2021
jbhalodia-slack pushed a commit to jbhalodia-slack/spark-operator that referenced this pull request Oct 4, 2024
* Added enable-ui-service flag to disable UI service

* Added uiService.enable to helm charts

* Updated the Chart version to 1.1.1
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.

Removal Of Spark History service [ui-svc]
2 participants