Skip to content

Commit

Permalink
fix hostname nocloud option
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Kvapil <[email protected]>
  • Loading branch information
kvaps committed Oct 4, 2024
1 parent 21c3ebb commit d6debf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/talos/installation/hetzner.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ echo "GATEWAY=$GATEWAY"
Write cloud-init configuration:

```bash
echo 'local-hostname: talos' > /mnt/meta-data
echo 'hostname: talos' > /mnt/meta-data
echo '#cloud-config' > /mnt/user-data
cat > /mnt/network-config <<EOT
version: 2
Expand All @@ -108,7 +108,7 @@ Edit network-config and specify your network settings using [network-config-form
Cloud-init configuration example when using [Hetzner vSwitch](https://docs.hetzner.com/robot/dedicated-server/network/vswitch/) with the VLAN ID 4000.

```bash
echo 'local-hostname: talos' > /mnt/meta-data
echo 'hostname: talos' > /mnt/meta-data
echo '#cloud-config' > /mnt/user-data
cat > /mnt/network-config <<EOT
version: 2
Expand Down

0 comments on commit d6debf3

Please sign in to comment.