crooked-vase-16428
10/22/2024, 1:50 AMflyteadmin
and I passed the same password that let me log in from my laptop.jolly-florist-66728
10/22/2024, 1:50 AMvalues.yaml
file. Verify the secret is correctly mounted and accessible by Flyte.
Would you like more detail on setting up the secret or troubleshooting steps?
Sources:
- Flyte Discussion on Secrets 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.average-finland-92144
10/22/2024, 10:19 PMcrooked-vase-16428
10/22/2024, 10:46 PMcrooked-vase-16428
10/22/2024, 10:47 PMhelm install flyte-backend flyteorg/flyte-binary
average-finland-92144
10/22/2024, 10:51 PMcrooked-vase-16428
10/22/2024, 10:52 PMaverage-finland-92144
10/22/2024, 10:53 PMcrooked-vase-16428
10/22/2024, 10:53 PMcrooked-vase-16428
10/22/2024, 10:54 PMflyteadmin
average-finland-92144
10/22/2024, 10:55 PMeks-starter.yaml
?average-finland-92144
10/22/2024, 10:56 PMaverage-finland-92144
10/22/2024, 10:56 PMcrooked-vase-16428
10/22/2024, 10:57 PMaverage-finland-92144
10/22/2024, 10:58 PMaverage-finland-92144
10/22/2024, 10:59 PMcrooked-vase-16428
10/22/2024, 11:01 PMglobal.postgresql.auth.database
param to flyteadmin
. Before I was just logging in to postgres and doing create database flyteadmin
crooked-vase-16428
10/22/2024, 11:13 PMwait-for-db
stage!crooked-vase-16428
10/22/2024, 11:17 PMCrashLoopBackOff
on the actual flyte
container! Progress!crooked-vase-16428
10/22/2024, 11:18 PMcrooked-vase-16428
10/22/2024, 11:38 PMaverage-finland-92144
10/22/2024, 11:51 PMcrooked-vase-16428
10/22/2024, 11:58 PMGetting Started
link in this line lead to the docs for unittest
? Cuz they do right now (from here: https://docs.flyte.org/en/latest/deployment/deployment/cloud_simple.html#deployment-deployment-cloud-simple )
From here, you should be able to run through the Getting Started examples again. Save a backup copy of your existing configuration if you have one and generate a new config with.flytectl
average-finland-92144
10/23/2024, 12:00 AMaverage-finland-92144
10/23/2024, 12:02 AMcrooked-vase-16428
10/23/2024, 12:03 AMcrooked-vase-16428
10/23/2024, 12:08 AMpyflyte run --remote hello_world.py hello_world_wf
FlyteSystemUnavailableException: Flyte cluster is currently unavailable. Please make sure the cluster is up and running.
The above exception was the direct cause of the following exception:
RuntimeError: Failed to get signed url for fast1a00f29e1ef0e1bb2f5a207ba353277c.tar.gz.
jolly-florist-66728
10/23/2024, 12:08 AMFlyteSystemUnavailableException
, suggests that the Flyte cluster is not accessible for remote execution. This could be due to several reasons, such as network misconfiguration or incorrect endpoint settings. According to this GitHub issue, similar errors often occur when the MinIO service or other storage backends are not correctly configured or accessible.
To resolve this, ensure that your Flyte configuration file (~/.flyte/config.yaml
) is correctly set up with the appropriate endpoint and storage settings. Verify that the MinIO or other storage service is running and accessible from your client machine. Additionally, check that the Flyte cluster is fully operational and that all necessary services are running without errors.
Would you like more details on configuring Flyte or troubleshooting this issue?
Sources:
- this GitHub issue 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.crooked-vase-16428
10/23/2024, 12:55 AMinsecure: true
in .flyte/config.yaml
but I'm still getting *RuntimeError:* Failed to get signed url
jolly-florist-66728
10/23/2024, 12:55 AMinsecure: true
in your .flyte/config.yaml
allows connections without SSL verification, but the RuntimeError: Failed to get signed url
indicates a potential issue with the storage configuration or network access to the storage service. According to this GitHub issue, such errors can occur if the MinIO service or other storage backends are not correctly configured or accessible.
Ensure that the storage.connection.endpoint
in your configuration file points to the correct MinIO service endpoint and that the service is accessible from your client machine. Verify that the MinIO service is running and that there are no network restrictions preventing access. Additionally, check that the Flyte cluster is fully operational and that all necessary services are running without errors.
Would you like more details on configuring Flyte or troubleshooting this issue?
Sources:
- this GitHub issue 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.crooked-vase-16428
10/23/2024, 12:57 AMMinIO
, I'm following the Single Cluster Simple Cloud Deployment
tutorialjolly-florist-66728
10/23/2024, 12:57 AMSingle Cluster Simple Cloud Deployment
tutorial and not using MinIO, the Failed to get signed url
error might be related to the configuration of your cloud storage service. According to this GitHub issue, such errors can occur if the storage backend is not correctly configured or accessible.
Ensure that your .flyte/config.yaml
file is correctly set up with the appropriate cloud storage service endpoint and credentials. Verify that the storage service is accessible from your Flyte deployment and that there are no network restrictions preventing access. Additionally, check that the Flyte cluster is fully operational and that all necessary services are running without errors.
Would you like more details on configuring Flyte or troubleshooting this issue?
Sources:
- this GitHub issue 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.crooked-vase-16428
10/23/2024, 1:00 AMstorage
- I put a bucket in the metadataContainer
and userDataContainer
parameters, and this for the rest
provider: s3
providerConfig:
s3:
region: "us-west-2"
authType: "iam"
jolly-florist-66728
10/23/2024, 1:00 AMs3:GetObject
, s3:PutObject
, and s3:ListBucket
on the specified buckets. Additionally, verify that the providerConfig
in your Flyte configuration file is correctly set up with the appropriate region and authentication type.
Would you like more details on configuring Flyte with S3 or troubleshooting this issue?
Sources:
- this discussion 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.