microscopic-continent-15083
10/05/2023, 4:35 PMadmin:
endpoint: dns:///flyte.somedomain.com
insecure: false
logger:
show-source: true
level: 0
storage:
type: stow
stow:
kind: google
config:
json: ""
project_id: brain-project # GCP Project ID
scopes: <https://www.googleapis.com/auth/devstorage.read_write>
container: bucket-flyte
Now, I want to trigger a workflow from a backend that is running inside the same cluster as Flyte, but I canβt figure out how I can get flytectl
to connect and trigger the workflow.
Among other things, I tried several flyte configs, but I always get some type of error. E.g.
Response: {"error":"invalid_client","error_description":"Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method)."}
Does anyone know how I could achieve this? What config could I use? Any help is much appreciated πglamorous-diamond-15887
11/06/2023, 6:40 PMbig-notebook-82371
11/22/2023, 9:02 PMkubectl
. And I canβt find those two bucket names to know where to change them. Any ideas?
β·
β Error: namespaces "flyte" not found
β
β with kubernetes_secret.flyte-tls-secret,
β on <http://ingress.tf|ingress.tf> line 40, in resource "kubernetes_secret" "flyte-tls-secret":
β 40: resource kubernetes_secret "flyte-tls-secret" {
β
β΅
β·
β Error: googleapi: Error 409: The requested bucket name is not available. The bucket namespace is shared by all users of the system. Please select a different name and try again., conflict
β
β with module.flyte_data.google_storage_bucket.buckets["flyte-gcp-data"],
β on .terraform/modules/flyte_data/main.tf line 40, in resource "google_storage_bucket" "buckets":
β 40: resource "google_storage_bucket" "buckets" {
β
β΅
β·
β Error: googleapi: Error 409: The requested bucket name is not available. The bucket namespace is shared by all users of the system. Please select a different name and try again., conflict
β
β with module.flyte_user_data.google_storage_bucket.buckets["flyte-gcp-user-data"],
β on .terraform/modules/flyte_user_data/main.tf line 40, in resource "google_storage_bucket" "buckets":
β 40: resource "google_storage_bucket" "buckets" {
big-notebook-82371
11/27/2023, 11:07 PMFailed to check if the image exists with error : Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))
Here is my ImageSpec:
misc_image_spec = ImageSpec(
base_image="python3.10",
packages=["pendulum==2.1.2"],
env={"Debug": "True"},
registry="<location>-docker.pkg.dev/<project>/<repository>",
)
And I took the βpatch the default service accountβ path. I created a service account with access to the Artifact Registry, downloaded the json key, created the secret and patched the default service account with that imagePullSecrets
with the key.
However, after doing that Iβm getting the same error. Iβm not sure if the error is even auth related, or something else. Docker is running fine locally, as a note
Edit: It seems like an issue with pyflyte interacting with my local docker, maybe? Iβm not sure why Iβm having so many docker issues with flyte..average-finland-92144
12/04/2023, 11:21 PMstrong-plumber-41198
12/06/2023, 4:41 PMno_io_wf
workflow is running fine, however, the full_bigquery_wf
is failing on the Python Task
with the following error:
ModuleNotFoundError: No module named 'flytekitplugins.bigquery'
strong-plumber-41198
12/07/2023, 3:51 PMflyte-binary
and flyte-worker
service accounts permission, and creating an imagePullSecret
for both default
and flyte-binary
serviceaccount on the cluster, but still getting a 403 Forbidden
Error when the task is trying to pull the imagestrong-plumber-41198
12/08/2023, 2:13 PMflyte-core
environment now, using the guide here, Iβm now trying to setup the authentication using the guide here but after the following the steps Iβm not getting any prompt to authorise from the UI.
I noticed some indentation conflicts between the yaml in the deployment guide and authorisation guide, and had a similar issue with authorising flyte-binary
due to an indentation issue, Iβm not sure if itβs indentation causing issues again here, but any help would be greatly appreciated, thankssome-lighter-10346
01/02/2024, 8:05 PMstrong-plumber-41198
01/04/2024, 10:42 AMalert-exabyte-15243
01/17/2024, 3:09 PMalert-exabyte-15243
01/23/2024, 10:42 AMstrong-plumber-41198
01/25/2024, 6:22 PMhallowed-dog-74273
02/08/2024, 10:24 PMrapid-forest-11534
02/23/2024, 2:57 PMhallowed-dog-74273
02/29/2024, 11:56 PMfreezing-smartphone-61042
03/05/2024, 9:54 PMflytectl get projects
. I get the error described in this comment, which states that it is due to flytectl
not understanding the proxyCommand
. Is there now a workaround for this error? I've looked but haven't been able to find one. I'm using flytectl 0.8.14
gentle-tomato-480
03/06/2024, 5:28 PMadventurous-napkin-36518
03/07/2024, 10:25 AMcrooked-apartment-11483
03/18/2024, 3:32 PMpanic: rpc error: code = Unauthenticated desc = token parse error [JWT_VERIFICATION_FAILED] Could not retrieve id token from metadata, caused by: rpc error: code = Unauthenticated desc = Request unauthenticated with IDToken
I've triple checked the flytepropeller setup for auth with client credentials in Okta and haven't been able to resolve the issue. I figured i'd ask if anyone has any pointers for troubleshooting this. Thanks!freezing-smartphone-61042
03/19/2024, 8:56 PMauthenticationInfo
when attempting to register from the container. Contrastingly, successful registration attempts from outside of the container show principalEmail
with my email under authenticationInfo
.
We're also unable to run the script from step 8 of the configuring IAP instructions inside the container β this hangs indefinitely as well. Does anyone have suggestions to get this working?ambitious-air-47430
03/21/2024, 1:20 PMexport FLYTE_CREDENTIALS_CLIENT_ID=GCP-OAUTH-ID
export FLYTE_CREDENTIALS_CLIENT_SECRET=GCP-OAUTH-SECRET
export FLYTE_CREDENTIALS_AUTH_MODE=basic
but i couldn't get this to work
Thx in advance.gray-businessperson-38266
03/28/2024, 3:27 PMcurved-kilobyte-59985
04/03/2024, 8:17 AMregistry_config
take in the image spec . I can't seem to pull the images from GCP artifact registryaverage-finland-92144
08/01/2024, 5:17 PMalert-exabyte-15243
09/11/2024, 5:50 PM"cert-manager/acmesolver: validating request" host="" path="*" base_path="." token="*"
"cert-manager/acmesolver: invalid base_path" host="" path="*" base_path="." token="*" expected_base_path="/.well-known/acme-challenge"
I've tried skipping the ssl (as described in the docs linked above), but to no success. Can certificate challenge be the culprit? Or am I looking at the wrong place alltogether?billowy-glass-15228
09/26/2024, 11:06 PMincalculable-wire-48631
01/29/2025, 6:50 AMworried-airplane-87065
03/27/2025, 1:56 AMbillions-keyboard-6253
04/10/2025, 4:14 PM