Alex Bain
05/10/2022, 6:47 PM1.0.1
and now workflows executed with flyte-cli execute-launch-plan
(with flytekit 0.26.0) lose their k8s service account that was declared with flyte-cli register-files --kubernetes-service-account
. When I execute the same workflow from Flyte Console the k8s service account is fine.default
-- this one is the actual blocker for us.katrina
05/10/2022, 6:50 PMAlex Bain
05/10/2022, 6:51 PMHaytham Abuelfutuh
05/10/2022, 6:54 PMAlex Bain
05/10/2022, 6:55 PMflyte-cli -p avexampleworkflows -d dev -h avflyteadmin.pdx.l5.woven-planet.tech execute-launch-plan -u lp:avexampleworkflows:dev:app.workflows.fabrik.spark_test_workflow.spark_workflow:542c917bfabfd61be18d9c4c71a51d552d4f8428 -r abain
loses the declared k8s service account for me (while running from the UI is fine). This is on flytekit 0.26.0.Haytham Abuelfutuh
05/10/2022, 6:56 PMAlex Bain
05/10/2022, 6:58 PMkatrina
05/10/2022, 6:58 PMHaytham Abuelfutuh
05/10/2022, 6:59 PMWould updating to the latest flytekit solve the subworkflow issue?I highly doubt that... looking into this
katrina
05/10/2022, 7:00 PMflytectl get execution -p flytesnacks -d development <name>
Alex Bain
05/10/2022, 7:04 PMflytectl get execution --admin.endpoint avflyteadmin.pdx.l5.woven-planet.tech:443 -p avexampleworkflows -d dev f08d22ec484784cf4a06 -o json
flyte-cli execute-launch-plan
flyte-cli execute-launch-plan
with flytectl create execution
, but my real blocker is subworkflows losing the k8s service accountkatrina
05/10/2022, 7:09 PMAlex Bain
05/10/2022, 7:14 PMkatrina
05/10/2022, 7:21 PMAlex Bain
05/10/2022, 7:23 PMkatrina
05/10/2022, 8:23 PMAlex Bain
05/10/2022, 9:31 PMflytectl get execution --admin.endpoint avflyteadmin.pdx.l5.woven-planet.tech:443 -p avfleetscenes -d dev *adb2nvlmk42w44g2f98g* -o json
katrina
05/10/2022, 9:34 PMAlex Bain
05/10/2022, 9:35 PMflyte.workflows.fs1_scene_generation.FS1SceneReconstructionNoIndexSparkWorkflow
parent workflow (whose subworkflow fails)flytectl get execution --admin.endpoint avflyteadmin.pdx.l5.woven-planet.tech:443 -p avfleetscenes -d dev fsar4pvq -o json
katrina
05/10/2022, 10:52 PMAlex Bain
05/10/2022, 10:52 PMkatrina
05/11/2022, 7:01 PMAlex Bain
05/11/2022, 9:13 PM