-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: document how to install the Ubuntu template
- Loading branch information
Showing
6 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |