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

bug(docs): Docs have an incorrect command on the Quick Start page (Building the UDS Bundle) #961

Closed
binbashburns opened this issue Aug 28, 2024 · 0 comments · Fixed by #962
Labels
bug Something isn't working possible-bug 🐛 Something may not be working

Comments

@binbashburns
Copy link
Contributor

Environment

  1. OS and Architecture: macOS 14.6.1, arm64
  2. App or Package Name: LeapfrogAI
  3. App or Package Version: v0.11.0
  4. Kubernetes Distribution: N/A
  5. Kubernetes Version: N/A
  6. Other:

Steps to reproduce

  1. If you follow the steps outlined on the Building the UDS Bundle section of the LeapfrogAI docs, it results in an error message. This is because the cd command in the second line points to bundles/latest/cpu/ instead of uds-bundles/latest/cpu/.

Expected result

cd uds-bundles/latest/cpu/
uds create .
UDS_ARCH=arm64 uds deploy uds-bundle-leapfrogai-*.tar.zst --confirm

 NOTE  Using config file
       /Users/matt.burns/Documents/products/leapfrogai/uds-bundles/latest/cpu/uds-config.yaml

 NOTE  Saving log file to
       /var/folders/pw/yyg011x91418l3bqktcb2z8h0000gp/T/zarf-2024-08-28-14-49-01-2469649628.log

 NOTE  Saving log file to
       /var/folders/pw/yyg011x91418l3bqktcb2z8h0000gp/T/uds-2024-08-28-14-49-01-3643225866.log

... (build continues)

Actual Result

cd bundles/latest/cpu/
uds create .
UDS_ARCH=arm64 uds deploy uds-bundle-leapfrogai-*.tar.zst --confirm
cd: no such file or directory: bundles/latest/cpu/

 NOTE  Saving log file to
       /var/folders/pw/yyg011x91418l3bqktcb2z8h0000gp/T/zarf-2024-08-28-14-48-35-989807699.log

 NOTE  Saving log file to
       /var/folders/pw/yyg011x91418l3bqktcb2z8h0000gp/T/uds-2024-08-28-14-48-35-2537689731.log
     ERROR:  neither uds-bundle.yaml or uds-bundle.yml found
zsh: no matches found: uds-bundle-leapfrogai-*.tar.zst

Visual Proof (screenshots, videos, text, etc)

Broken Command:

broken

Fixed Command:

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working possible-bug 🐛 Something may not be working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant