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: document how to install the Ubuntu template #17

Merged
merged 2 commits into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
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
Binary file added docs/img/templates/assets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/templates/ubuntu/provisioning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/templates/ubuntu/ready.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/templates/ubuntu/select.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/templates/ubuntu/template.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 17 additions & 5 deletions docs/templates/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
# Templates

One thing you can do with the machines discovered by colony is to use one of our available templates to install a specific operating system easily on one or multiples machines. For now we support [Talos Linux](https://www.talos.dev), and [Ubuntu](https://ubuntu.com), but more templates will be added soon. If you have any suggestions, feel free to let us know in the `#colony-templates` channel in our [Slack community](https://kubefirst.io/slack).
![Ubuntu Template - Assets](../img/templates/assets.png)

## Talos Linux

TBD, waiting for it to work from the UI.
One thing you can do with the machines discovered by colony is to use one of our available templates to install a specific operating system easily on one or multiple machines. For now we only support [Ubuntu](https://ubuntu.com), but more templates, like [Talos Linux](https://www.talos.dev), will be added soon. If you have any suggestions, feel free to let us know in the `#colony-templates` channel in our [Slack community](https://kubefirst.io/slack).

## Ubuntu

TBD, waiting for it to work from the UI.
![Ubuntu Template - Select your asset](../img/templates/ubuntu/select.png)

The first thing you need to do is to select one or multiple assets where you want to deploy Ubuntu.

![Ubuntu Template - Select the template](../img/templates/ubuntu/template.png)

Once it's done, click on the "Apply template" dropdown menu, and select "Ubuntu Focal".

![Ubuntu Template - Provisioning](../img/templates/ubuntu/provisioning.png)

The installation of Ubuntu on your selected assets will begin. It may take a while, so feel free to do something else while it's applying the template.

![Ubuntu Template - Ready](../img/templates/ubuntu/ready.png)

Once it's provisioned, the state of the selected asset will go from "Provisioning" to "Ready". The interface will now show the assigned IP of the machines you used for the template. You can now SSH into said machine, and use it as you see fit.
Loading