https://flyte.org logo
d

Dylan Wilder

08/01/2022, 8:20 PM
more flytekit 1.0 questions: is there a way to set default resource settings? we used to use flyte-cli with the flyte conf file but that's no longer used
y

Yee

08/01/2022, 8:42 PM
starting from the highest level, they are settable at the deployment level. in eks helm they’re here which came from these values
d

Dylan Wilder

08/01/2022, 8:44 PM
Default for all workflows in a registration I should say. Don't want to change the platform default for everyone
y

Yee

08/01/2022, 8:45 PM
one layer down, they’re also now settable at the project/domain level. see more here
at the registration/compilation level yeah, we nixed these options. 😞
do you think the project/domain level settings will be sufficient?
d

Dylan Wilder

08/01/2022, 8:49 PM
not sure i have this option
Copy code
% flytectl get task-resource-attribute -p sp-one-model -d development --attrFile tra.yaml
Error: rpc error: code = NotFound desc = Resource [{Project:sp-one-model Domain:development Workflow: LaunchPlan: ResourceType:TASK_RESOURCE}] not found
admin setting?
y

Yee

08/01/2022, 8:50 PM
did the
update
command work?
d

Dylan Wilder

08/01/2022, 8:52 PM
ah it did i see
y

Yee

08/01/2022, 9:24 PM
there should be a project level dashboard as well.
2 Views