Hi, are there any known problems with updating `cl...
# ask-the-community
d
Hi, are there any known problems with updating
cluster-resource-attribute
? Following this section to
flytectl update cluster-resource-attribute --attrFile cra.yaml
and when trying to restart flyteadmin it fails in the
sync-cluster-resources
init container (without any error logs).
Followed the format in the example:
Copy code
attributes:
    projectQuotaCpu: "1000"
    projectQuotaMemory: 5TB
domain: development
project: flyteexamples
And able to get it after setting it, so it does seem to be set properly
y
zero error logs is weird.
what is your log level set to? set it to 5
make sure that the admin is running with a service account that has rbac to set resource quotas on other namespaces.
d
Thanks @Yee was able to troubleshoot after doing that, turns out I set
GB
instead of
Gi
156 Views