adamant-kite-43734
07/21/2023, 6:47 PMabundant-camera-87627
07/25/2023, 6:13 AMabundant-camera-87627
07/25/2023, 6:15 AMabundant-camera-87627
07/25/2023, 6:16 AMwooden-easter-8724
07/25/2023, 9:37 PMwooden-easter-8724
07/25/2023, 9:47 PMvappProperty:
- 'guestinfo.interface.0.ip.0.address=${autoIp:vDS-My-Server-Network}'
- 'guestinfo.interface.0.route.0.gateway=${gateway:vDS-My-Server-Network}'
wooden-easter-8724
07/25/2023, 9:47 PMwooden-easter-8724
07/25/2023, 9:47 PMabundant-camera-87627
07/26/2023, 12:55 AMabundant-camera-87627
07/26/2023, 12:58 AM\${expression}
wooden-easter-8724
07/26/2023, 1:36 AMwooden-easter-8724
07/31/2023, 3:53 PMcharts/templates/nodeconfig-vsphere.yaml
in the RKE2 cluster template example repository by replacing:
vappProperty: {{ $nodepool.vappProperty }}
with:
{{- if $nodepool.vappProperty }}
vappProperty:
{{- range $nodepool.vappProperty }}
- {{ . | quote }}
{{- end }}
{{- end }}
in two places. This took care of the error I posted at the top of this thread.wooden-easter-8724
07/31/2023, 4:11 PMnmcli
.)abundant-camera-87627
08/01/2023, 9:03 AM