brief-window-55364
10/21/2024, 2:05 PMapiVersion: v1
data:
config.yaml: |
plugins:
agent-service:
agents:
mockAgent:
endpoint: 'dns:///flyte-mock-agent'
insecure: true
defaultServiceConfig: '{"loadBalancingConfig": [{"round_robin":{}}]}'
timeouts:
ExecuteTaskSync: 300s
GetTask: 100s
defaultTimeout: 30s
kind: ConfigMap
Note: the lack of defaultAgent
But my executions are failing with [1/1] currentAttempt done. Last Error: USER::failed to get grpc connection with error: failed to exit idle mode: passthrough: received empty target in Build()
which seems like it's not picking up the config correctly (even tough I know it's doing the listing just fine) .
Do I need to specific the defaultAgent field?brief-window-55364
10/21/2024, 2:40 PMdamp-lion-88352
10/21/2024, 3:07 PMdamp-lion-88352
10/21/2024, 3:07 PMdamp-lion-88352
10/21/2024, 3:07 PMbrief-window-55364
10/21/2024, 3:08 PMdamp-lion-88352
10/21/2024, 3:08 PMbrief-window-55364
10/21/2024, 3:09 PMlistAgents
damp-lion-88352
10/21/2024, 3:09 PMlistAgentsthis means that you don't need to provide suported task type in propeller's config
brief-window-55364
10/21/2024, 3:09 PMbrief-window-55364
10/21/2024, 3:10 PMdamp-lion-88352
10/21/2024, 3:10 PMdamp-lion-88352
10/21/2024, 3:23 PM