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
If this issue is time-sensitive, I have submitted a corresponding issue with GCP support.
Bug Description
I am creating a CloudFunctionsFunction where I specify a failurePolicy of false for the event trigger.
While the function is successfully created and with a Retry on failure setting of "Function won't be automatically retried on failure", in the logs for the Config connector I'm seeing errors what appear to be trying to set the failurePolicy to true, an operation that fails because it is an immutable field.
My resource is annotated with cnrm.cloud.google.com/reconcile-interval-in-seconds: 0 and cnrm.cloud.google.com/management-conflict-prevention-policy: "none" so I'm surprised it's trying to reconcile the function anyway.
The function works but I would just like my logs not to be cluttered with this error message.
Additional Diagnostic Information
Error message "infeasible update: ({true <nil> EventTrigger.FailurePolicy}) would require recreation"
Checklist
Bug Description
I am creating a
CloudFunctionsFunction
where I specify afailurePolicy
offalse
for the event trigger.While the function is successfully created and with a Retry on failure setting of "Function won't be automatically retried on failure", in the logs for the Config connector I'm seeing errors what appear to be trying to set the failurePolicy to
true
, an operation that fails because it is an immutable field.My resource is annotated with
cnrm.cloud.google.com/reconcile-interval-in-seconds: 0
andcnrm.cloud.google.com/management-conflict-prevention-policy: "none"
so I'm surprised it's trying to reconcile the function anyway.The function works but I would just like my logs not to be cluttered with this error message.
Additional Diagnostic Information
Error message
"infeasible update: ({true <nil> EventTrigger.FailurePolicy}) would require recreation"
Kubernetes Cluster Version
v1.30.5-gke.1014001
Config Connector Version
1.111.0
Config Connector Mode
namespaced mode (default)
Log Output
The text was updated successfully, but these errors were encountered: