mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-28 15:01:13 +01:00
docs: update indentation in vip.md
Wrong YAML indentation. Signed-off-by: AvnarJakob <75129695+AvnarJakob@users.noreply.github.com> Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
parent
383e528df8
commit
61c3331b14
@ -96,9 +96,9 @@ machine:
|
|||||||
interfaces:
|
interfaces:
|
||||||
- deviceSelector:
|
- deviceSelector:
|
||||||
busPath: "0*" # should select any hardware network device, if you have just one, it will be selected
|
busPath: "0*" # should select any hardware network device, if you have just one, it will be selected
|
||||||
dhcp: true
|
dhcp: true
|
||||||
vip:
|
vip:
|
||||||
ip: 192.168.0.15
|
ip: 192.168.0.15
|
||||||
```
|
```
|
||||||
|
|
||||||
## Caveats
|
## Caveats
|
||||||
|
|||||||
@ -96,9 +96,9 @@ machine:
|
|||||||
interfaces:
|
interfaces:
|
||||||
- deviceSelector:
|
- deviceSelector:
|
||||||
busPath: "0*" # should select any hardware network device, if you have just one, it will be selected
|
busPath: "0*" # should select any hardware network device, if you have just one, it will be selected
|
||||||
dhcp: true
|
dhcp: true
|
||||||
vip:
|
vip:
|
||||||
ip: 192.168.0.15
|
ip: 192.168.0.15
|
||||||
```
|
```
|
||||||
|
|
||||||
## Caveats
|
## Caveats
|
||||||
|
|||||||
@ -96,9 +96,9 @@ machine:
|
|||||||
interfaces:
|
interfaces:
|
||||||
- deviceSelector:
|
- deviceSelector:
|
||||||
physical: true # should select any hardware network device, if you have just one, it will be selected
|
physical: true # should select any hardware network device, if you have just one, it will be selected
|
||||||
dhcp: true
|
dhcp: true
|
||||||
vip:
|
vip:
|
||||||
ip: 192.168.0.15
|
ip: 192.168.0.15
|
||||||
```
|
```
|
||||||
|
|
||||||
## Caveats
|
## Caveats
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user