mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-25 00:21:10 +02:00
This PR updates the vmware docs to introduce a script to help with the automation, as well as introduce the setup of talos-vmtoolsd and reworking the format a bit. Signed-off-by: Spencer Smith <spencer.smith@talos-systems.com>
13 lines
276 B
Diff
13 lines
276 B
Diff
- op: add
|
|
path: /machine/network
|
|
value:
|
|
interfaces:
|
|
- interface: eth0
|
|
dhcp: true
|
|
vip:
|
|
ip: <VIP>
|
|
- op: replace
|
|
path: /cluster/extraManifests
|
|
value:
|
|
- "https://raw.githubusercontent.com/mologie/talos-vmtoolsd/master/deploy/unstable.yaml"
|