Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update command for running the single binary #6031

Merged

Conversation

machichima
Copy link
Contributor

Tracking issue

Why are the changes needed?

Following the instruction of setting up environment, the command POD_NAMESPACE=flyte ./flyte start --config flyte-single-binary-local.yaml gives error no such file or directory: ./flyte

image

It turns out that make compile command move ./flyte file to $GOPATH/bin. Hence, directly run flyte instead of ./flyte works.

What changes were proposed in this pull request?

change ./flyte in command to flyte

How was this patch tested?

Setup process

Screenshots

image

Check all the applicable boxes

  • I updated the documentation accordingly.
  • All new and existing tests passed.
  • All commits are signed-off.

Related PRs

Docs link

Copy link

welcome bot commented Nov 19, 2024

Thank you for opening this pull request! 🙌

These tips will help get your PR across the finish line:

  • Most of the repos have a PR template; if not, fill it out to the best of your knowledge.
  • Sign off your commits (Reference: DCO Guide).

./flyte file is move to $GOPATH/bin by `make compile`, run flyte instead
of ./flyte

Signed-off-by: machichima <[email protected]>
@machichima machichima force-pushed the update-run-single-binary-command branch from 3951669 to b96aefa Compare November 19, 2024 15:26
@Future-Outlier Future-Outlier enabled auto-merge (squash) November 19, 2024 15:57
Copy link

codecov bot commented Nov 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 37.05%. Comparing base (ed87fa1) to head (b96aefa).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6031      +/-   ##
==========================================
- Coverage   37.05%   37.05%   -0.01%     
==========================================
  Files        1316     1316              
  Lines      132100   132100              
==========================================
- Hits        48952    48949       -3     
- Misses      78895    78897       +2     
- Partials     4253     4254       +1     
Flag Coverage Δ
unittests-datacatalog 51.58% <ø> (ø)
unittests-flyteadmin 54.10% <ø> (ø)
unittests-flytecopilot 22.23% <ø> (ø)
unittests-flytectl 62.46% <ø> (ø)
unittests-flyteidl 7.25% <ø> (ø)
unittests-flyteplugins 53.68% <ø> (ø)
unittests-flytepropeller 42.63% <ø> (ø)
unittests-flytestdlib 57.54% <ø> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@Future-Outlier Future-Outlier merged commit 859da05 into flyteorg:master Nov 19, 2024
52 checks passed
Copy link

welcome bot commented Nov 19, 2024

Congrats on merging your first pull request! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants