-
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
driver.ports
and executor.ports
fields in SparkApplication not honoured
#2113
Comments
driver.ports
field in SparkApplication not honoureddriver.ports
and executor.ports
fields in SparkApplication not honoured
It seems the same issue has already been reported. |
@marcoboi The CRD files have been updated in chart version 1.4.5 and |
Thank you @ChenYi015.
Same for the executors (I only report the port section for brevity):
|
@marcoboi Did you enable the webhook? The ports are patched by webhook server, so you need to enable the webhook by adding |
Thank you @ChenYi015 . I would be worth documenting this more in detail. |
@marcoboi Thank you for the advice about improving the docs Writing a SparkApplication | Kubeflow, the docs are somewhat outdated. Though, we are preparing to release Spark operator version |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I've deployed the spark-operator using the helm chart version 1.2.14.
I'm trying to expose a port on the driver and executors.
According to the docs, this should be possible.
Yet, when I try that, the port is not actually exposed on the pod and the following error is produced:
Here is the configuration I'm using:
The text was updated successfully, but these errors were encountered: