We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82542dc commit 09567e6Copy full SHA for 09567e6
packaging/flavorgen/flavors/generators.go
@@ -369,8 +369,6 @@ func defaultVirtualMachineCloneSpec() infrav1.VirtualMachineCloneSpec {
369
DiskGiB: env.DefaultDiskGiB,
370
MemoryMiB: env.DefaultMemoryMiB,
371
Template: env.VSphereTemplateVar,
372
- Server: env.VSphereServerVar,
373
- Thumbprint: env.VSphereThumbprint,
374
ResourcePool: env.VSphereResourcePoolVar,
375
Datastore: env.VSphereDatastoreVar,
376
StoragePolicyName: env.VSphereStoragePolicyVar,
@@ -432,8 +430,6 @@ func nodeIPAMVirtualMachineCloneSpec() infrav1.VirtualMachineCloneSpec {
432
430
433
431
434
435
436
437
438
439
templates/cluster-template-external-loadbalancer.yaml
@@ -56,10 +56,8 @@ spec:
56
os: Linux
57
powerOffMode: trySoft
58
resourcePool: '${VSPHERE_RESOURCE_POOL}'
59
- server: '${VSPHERE_SERVER}'
60
storagePolicyName: '${VSPHERE_STORAGE_POLICY}'
61
template: '${VSPHERE_TEMPLATE}'
62
- thumbprint: '${VSPHERE_TLS_THUMBPRINT}'
63
---
64
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
65
kind: VSphereMachineTemplate
@@ -83,10 +81,8 @@ spec:
83
81
84
82
85
86
87
88
89
90
91
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
92
kind: KubeadmControlPlane
templates/cluster-template-ignition.yaml
templates/cluster-template-node-ipam.yaml
@@ -61,10 +61,8 @@ spec:
66
67
68
69
70
@@ -93,10 +91,8 @@ spec:
93
94
95
96
97
98
99
100
101
102
templates/cluster-template.yaml
templates/clusterclass-template.yaml
@@ -282,10 +282,8 @@ spec:
282
283
284
285
286
287
288
289
290
291
@@ -309,10 +307,8 @@ spec:
309
307
310
308
311
312
313
314
315
316
317
318
kind: KubeadmControlPlaneTemplate
0 commit comments