Skip to content

Commit 5941108

Browse files
vr4mantarvanderp3
authored andcommitted
Fixed issue where 3rd master lost its workspace info.
1 parent 4613fb7 commit 5941108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/asset/machines/vsphere/machines.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func Machines(clusterID string, config *types.InstallConfig, pool *types.Machine
101101
return nil, nil, errors.Wrap(err, "failed to create provider")
102102
}
103103

104-
vsphereMachineProvider = provider
104+
vsphereMachineProvider = provider.DeepCopy()
105105

106106
// Apply static IP if configured
107107
applyNetworkConfig(host, provider)

0 commit comments

Comments
 (0)