Skip to content

Commit

Permalink
docs: document how to install the Ubuntu template
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper committed Aug 21, 2024
1 parent a7cf6ff commit 95f7df0
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
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.

0 comments on commit 95f7df0

Please sign in to comment.