seunggs
09/12/2022, 3:00 AMRequest failed with status code 500 failed to create workflow in propeller namespaces <project-name> not found
. The project already shows up in the flyte console and I was able to package/register the workflow, but I can’t seem to execute it?Ketan (kumare3)
seunggs
09/12/2022, 3:28 AMPOST /projects
? You need a matching namespace created?Ketan (kumare3)
seunggs
09/12/2022, 3:37 AMKetan (kumare3)
seunggs
09/12/2022, 3:41 AMKetan (kumare3)
seunggs
09/12/2022, 3:49 AMKetan (kumare3)
seunggs
09/12/2022, 3:50 AMflytectl update cluster-resource-attribute
) but would like to confirm that as wellKetan (kumare3)
seunggs
09/12/2022, 3:54 AMKetan (kumare3)
seunggs
09/12/2022, 3:54 AMKetan (kumare3)
seunggs
09/12/2022, 4:02 AMkatrina
seunggs
09/12/2022, 3:53 PMkatrina
is it possible to use a single namespace for the projectyup, the default config has
'{{ project }}-{{ domain }}'
but you can always set it to '{{ project }}'
seunggs
09/12/2022, 3:56 PMkatrina
namespace:
namespace_mapping:
template: "{{ project }}"
seunggs
09/12/2022, 4:01 PMkatrina
seunggs
09/12/2022, 4:34 PMkatrina
seunggs
09/12/2022, 4:35 PMkatrina
seunggs
09/12/2022, 4:38 PM<https://2A6739B7813451087E3258C60BC37CF4.yl4.us-west-1.eks.amazonaws.com/api/v1/namespaces/flyte/services/flyte-release-kubernetes-dashboard>": context deadline exceeded
Any idea what is causing this? I was able to deploy fine before (although I did add cluster resource manager to values now but it doesn’t seem related? Also, the cluster resource manager seems to be working - it created namespaces for my project)Ketan (kumare3)
seunggs
09/13/2022, 4:35 AMfailed to become available within allocated timeout. Error: Helm Release flyte/flyte-release: client rate limiter Wait returned an error: rate: Wait(n=1) would exceed context deadline
Ketan (kumare3)
seunggs
09/13/2022, 3:31 PMSeungTaeKim
10/24/2022, 2:20 AMproject - domain
mapping cannot be solved.
Would you give me an advice?
(flyte.yaml file is values.yaml below)namespace_config:
namespace_mapping:
template: "{{ project }}"
only namespace
does not mapping project into one domain.katrina