Unable to create CertificateManagerDNSAuthorization if resource has KRM-style label #3457
Open
3 tasks done
Labels
bug
Something isn't working
Checklist
Bug Description
Unable to create/update
CertificateManagerDNSAuthorization
if the resource contains KRM style label (prefixed with/
). Status:I tried creating another resource (pubsub topic) with same labels, and I was able to successfully create it.
I suspect this is a bug specific to CertificateManagerAPI. According to this, KRM-style label should not be passed to any GCP API
Additional Diagnostic Information
None
Kubernetes Cluster Version
Client Version: v1.31.3 Kustomize Version: v5.4.2 Server Version: v1.30.6-gke.1125000
Config Connector Version
1.126.0
Config Connector Mode
namespaced mode (default)
Log Output
Steps to reproduce the issue
app.kubernetes.io/managed-by
label, 1 CertificateManagerDNSAuthorization without that label, and 1 pubsub topic with that label.The pubsub topic will be created just fine but only one of the
CertificateManagerDNSAuthorization
will be created. The one that hasapp.kubernetes.io/managed-by
label will have a status ofUpdateFailed
YAML snippets
The text was updated successfully, but these errors were encountered: