16 Commits

Author SHA1 Message Date
Andrey Smirnov
6656d35eca
docs: fix Talos version to use template
Fixes #6944

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
2023-03-13 15:28:27 +04:00
xyhhx
72a6d1d708
docs: update nocloud
Use the correct link to nocloud cloudinit docs.

Signed-off-by: xyhhx <xyhhx@disr.it>
Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
2023-03-13 14:51:28 +04:00
Rowan Smith
97bef7c47b
docs: vsphere.sh > vmware.sh
The docs at https://www.talos.dev/v1.3/talos-guides/install/virtualized-platforms/vmware/ mentions

>Download the vmware.sh script to your local machine. You can do this by issuing curl -fsSLO "https://raw.githubusercontent.com/siderolabs/talos/master/website/content/v1.3/talos-guides/install/virtualized-platforms/vmware/vmware.sh".

But the command example refers to it as `vsphere.sh`. This changes it to `vmware.sh`

Signed-off-by: Rowan Smith <86935689+rowansmithhc@users.noreply.github.com>
Signed-off-by: Noel Georgi <git@frezbo.dev>
2022-12-19 18:52:18 +05:30
Trevor Sullivan
f1de478943
docs: verbiage in Digital Ocean tutorial
Fix veribage in DigitalOcean tutorial.

Signed-off-by: Noel Georgi <git@frezbo.dev>
2022-08-11 21:03:11 +05:30
Andrey Smirnov
fa5aad01a0
docs: fix issues in GCP docs
Fixes #6034
Fixes #6035
Closes #6027

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
2022-08-08 23:29:53 +04:00
Alex Wied
c43d6a31d9
docs: fix typos
Fix typo in Equinix docs

Signed-off-by: Noel Georgi <git@frezbo.dev>
2022-07-11 23:07:09 +05:30
Markus Reiter
3a1eb10e61
docs: update the Proxmox kvm64 note
These settings enable `x86-64-v2` while keeping the VM migration option.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
2022-07-01 15:23:12 +04:00
Philipp Sauter
a68a00f1b9
docs: recommend setting "host" Processor Type on proxmox
Talos v1.0 and later versions are unable to boot in a Proxmox
VM with "kvm64" set as its Processor Type. We add an
instruction in the Proxmox Guide for setting Processor Type
to "host". Talos v1.0 requires the x86-64-v2
microarchitecture, which is very common today.

Signed-off-by: Philipp Sauter <philipp.sauter@siderolabs.com>
2022-06-28 15:47:45 +02:00
hobyte
61abf31110
docs: change command for cluster create to keep $HOME with sudo
sudo -E doesn't keep $HOME on all platforms. Change to
--preserve-home=HOME to tell sudo to especially kee $HOME to prevent
config being generated in /root/.talos

Signed-off-by: hobyte <simolu8@gmail.com>
Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
2022-06-27 18:35:55 +04:00
Davincible
448de71949
docs: add UpCloud installation guide
Describe installing Talos on Upload.

Signed-off-by: Davincible <david.brouwer.99@gmail.com>
Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
2022-06-23 22:28:28 +04:00
Noel Georgi
40e57efa40
chore: fix reference to talosconfig
Fix reference to talosconfig in VirtualBox docs

Signed-off-by: Noel Georgi <git@frezbo.dev>
2022-05-23 18:25:01 +05:30
Noel Georgi
8cef958dd1
docs: update jetson nano docs
Update Jetson Nano docs to use R32.7.2 release and u-boot 2022.04

Ref: https://github.com/siderolabs/pkgs/pull/479

Signed-off-by: Noel Georgi <git@frezbo.dev>
2022-05-16 19:03:32 +05:30
Tim Jones
b8e7cdb701
docs: add vultr guide
Adds an installation guide for the Vultr cloud platform.

Signed-off-by: Tim Jones <tim.jones@siderolabs.com>
2022-05-12 12:34:33 +02:00
Sebastian Hasler
c6722b637b
docs: when mentioning partitions, link to partition docs
Fixes #5520

Signed-off-by: Sebastian Hasler <sebastian.hasler@stuvus.uni-stuttgart.de>
Signed-off-by: Noel Georgi <git@frezbo.dev>
2022-05-10 16:04:57 +05:30
Tames McTigue
3136334b93
docs: fix links in VMware documentation
The links to the patch and script files were changed and not reflected
here. There was also a missing curl command in the first example of
downloading the patch.

Signed-off-by: Tames McTigue <tames@northwestern.edu>
Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
2022-05-03 16:07:31 +03:00
Tim Jones
fa57b5d922
docs: reorganize documentation
Make improvements to help documentation discoverability and categorization.
Ensure all content pages have a description.
Ensure all link are replaced with Hugo shortcode.
Ensure all moved pages have an alias so redirects work.

Signed-off-by: Tim Jones <tim.jones@siderolabs.com>
2022-04-13 23:49:32 +02:00