Skip to content
New issue

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

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

Already on GitHub? # to your account

Update image width in managing-updates.md #388

Merged
merged 2 commits into from
Feb 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions content/docs/latest/nebraska/managing-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,11 @@ The steps to achieve this are the following:
3. Download/Upload the packages you want to server to that folder: `wget -o- https://update.release.flatcar-linux.net/{{architecture}}-usr/{{version}}/flatcar_production_update.gz` or alternatively `cp /media/usb/flatcar_production_update.gz /PATH/TO/STORE/PACKAGES/`.
4. Start your nebraska instance with the following options `nebraska -host-flatcar-packages=true -flatcar-packages-path=/PATH/TO/STORE/PACKAGES -nebraska-url=http://your.Nebraska.host:port`
5. Register the new package in Nebraska too. Go to your application > Add Package > Fill the form, where the `URL` and the `filename` should match with the options you provided earlier
For example, if your ip address is `172.31.239.34`, and if the dedicated directory to store the packages is: `/tmp/flatcar/`, while the package is in the subdir `/tmp/flatcar/4230.0.0`, you start nebraska with the following params: `-host-flatcar-packages=true`, `-flatcar-packages-path=/tmp/flatcar`, and `-nebraska-url=http://172.31.239.34:8000`, then the filled form should look like:

For example, if your ip address is `172.31.239.34`, and if the dedicated directory to store the packages is `/tmp/flatcar/`, while the package is in the subdir `/tmp/flatcar/4230.0.0`, you start nebraska with the following params: `-host-flatcar-packages=true`, `-flatcar-packages-path=/tmp/flatcar`, and `-nebraska-url=http://172.31.239.34:8000`, then the filled form should look like:

<p align="center">
<img width="100%" src="./images/nebraska-hosts-packages.png">
<img width="50%" src="./images/nebraska-hosts-packages.png">
</p>

6. Assign the newly added package to your channel
Expand Down
Loading