I get output that I'm not sure how to interpret; I...
# flyte-support
b
I get output that I'm not sure how to interpret; I'm hopeful someone will help me with this: % flytectl config validate Couldn't find a config file. Validated config file successfully. Any ideas? As some background, I'm going through a new install following the directions at https://github.com/ischemaview/data-deploy-flyte/blob/main/environments/aws/flyte-binary/README.md and am trying to troubleshoot an issue at step 32 (of course, I get stuck on the next to last step...)
a
Hey David. I think is a misleading but harmless error message. I see the same on my terminal despite having a working config file at
$HOME/.flyte/config.yaml
if you have used the sandbox cluster in the past, maybe flytectl is pointing there. You can do:
export FLYTECTL_CONFIG=$HOME/.flyte/config.yaml
I'm curious, how different is that fork from the upstream
deploy-flyte
repo?