-
Notifications
You must be signed in to change notification settings - Fork 657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Task launch failed: failed to create workflow in propeller namespaces “flytetester-development” not found #1173
Comments
mayitbeegh
added
bug
Something isn't working
untriaged
This issues has not yet been looked at by the Maintainers
labels
Jun 23, 2021
Thank you for opening your first issue here! 🛠 |
kumare3
changed the title
[BUG] Task launch failed: Ufailed to create workflow in propeller namespaces “flytetester-development” not found
[BUG] Task launch failed: failed to create workflow in propeller namespaces “flytetester-development” not found
Jul 2, 2021
kumare3
removed
the
untriaged
This issues has not yet been looked at by the Maintainers
label
Jul 2, 2021
I ran the registration using the latest flyte components and flytekit-java and i wasn't able to reporduce this issue.
I am closing this issue for now and we can reopen it if we encounter this again |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Launching an example
flytekit-java
task registered byjflyte
results in the following error:Request failed with status code 500
. In the browser dev tools, the response payload says:Ufailed to create workflow in propeller namespaces “flytetester-development” not found
Ufailed to create workflow in propeller namespaces “flytetester-development” not found`
Potentially caused by syncresources cron job not running.
Expected behavior
The task executes successfully.
[Optional] Additional context
To Reproduce
Steps to reproduce the behavior:
$ scripts/jflyte register workflows
-d=development
-p=flytetester
-v=$(git describe --always)
-cp=flytekit-examples/target/lib
) to register example tasks and workflows with local sandbox.
To Remedy
Follow the instruction in #162 and run
kubectl create job --from=cronjob/syncresources <job name> -n flyte
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: