Nada Saiyed
07/11/2022, 7:37 PMflyte-*
pods running in test-flyte
namespace instead of default flyte
namespace. I am able to create projects and register workflows, but when i try to execute the workflow from the console it goes into an Unknown
state.flyteadmin
pod’s log: i see its not able to override some value:
{"json":{"exec_id":"ahv8j78dp949xztgxgfq"},"level":"warning","msg":"Failed to fetch override values when assigning task resource default values for [resource_type:WORKFLOW project:\"nsaiyed-flyte-project\" domain:\"development\" name:\"<http://workflows.example.wf|workflows.example.wf>\" version:\"v2\" ]: Resource [{Project:nsaiyed-flyte-project Domain:development Workflow:<http://workflows.example.wf|workflows.example.wf> LaunchPlan: ResourceType:TASK_RESOURCE}] not found","ts":"2022-07-11T19:22:12Z"}
{"json":{"exec_id":"ahv8j78dp949xztgxgfq"},"level":"warning","msg":"Failed to fetch override values when assigning execution queue for [{ResourceType:WORKFLOW Project:nsaiyed-flyte-project Domain:development Name:<http://workflows.example.wf|workflows.example.wf> Version:v2 XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0}] with err: Resource [{Project:nsaiyed-flyte-project Domain:development Workflow:<http://workflows.example.wf|workflows.example.wf> LaunchPlan: ResourceType:EXECUTION_QUEUE}] not found","ts":"2022-07-11T19:22:12Z"}
{"json":{"exec_id":"ahv8j78dp949xztgxgfq"},"level":"warning","msg":"Setting security context from auth Role","ts":"2022-07-11T19:22:12Z"}
flytepropeller
pod’s log i see its not able to find the namespace flyte
1 leaderelection.go:329] error initially creating leader election record: namespaces "flyte" not found
test-flyte
?katrina
Nada Saiyed
07/11/2022, 8:01 PMkatrina
Yee
Shahwar Saleem
07/12/2022, 5:18 PM