input stringlengths 1 12.6k | output stringlengths 1 12k |
|---|---|
can you check the definition of the service account? just to make sure the cluster creation side is working.
<https://github.com/flyteorg/flyteadmin/pull/566> thank you <@U029U35LRDJ> who found the issue
we’ll be cutting a patch release on monday
can you set the service account using matchable resources for now?
on t... | Wow, so it has a issue?
Cool
What do you mean by use matchable resources?
|
Wow, so it has a issue?
Cool
What do you mean by use matchable resources?
| <https://docs.flyte.org/en/latest/deployment/configuration/general.html#deployment-configuration-general|Docs here>, basically make a file that looks like
```project: flytesnacks
# domain: development
security_context:
run_as:
k8s_service_account: myserviceaccount```
(can uncomment the domain too if you want) and... |
<https://docs.flyte.org/en/latest/deployment/configuration/general.html#deployment-configuration-general|Docs here>, basically make a file that looks like
```project: flytesnacks
# domain: development
security_context:
run_as:
k8s_service_account: myserviceaccount```
(can uncomment the domain too if you want) and... | Alright, I was setting the service account manually. Will do this instead.
Thanks a lot you guys!
|
Can flyte use azure blob as underly storage? I got an error “UPGRADE FAILED: execution error at (flyte-binary/templates/deployment.yaml:37:35): Invalid value for storage provider. Expected one of (s3, gcs), but got: azure” when I want use blob.
| where do you get this error
there are a few folks using azure
can the azure folks please comment
|
where do you get this error
there are a few folks using azure
can the azure folks please comment
| I change the provider to azure <https://github.com/flyteorg/flyte/blob/master/charts/flyte-binary/values.yaml#L60>.
|
I change the provider to azure <https://github.com/flyteorg/flyte/blob/master/charts/flyte-binary/values.yaml#L60>.
| Aah there is no default for azure, you gave to configure stow correctly
|
Aah there is no default for azure, you gave to configure stow correctly
| Is there any documentation for stow?
|
Is there any documentation for stow?
| <https://pkg.go.dev/github.com/khalid79/stow> i think is all there is.
|
Hi, are there any known problems with updating `cluster-resource-attribute` ?
Following <https://docs.flyte.org/en/latest/deployment/configuration/general.html#cluster-resources|this section> to `flytectl update cluster-resource-attribute --attrFile cra.yaml` and when trying to restart flyteadmin it fails in the `sync... | 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.
|
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.
| Thanks <@UNR3C6Y4T> was able to troubleshoot after doing that, turns out I set `GB` instead of `Gi`
|
Hi Flyte folks, i have a question or maybe a bug
So I have a workflow that itself calls other subworkflows.
i set the `overwrite cache` in the main parent workflow however that value is not propagating to the subworkflows so i have this weird execution that partially ran. All task and dynamic tasks have been rerun but... | it should be maintained i’m almost certain. it’s maintained even for launch plans.
cc <@U029U35LRDJ> when you get a chance tomorrow to confirm?
what version of flyte are you on?
|
it should be maintained i’m almost certain. it’s maintained even for launch plans.
cc <@U029U35LRDJ> when you get a chance tomorrow to confirm?
what version of flyte are you on?
| Hey <@U01M19CSER0> are they subworkflows or launchplans? Might get a chance to look at this here tonight. but it should work as you expect.
For launchplans I believe this should be fixed with <https://github.com/flyteorg/flytepropeller/pull/557|this PR>.
|
Hey <@U01M19CSER0> are they subworkflows or launchplans? Might get a chance to look at this here tonight. but it should work as you expect.
For launchplans I believe this should be fixed with <https://github.com/flyteorg/flytepropeller/pull/557|this PR>.
| we are running flytekit 1.4.2
they are launchplans
|
we are running flytekit 1.4.2
they are launchplans
| The version we would be interested in is FlytePropeller just to see if it includes the above fix. I just tested this locally and it seems to be working. If you're running flytekit 1.4.2 it leads me to believe you may be running an older propeller version as well? I think upgraded would fix this.
|
The version we would be interested in is FlytePropeller just to see if it includes the above fix. I just tested this locally and it seems to be working. If you're running flytekit 1.4.2 it leads me to believe you may be running an older propeller version as well? I think upgraded would fix this.
| oh gotcha, looks like we are on `flytepropeller:v1.1.78`
is there an easy way to see if the merge request is part of a release
|
oh gotcha, looks like we are on `flytepropeller:v1.1.78`
is there an easy way to see if the merge request is part of a release
| it looks like <https://github.com/flyteorg/flytepropeller/releases?page=2|v1.1.80> is the merge of this fix. Right now, looking at the release page is the only way, the flyte main repo contains links to the individual component versions.
however, we are switching over to a monorepo, so a single repo will have all indiv... |
it looks like <https://github.com/flyteorg/flytepropeller/releases?page=2|v1.1.80> is the merge of this fix. Right now, looking at the release page is the only way, the flyte main repo contains links to the individual component versions.
however, we are switching over to a monorepo, so a single repo will have all indiv... | oh gotcha, cool ill talk about the team with updating it
|
Hi Flyte team,
When can we expect a new release of flyte-binary helm chart with the below feature? Thanks
<https://github.com/flyteorg/flyte/pull/3631>
| <@U0265RTUJ5B> - should we cut a patch release for this? maybe early next week?
|
How can I use openai package in Flyte? I get some errors caused by the runtime env not have openai.
| Build a custom image with the packages you want in, and use that
|
Build a custom image with the packages you want in, and use that
| also check out the new imagespec stuff (<https://github.com/flyteorg/flytesnacks/pull/988/files#diff-42f7688717732cdd9e50179ac0f7dcbf30566966860ef336c24f6221f3674ba4R1|docs> to be merged soon) to help with image building
|
Dear all,
I am having some troubles configuring the project resource quotas in my deployment. I am using the flyte-binary Helm chart on Kubernetes (on-premise) and keep getting the error message below when trying to register my workflow.
I tried several things none of which changed the error I am getting. I also confi... | which chart are you using?
if you are using flyte-core, then the values are not correct.
it should be `configmap.task_resource_defaults` not `configuration.inline.task_resource_defaults`
check the contents of the `task_resources_defaults.yaml` in flyte-admin or so configmap in your cluster...
|
which chart are you using?
if you are using flyte-core, then the values are not correct.
it should be `configmap.task_resource_defaults` not `configuration.inline.task_resource_defaults`
check the contents of the `task_resources_defaults.yaml` in flyte-admin or so configmap in your cluster...
| Thanks for your quick answer, Felix. I am using the <https://github.com/flyteorg/flyte/tree/master/charts/flyte-binary|flyte-binary Chart>. I'm not sure if your suggestion also applies to this chart. But I'll give it a try now.
|
Thanks for your quick answer, Felix. I am using the <https://github.com/flyteorg/flyte/tree/master/charts/flyte-binary|flyte-binary Chart>. I'm not sure if your suggestion also applies to this chart. But I'll give it a try now.
| Hey, flyteadmin has a config that applies default resources to any task, and the upper limit that any task can use.
This is in place to avoid setting limits higher than the nodes available in the Kubernetes Cluster, thus making the task impossible to schedule. Also these limits apply when *registering* the tasks on fly... |
Hey, flyteadmin has a config that applies default resources to any task, and the upper limit that any task can use.
This is in place to avoid setting limits higher than the nodes available in the Kubernetes Cluster, thus making the task impossible to schedule. Also these limits apply when *registering* the tasks on fly... | Thanks also for your suggestion, Babis. I am trying this out now.
<@U03N8LN2SHX> I tried out `configmap.task_resource_defaults`instead of `configuration.inline.task_resource_defaults`but that didn't solve the problem for me. Also, in the <https://github.com/flyteorg/flyte/tree/master/charts/flyte-binary|readme> there ... |
Thanks also for your suggestion, Babis. I am trying this out now.
<@U03N8LN2SHX> I tried out `configmap.task_resource_defaults`instead of `configuration.inline.task_resource_defaults`but that didn't solve the problem for me. Also, in the <https://github.com/flyteorg/flyte/tree/master/charts/flyte-binary|readme> there ... | Thank you <@UU43XA551> and <@U03N8LN2SHX>!
|
Thank you <@UU43XA551> and <@U03N8LN2SHX>!
| you are welcome :+1:
|
Is there a way to completely mute logs from `flytectl`? We’ve tried `--logger.mute` but that doesn’t seem to do the trick:
```root@316456918fe4:/# flytectl --logger.mute version
INFO[0000] [0] Couldn't find a config file []. Relying on env vars and pflags.
{
"App": "flytectl",
"Build": "bd6b856",
"Version"... | Yes in your config.yaml set log level to 6
|
Could it be that something has change within propeller when getting default platform resources?
We’re trying to update from Flyte 1.3.0 to 1.6.0 at the moment and scheduler and worker pods of the `dask` plugin are unschedulable, as limits are not set properly.
We’re thinking `executionMetadata.GetPlatformResources()`... | This is possible, I know there's been a few updates. Very sorry about this, I will look into it.
|
This is possible, I know there's been a few updates. Very sorry about this, I will look into it.
| Uhho
|
Uhho
| Great! I’ll also try to replicate, but will need to check whether my `dask` development setup still works
|
Great! I’ll also try to replicate, but will need to check whether my `dask` development setup still works
| So <https://github.com/flyteorg/flytepropeller/pull/544|this PR is the culprit>. Basically, we were setting the resource overrides on the container to the containers resources, which is what made <https://github.com/flyteorg/flyteplugins/blob/9a2bbbaf2f3ac9e38222ba7755ac4bda1ac2fdb7/go/tasks/plugins/k8s/dask/dask.go#L6... |
So <https://github.com/flyteorg/flytepropeller/pull/544|this PR is the culprit>. Basically, we were setting the resource overrides on the container to the containers resources, which is what made <https://github.com/flyteorg/flyteplugins/blob/9a2bbbaf2f3ac9e38222ba7755ac4bda1ac2fdb7/go/tasks/plugins/k8s/dask/dask.go#L6... | Great thank you!
Do you mind if I fix the tests on your branch?
|
Great thank you!
Do you mind if I fix the tests on your branch?
| Thanks for checking, I was in meetings and planning on fixing these up. Ran into a little bit of a bug - will ping once ready!
|
Thanks for checking, I was in meetings and planning on fixing these up. Ran into a little bit of a bug - will ping once ready!
| Thank you! :bow:
|
Thank you! :bow:
| Should be good, please take a look! I think there was a small misunderstanding about platformResources and how they work, basically the `limit` is a hard limit, which should cause the task to fail if it exceeds rather than using it as a limit.
|
Should be good, please take a look! I think there was a small misunderstanding about platformResources and how they work, basically the `limit` is a hard limit, which should cause the task to fail if it exceeds rather than using it as a limit.
| Thank you! Reviewed :white_check_mark:
|
Hi, is it possible to change the bucket that flyte uses? If so, are there migration instructions?
We tried, and on the console, see 500 errors reading data from the old bucket for old workflows
| Have you tried configuring raw output data prefix? If you're using `pyflyte register`, here's the CLI reference: <https://docs.flyte.org/projects/flytekit/en/latest/pyflyte.html#pyflyte-register>.
|
Have you tried configuring raw output data prefix? If you're using `pyflyte register`, here's the CLI reference: <https://docs.flyte.org/projects/flytekit/en/latest/pyflyte.html#pyflyte-register>.
| Thanks, hm no haven't yet, we use `flytctl register` I believe. Can you elaborate on how the raw output data prefix works and how that might help with migrating flyte to use a new bucket?
|
Thanks, hm no haven't yet, we use `flytctl register` I believe. Can you elaborate on how the raw output data prefix works and how that might help with migrating flyte to use a new bucket?
| <https://docs.flyte.org/en/latest/concepts/data_management.html#raw-data-prefix> -- should help you understand what raw data prefix is all about.
|
<https://docs.flyte.org/en/latest/concepts/data_management.html#raw-data-prefix> -- should help you understand what raw data prefix is all about.
| Hi Samhita, it seems like raw data output is for writing data to a bucket. The problem we are facing is when we changed our bucket (and bucket name) that flyte uses for storage, the old workflows (pre-migration) are attempting to grab the data from the new bucket to display on the console. Even though all the data was ... |
Hi Samhita, it seems like raw data output is for writing data to a bucket. The problem we are facing is when we changed our bucket (and bucket name) that flyte uses for storage, the old workflows (pre-migration) are attempting to grab the data from the new bucket to display on the console. Even though all the data was ... | Changing the bucket name should be possible. Are you encountering issues when you're trying to run old workflows that have already been registered pre-migration?
Have you tried registering your workflows now? Also would you mind sharing the error you're seeing?
|
Changing the bucket name should be possible. Are you encountering issues when you're trying to run old workflows that have already been registered pre-migration?
Have you tried registering your workflows now? Also would you mind sharing the error you're seeing?
| Hi <@U01J90KBSU9>!
We’re encountering issues when trying to pull up old executions in console. The list of executions is fine, but once you click on one it won’t work (because some bucket name comparison fails).
|
Hi <@U01J90KBSU9>!
We’re encountering issues when trying to pull up old executions in console. The list of executions is fine, but once you click on one it won’t work (because some bucket name comparison fails).
| cc <@UNR3C6Y4T>
Can you share with us the exact error you're seeing?
|
cc <@UNR3C6Y4T>
Can you share with us the exact error you're seeing?
| Working on that :+1: We had to roll back our production instance, trying to reproduce on our staging Flyte deployment now
|
Hi, when namespacing is {project}-{domain} is there any way to set the resourcequotas based on {project}-{domain} combinations?
Current configuration:
Namespacing setting:
``` configmap:
namespace_config:
namespace_mapping:
template: "{{ project }}-{{ domain }}"```
Cluster resource manager template:... | <https://docs.flyte.org/en/latest/deployment/configuration/general.html#cluster-resources>
not to be confused with the task resources section above
|
<https://docs.flyte.org/en/latest/deployment/configuration/general.html#cluster-resources>
not to be confused with the task resources section above
| oh interesting, so I can configure any key value pair under `cluster_resource` <https://github.com/flyteorg/flyte/blob/1e3d515550cb338c2edb3919d79c6fa1f0da5a19/charts/flyte-core/values.yaml#L714|here> ?
do you have an example of how to set up resourceQuotas for specific {project}-{domain} combinations, and then for the... |
oh interesting, so I can configure any key value pair under `cluster_resource` <https://github.com/flyteorg/flyte/blob/1e3d515550cb338c2edb3919d79c6fa1f0da5a19/charts/flyte-core/values.yaml#L714|here> ?
do you have an example of how to set up resourceQuotas for specific {project}-{domain} combinations, and then for the... | if you set the matchable attribute for that project/domain, it should just work
for that one it should override, for the others it should fall back to the default
|
if you set the matchable attribute for that project/domain, it should just work
for that one it should override, for the others it should fall back to the default
| got it, thanks so much <@UNR3C6Y4T> :slightly_smiling_face:
|
Running into a weird issue where when I submit a job using FlyteRemote that has optional args (in this example, `Optional[str]`, when I try to rerun it using the UI Rerun Button, the field doesn't get populated.
But if I launch the job using the UI, it does get populated in the rerun panel.
It does show up when I forc... | <@U0231BEP02E> mind taking a look tomorrow?
|
<@U0231BEP02E> mind taking a look tomorrow?
| Okay yeah that looks like a bug; we’ll pick that up
cc: <@U047KD38XEU> <https://github.com/flyteorg/flyte/issues/3690>
|
Okay yeah that looks like a bug; we’ll pick that up
cc: <@U047KD38XEU> <https://github.com/flyteorg/flyte/issues/3690>
| thanks! :grin:
|
thanks! :grin:
| cc: <@U057D7X6JSJ>
|
cc: <@U057D7X6JSJ>
| Hey <@U047KD38XEU> I'm working on this ticket. Which version of Flyte/Flyte console are you using?
|
Hey <@U047KD38XEU> I'm working on this ticket. Which version of Flyte/Flyte console are you using?
| 1.5.0
|
1.5.0
| A fix is ready pending code review: <https://github.com/flyteorg/flyteconsole/pull/762>
|
A fix is ready pending code review: <https://github.com/flyteorg/flyteconsole/pull/762>
| :pray: thanks <@U057D7X6JSJ>
maybe we can get this in by monday? we’ll cut a patch release then
|
Hey yall! I'm running into the same stack <https://github.com/flyteorg/flyte/issues/2786|trace outlined on this issue>, and seemed to be addressed. I'm on a recent version of flyte (propeller, data catalog, admin 1.1.78), but trying to use map task for 30k inputs with concurrency=10. Am I stressing the k8s-array beyond... | can you post the specific stack trace you’re seeing? even if it looks almost exactly the same as the one in the issue, unless the versions are exactly the same, things like line numbers will have changed, etc. it’s helpful to see exactly what’s going on.
|
can you post the specific stack trace you’re seeing? even if it looks almost exactly the same as the one in the issue, unless the versions are exactly the same, things like line numbers will have changed, etc. it’s helpful to see exactly what’s going on.
| Sure!
```Workflow[apfelstrudel:development:apfelstrudel.flyte.workflows.search_workflow_fragmentlevel.hpo_deeplearning_cpu] failed. RuntimeExecutionError: max number of system retry attempts [51/50] exhausted. Last known status message: failed at Node[n1]. RuntimeExecutionError: failed during plugin execution, caused b... |
Sure!
```Workflow[apfelstrudel:development:apfelstrudel.flyte.workflows.search_workflow_fragmentlevel.hpo_deeplearning_cpu] failed. RuntimeExecutionError: max number of system retry attempts [51/50] exhausted. Last known status message: failed at Node[n1]. RuntimeExecutionError: failed during plugin execution, caused b... | Hey <@U01M3J7CY1M> this certainly seems like a bug. Very similar to the one you linked, but should be an easier fix. In the logs do you see anything like `array size > max allowed. requested [%v]. allowed [%v]`? My guess is that this lookup phase is returning an error which is not caught here. will submit a bug fix ... |
Hey <@U01M3J7CY1M> this certainly seems like a bug. Very similar to the one you linked, but should be an easier fix. In the logs do you see anything like `array size > max allowed. requested [%v]. allowed [%v]`? My guess is that this lookup phase is returning an error which is not caught here. will submit a bug fix ... | i see…
give us some time to investigate
give dan rather some time to investigate :slightly_smiling_face:
|
i see…
give us some time to investigate
give dan rather some time to investigate :slightly_smiling_face:
| <@U029U35LRDJ> <@UNR3C6Y4T> thanks for the heads up! I'll relaunch and rummage through the logs for it...
|
<@U029U35LRDJ> <@UNR3C6Y4T> thanks for the heads up! I'll relaunch and rummage through the logs for it...
| This maximum array size is also configured with the `maxArrayJobSize` value at something like `plugins.k8s-array.maxArrayJobSize` and then other specific configuration if caching is enabled (is it?). The default value is like 5000 but I'm sure you've increased it.
just to confirm, i was able to reproduce this locally w... |
This maximum array size is also configured with the `maxArrayJobSize` value at something like `plugins.k8s-array.maxArrayJobSize` and then other specific configuration if caching is enabled (is it?). The default value is like 5000 but I'm sure you've increased it.
just to confirm, i was able to reproduce this locally w... | I'm a newb with parsing logs with k9s and gcp, lemme try again. I'll reach out to our infra team and try to up this value. I'll report back here -- thanks <@U029U35LRDJ>!
in terms of flyte propeller <> datacatalog robustness, would we expect strange behavior if we up the limit to 30k?
|
I'm a newb with parsing logs with k9s and gcp, lemme try again. I'll reach out to our infra team and try to up this value. I'll report back here -- thanks <@U029U35LRDJ>!
in terms of flyte propeller <> datacatalog robustness, would we expect strange behavior if we up the limit to 30k?
| There should be nothing to worry about with the scale. In maptasks basically what happens is that it begins a sequential cache lookup process in the background, then periodically checks if it has completed. None of the subtasks will be started until the cache lookup for all of them is complete. So it may take a little ... |
There should be nothing to worry about with the scale. In maptasks basically what happens is that it begins a sequential cache lookup process in the background, then periodically checks if it has completed. None of the subtasks will be started until the cache lookup for all of them is complete. So it may take a little ... | amazing! Thanks Dan!
|
amazing! Thanks Dan!
| fix for the panic is submitted - <https://github.com/flyteorg/flyteplugins/pull/352>
|
My company has configured Flyter Admin server to store flyte data in another S3 bucket/folder.
How can we change the flyte config to replace <s3://my-s3-bucket/data> with the the other bucket/folder that has the necessary permissions?
| can you elaborate? what are you trying to do?
|
can you elaborate? what are you trying to do?
| My guess is switching the s3 bucket in the helm charts to point to the new bucket.
|
I got:
```{"asctime": "2023-05-16 14:16:33,972", "name": "flytekit", "levelname": "ERROR", "message": "Error from command '['aws', 's3', 'cp', '--acl', 'bucket-owner-full-control', '/var/folders/xn/j7gcmr5j12b7jy0nm2kfykhm0000gp/T/flytex7wgfw1z/control_plane_metadata/local_flytekit/2461a0641858e66c16dc8214fffdb4b7', '<... | which version of flytekit are you using? IIRC, there are some issues with uploading file in flytekit 1.4
|
which version of flytekit are you using? IIRC, there are some issues with uploading file in flytekit 1.4
| <@USU6W5ATA>, we are using flytekit==1.2.4
CC: <@U03NU4U6Q84>
|
<@USU6W5ATA>, we are using flytekit==1.2.4
CC: <@U03NU4U6Q84>
| only this workflow failed? or all other workflows failed as well.
|
only this workflow failed? or all other workflows failed as well.
| Only this workflow is having a input param of type dict.
All others have simple str or int as input, therefore no need to upload as files.
|
Only this workflow is having a input param of type dict.
All others have simple str or int as input, therefore no need to upload as files.
| just test it. this is a bug in flytekit v1.2.4, but there is another issue in flytekit v1.6. will create a pr shortly
|
just test it. this is a bug in flytekit v1.2.4, but there is another issue in flytekit v1.6. will create a pr shortly
| <@USU6W5ATA>, I believe I'm looking at the same error as well. I tested it on flytekit 1.5.0
<https://flyte-org.slack.com/archives/CP2HDHKE1/p1684297314863949?thread_ts=1683861857.343639&cid=CP2HDHKE1>
|
<@USU6W5ATA>, I believe I'm looking at the same error as well. I tested it on flytekit 1.5.0
<https://flyte-org.slack.com/archives/CP2HDHKE1/p1684297314863949?thread_ts=1683861857.343639&cid=CP2HDHKE1>
| I fixes it <https://github.com/flyteorg/flytekit/pull/1646|here>, but you can’t use default input for now since `type_engine` doesn’t use dataproxy to upload data. this is another issue, we’ll fix it.
|
I fixes it <https://github.com/flyteorg/flytekit/pull/1646|here>, but you can’t use default input for now since `type_engine` doesn’t use dataproxy to upload data. this is another issue, we’ll fix it.
| <@USU6W5ATA> <@U01J90KBSU9>, thank you very much!
|
Hi, is there a way to get try / catch behavior in a Flyte workflow.
I have a workflow where one of the tasks can fail to run. If it fails to run, I would like to perform different steps vs when it succeeds.
Something like this:
```@workflow
def wf():
try:
output0 = t0()
except Exception:
retur... | Not support for now. We are working on eager workflow that allows you to use try and catch. <https://github.com/flyteorg/flytekit/pull/1579>
<https://github.com/flyteorg/flyte/discussions/3396>
|
Not support for now. We are working on eager workflow that allows you to use try and catch. <https://github.com/flyteorg/flytekit/pull/1579>
<https://github.com/flyteorg/flyte/discussions/3396>
| Thanks for the response. I'll keep an eye on the issue
|
Should deviceflow auth work out of the box if openid auth has already been set up?
I tried changing my config like this PR description. <https://github.com/flyteorg/flytekit/pull/1552> Running flyte helm v1.5.0 and also flytekit 1.5.0 and the latest flytectl
| It will
Work only if your auth provider supports it
|
It will
Work only if your auth provider supports it
| how would I know if my auth provider supports it? I was getting *`Reason: SYSTEM:Unknown` errors*
|
how would I know if my auth provider supports it? I was getting *`Reason: SYSTEM:Unknown` errors*
| which authorization server are you using?
|
which authorization server are you using?
| Okta OpenID Connect but no custom OAuth2 server
|
Okta OpenID Connect but no custom OAuth2 server
| so you are using the selfauthserver?
so you have <https://github.com/flyteorg/flyte/blob/6fd4ddb5354314038a85ddb32375da1aa077bd3b/charts/flyte-binary/templates/configmap.yaml#L129|this line> set
|
so you are using the selfauthserver?
so you have <https://github.com/flyteorg/flyte/blob/6fd4ddb5354314038a85ddb32375da1aa077bd3b/charts/flyte-binary/templates/configmap.yaml#L129|this line> set
| yes
|
yes
| the self auth server doesn’t implement device flow unf.
so you won’t be able to, but okta authorization servers do
should be pretty easy to move to those.
|
Reminder: :red_circle: Community meeting is starting now - Info: <https://www.addevent.com/event/EA7823958>
| Cc <@U019PBV483E>
I think the other link is wrong
|
Hi!
This is such a great project,
i'm having problems when i add
"from flytekitplugins.spark import Spark" to my *.py
after running (remote way, im not having problems using 'pyflyte run *.py my_wf) the process is complete, but the wokflow appears failed with the following message from web UI:
[1/1] currentAttempt don... | You need to install flytekit plugins spark in the container
But for this join todays community sync - great work by <@USU6W5ATA> and <@U0520LYA2JD> makes this effortless
|
You need to install flytekit plugins spark in the container
But for this join todays community sync - great work by <@USU6W5ATA> and <@U0520LYA2JD> makes this effortless
| great! i have it installed in my local python env, how can i install it in the container?
<@USU6W5ATA>, <@U0520LYA2JD> can u please help me ?
|
great! i have it installed in my local python env, how can i install it in the container?
<@USU6W5ATA>, <@U0520LYA2JD> can u please help me ?
| <@U0583FJ4DKN> you have to write a dockerfile to build an image.
btw, you could try to use image spec. Here is an example to build image for spark task by using image spec.
<https://github.com/flyteorg/flytekit/pull/1616>
|
<@U0583FJ4DKN> you have to write a dockerfile to build an image.
btw, you could try to use image spec. Here is an example to build image for spark task by using image spec.
<https://github.com/flyteorg/flytekit/pull/1616>
| Thanks <@USU6W5ATA>, i tried image spec and it works with run, but not with run --remote.
|
Thanks <@USU6W5ATA>, i tried image spec and it works with run, but not with run --remote.
| you have to install envd plugin as well. pip install flytekitplugins-envd==1.6.1
|
you have to install envd plugin as well. pip install flytekitplugins-envd==1.6.1
| I think we should include envd in default? And then allow it to be overridden?
|
I think we should include envd in default? And then allow it to be overridden?
| +1 to including it in the flytekit library.
|
+1 to including it in the flytekit library.
| <@USU6W5ATA> i installed it sucesfully and got this
'failed to build the imageSpec' - autorization failed
|
<@USU6W5ATA> i installed it sucesfully and got this
'failed to build the imageSpec' - autorization failed
| Have you specified the registry? I think you should authenticate to dockerhub from the CLI.
<https://docs.docker.com/docker-hub/access-tokens/>
<@USU6W5ATA>, is dockerhub the only supported registry?
<@U0583FJ4DKN>, changing the registry name to your username should work!
Kevin, is spark working on the demo cluster?
|
Have you specified the registry? I think you should authenticate to dockerhub from the CLI.
<https://docs.docker.com/docker-hub/access-tokens/>
<@USU6W5ATA>, is dockerhub the only supported registry?
<@U0583FJ4DKN>, changing the registry name to your username should work!
Kevin, is spark working on the demo cluster?
| <@U01J90KBSU9> im able to run the spark example shared by kevin now with --remote flag! but got the following error in the web UI:
[1/1] currentAttempt done. Last Error: USER::core.py:760 in invoke │
│ │
│ ❱ 760 │ │ │ │ retu... |
<@U01J90KBSU9> im able to run the spark example shared by kevin now with --remote flag! but got the following error in the web UI:
[1/1] currentAttempt done. Last Error: USER::core.py:760 in invoke │
│ │
│ ❱ 760 │ │ │ │ retu... | This is weird. It is not understanding that something has changed- cc <@USU6W5ATA> / <@U0265RTUJ5B> this is unexpected
<@U0583FJ4DKN> is this after you use the new Imagespec
|
This is weird. It is not understanding that something has changed- cc <@USU6W5ATA> / <@U0265RTUJ5B> this is unexpected
<@U0583FJ4DKN> is this after you use the new Imagespec
| <@UNZB4NW3S>, yes, im using spark_image = ImageSpec(registry="<mydockerhubuser>"), and running it with flytekit==1.6.1 and flytekitplugins-envd==1.6.1
|
<@UNZB4NW3S>, yes, im using spark_image = ImageSpec(registry="<mydockerhubuser>"), and running it with flytekit==1.6.1 and flytekitplugins-envd==1.6.1
| > im able to run the spark example shared by kevin now with --remote flag! but got the following error in the web UI:
Would you be able to fetch the k8s log?
<https://docs.flyte.org/en/latest/community/troubleshoot.html#troubleshoot>
```kubectl get pods -n flytesnacks-development
kubectl logs <pod-name> -n fly... |
> im able to run the spark example shared by kevin now with --remote flag! but got the following error in the web UI:
Would you be able to fetch the k8s log?
<https://docs.flyte.org/en/latest/community/troubleshoot.html#troubleshoot>
```kubectl get pods -n flytesnacks-development
kubectl logs <pod-name> -n fly... | <@U01J90KBSU9> Sure!, this is the output
```tar: Removing leading `/' from member names
╭───────────────────── Traceback (most recent call last) ──────────────────────╮
│ /usr/local/bin/pyflyte-execute:8 in <module> │
│ ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.