more flytekit 1.0 questions: is there a way to set default resource settings? we used to use flyte-c...
f
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
t
starting from the highest level, they are settable at the deployment level. in eks helm they’re here which came from these values
f
Default for all workflows in a registration I should say. Don't want to change the platform default for everyone
t
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?
f
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?
t
did the
update
command work?
f
ah it did i see
t
there should be a project level dashboard as well.
158 Views