-
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
Datadog admission labels cause failed submission #2367
Comments
Are you able to give your full |
@jacobsalway I'm assuming it's that we haven't enabled the mutating webhook |
Annotations/labels don't need to be patched by the mutating webhook as they are already supported by I wasn't able to replicate any issues with this specification on the latest release and saw the labels/annotations being added appropriately. apiVersion: sparkoperator.k8s.io/v1beta2
kind: SparkApplication
metadata:
name: spark-pi
namespace: default
spec:
type: Scala
mode: cluster
image: spark:3.5.3
imagePullPolicy: IfNotPresent
mainClass: org.apache.spark.examples.SparkPi
mainApplicationFile: local:///opt/spark/examples/jars/spark-examples.jar
arguments:
- "5000"
sparkVersion: 3.5.3
driver:
annotations:
admission.datadoghq.com/java-lib.version: "latest"
labels:
version: 3.5.3
admission.datadoghq.com/enabled: "true"
cores: 1
memory: 512m
serviceAccount: spark-operator-spark
executor:
annotations:
admission.datadoghq.com/java-lib.version: "latest"
labels:
version: 3.5.3
admission.datadoghq.com/enabled: "true"
instances: 1
cores: 1
memory: 512m |
I'll try this today! |
yeah I still get the same error:
|
What happened?
Adding
to spark submission results in this error
Reproduction Code
No response
Expected behavior
No response
Actual behavior
No response
Environment & Versions
Additional context
I'm following this tutorial: https://docs.datadoghq.com/data_jobs/kubernetes/?tab=datadogoperator
Impacted by this bug?
Give it a 👍 We prioritize the issues with most 👍
The text was updated successfully, but these errors were encountered: