ancient-wolf-19325
07/28/2024, 8:32 PM~/.flyte/config-sandbox.yaml file is correctly configured. The admin.endpoint should point to the correct gRPC endpoint. For example:
admin:
endpoint: dns:///localhost:30081
authType: Pkce
insecure: true
You can also explicitly pass the configuration file when running your Flyte commands:
from flytekit.remote import FlyteRemote
from flytekit.configuration import Config
config = Config.auto(config_file="/home/gga/.flyte/config-sandbox.yaml")
remote = FlyteRemote(config=config, default_project="flytesnacks", default_domain="development")
print(remote.address)
Would you like more details on configuring Flyte or troubleshooting this issue?
Sources:
- GitHub Issue #5578
- GitHub Issue #2884
Slack Link
https://flyte-org.slack.com/archives/CP2HDHKE1/p1722198714.947429 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.