Hello we are still working to get flyte running in...
# ask-the-community
m
Hello we are still working to get flyte running in our environment. Our IAM roles are pretty wide open at this point. Workflow get stuck in Running state but tasks do not get kicked off and no pods get started. Here is the errors we are getting when we kick of an individual task from the UI. Hope for any hints to help us move forward. Request failed with status code 500 failed to create workflow in propeller FlyteWorkflow.flyte.lyft.com "a79rf65mq9pmq4zhs67d" is invalid: [metadata.annotations: Invalid value: "": name part must be non-empty, metadata.annotations: Invalid value: "": name part must consist of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyName', or 'my.name', or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]')] This workflow has no input parameters.
k
Something seems wrong, in the setup. Thr crd object validation is failing
m
Hey Ketan. Are you saying the meta.name refers to the crd object. Can you elaborate a bit more where to look please?
k
I mean the workflow that it’s trying to write seems to be wrong. Not sure how that’s possible. Do you have an admission webhook
m
We do. We require certain labels, annotations, etc
k
That’s where the problem seems to br
m
How can we supply that? Pod template?
k
You can use webhooks, just don’t mess around with the name ? Else you can also add to project and execution
156 Views