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
Despite the unintended aws config, the published events do make it to GCP pub/sub and can be pulled in the cloud console.
However, even though the messages can successfully be pulled from the pub sub topic/subscription, flyteadmin always shows error logs:
{"json":{"exec_id":"b862f22a535442bda2e4","node":"n0"},"level":"error","msg":"Failed to publish a message with key [flyteidl.admin.TaskExecutionEventRequest] and message [Context Attributes,\n specversion: 1.0\n type: com.flyte.resource.flyteidl.admin.TaskExecutionEventRequest\n ... ] and error: context canceled","ts":"2023-05-10T11:46:42Z"}
{"json":{"exec_id":"b862f22a535442bda2e4","node":"n0"},"level":"error","msg":"Failed to send message [event:\u003ctask_id:\u003cresource_type:TASK ... ] with error: context canceled","ts":"2023-05-10T11:46:42Z"}
Expected behavior
The documentation should not say to add the region for GCP but the projedId.
When configuring GCP, the resulting configmap should not contain AWS config.
Flyteadmin should not show errors even though the published events make it to pub/sub and can be pulled from there.
Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
Yes
Have you read the Code of Conduct?
Yes
The text was updated successfully, but these errors were encountered:
Hello 👋, this issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will engage on it to decide if it is still applicable.
Thank you for your contribution and understanding! 🙏
Describe the bug
How the cloud events integration of flyteadmin can be configured is documented here.
For GCP, for instance, it says:
When including such a config in the helm values file, the following error is raised in flyteadmin:
When setting the
projectId
instead of the region as done here, this error disappears.However, the resulting yaml file in the flyteadmin configmap still contains aws config:
Despite the unintended aws config, the published events do make it to GCP pub/sub and can be pulled in the cloud console.
However, even though the messages can successfully be pulled from the pub sub topic/subscription, flyteadmin always shows error logs:
Expected behavior
Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: