Armaan Goel
09/20/2022, 10:44 PMKetan (kumare3)
09/20/2022, 11:04 PMproject-domain
kubectl get pods -n <namespace>
i
icon that can show more detailsAlireza
09/20/2022, 11:23 PMkubectl get pods -n flyte
the server could not find the requested resources
I guess we need to review your installation process. where did you deploy FlyteAdmin
? i.e., GKE, EKS, on-prem cluster?Armaan Goel
09/20/2022, 11:37 PMAlireza
09/20/2022, 11:41 PMArmaan Goel
09/20/2022, 11:43 PMAlireza
09/20/2022, 11:44 PMkubectl get nodes -n flyte
Armaan Goel
09/20/2022, 11:49 PMhelm uninstall flyte -n flyte
then helm install -n flyte -f values-gcp.yaml --create-namespace flyte flyteorg/flyte-core
Alireza
09/20/2022, 11:51 PMhelm install
is once! after that as pointed out in the doc to make modification only use helm upgrade
Armaan Goel
09/21/2022, 1:28 AMamt5m758z8xtv7rzqrnl-n0-0
but that doesn’t workAlireza
09/21/2022, 1:29 AMkubectl get pods -n flyte
Armaan Goel
09/21/2022, 1:35 AMAlireza
09/21/2022, 1:35 AMArmaan Goel
09/21/2022, 1:36 AMAlireza
09/21/2022, 1:37 AMMessage: exec /opt/venv/bin/pyflyte-execute: exec format error
This error reflects that your encapsulated environment is failing. I don't think it has any to do with Flyte itself.conda create --name flyte python=3.9
conda activate flyte
Armaan Goel
09/21/2022, 1:47 AMAlireza
09/21/2022, 1:55 AMArmaan Goel
09/21/2022, 1:59 AMAlireza
09/21/2022, 2:00 AM./flyte/config.yaml
Armaan Goel
09/21/2022, 2:10 AMadmin:
# For GRPC endpoints you might want to use dns:///flyte.myexample.com
endpoint: dns:///flyte.gauntletai.com
authType: Pkce
insecure: false
logger:
show-source: true
level: 0%
Alireza
09/21/2022, 2:20 AMArmaan Goel
09/21/2022, 4:08 AM