You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✋ I have searched the open/closed issues and my issue is not listed.
WIth the latest installed spark-operatot helm chart (v2.1.0) and activated webhook (by default) it's not possible to deploy SparkApplication (apiVersion: sparkoperator.k8s.io/v1beta2) with
gannulka
changed the title
Spark application does support securityContext.seccompProfile
it's not possible to set securityContext.seccompProfile in SparkApplication
Jan 29, 2025
Sorry, but the sample doesn't contain securityContext definition. Anyway I can confirm that it's possible to set SOME settings from securityContext, but not seccomProfile. Exactly about securityContext.seccomProfile this issue is about.
@gannulka Field.spec.[driver|executor].template is a PodTempalteSpec, it is possible to set almost everything of the spark pod except for the resource requirements. You can use spec.[driver|executor].template.spec.securityContext.seccomProfile to configure the seccomProfile.
What happened?
WIth the latest installed spark-operatot helm chart (v2.1.0) and activated webhook (by default) it's not possible to deploy SparkApplication (apiVersion: sparkoperator.k8s.io/v1beta2) with
the same for
Error is
spark-operator-webhook doesn't contain any errors or logs specific to this timestamp.
Reproduction Code
Deploy SparkApplication with
or
or
or
Expected behavior
Webhook should allow this field according to documentation https://github.com/kubeflow/spark-operator/blob/master/docs/api-docs.md#sparkoperator.k8s.io/v1beta2.SparkPodSpec
Actual behavior
Error is
Environment & Versions
Additional context
No response
Impacted by this bug?
Give it a 👍 We prioritize the issues with most 👍
The text was updated successfully, but these errors were encountered: