diff --git a/website/content/v1.10/talos-guides/install/virtualized-platforms/proxmox.md b/website/content/v1.10/talos-guides/install/virtualized-platforms/proxmox.md index 5681c39e01b..8688776ebba 100644 --- a/website/content/v1.10/talos-guides/install/virtualized-platforms/proxmox.md +++ b/website/content/v1.10/talos-guides/install/virtualized-platforms/proxmox.md @@ -164,13 +164,13 @@ And set the IP parameters for the VM. [Format is](https://www.kernel.org/doc/Documentation/filesystems/nfs/nfsroot.txt): ```bash -ip=:::::: +ip=::::::: ``` -For example $CONTROL_PLANE_IP will be 192.168.0.100 and gateway 192.168.0.1 +For example $CONTROL_PLANE_IP will be 192.168.0.100 and gateway and dns 192.168.0.1 ```bash -linux /boot/vmlinuz init_on_alloc=1 slab_nomerge pti=on panic=0 consoleblank=0 printk.devkmsg=on earlyprintk=ttyS0 console=tty0 console=ttyS0 talos.platform=metal ip=192.168.0.100::192.168.0.1:255.255.255.0::eth0:off +linux /boot/vmlinuz init_on_alloc=1 slab_nomerge pti=on panic=0 consoleblank=0 printk.devkmsg=on earlyprintk=ttyS0 console=tty0 console=ttyS0 talos.platform=metal ip=192.168.0.100::192.168.0.1:255.255.255.0::eth0:off:192.168.0.1 ``` diff --git a/website/content/v1.11/talos-guides/install/virtualized-platforms/proxmox.md b/website/content/v1.11/talos-guides/install/virtualized-platforms/proxmox.md index 5681c39e01b..832c09d053e 100644 --- a/website/content/v1.11/talos-guides/install/virtualized-platforms/proxmox.md +++ b/website/content/v1.11/talos-guides/install/virtualized-platforms/proxmox.md @@ -164,13 +164,13 @@ And set the IP parameters for the VM. [Format is](https://www.kernel.org/doc/Documentation/filesystems/nfs/nfsroot.txt): ```bash -ip=:::::: +ip=:::::::