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