Skip to content

Commit

Permalink
Fix wrong CPU config (#1211)
Browse files Browse the repository at this point in the history
Signed-off-by: Helene Durand <[email protected]>

Co-authored-by: Helene Durand <[email protected]>
  • Loading branch information
kubermatic-bot and Helene Durand authored Mar 18, 2022
1 parent 85ed54c commit 9bc69d1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/cloudprovider/provider/kubevirt/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,6 @@ func (p *provider) Create(machine *v1alpha1.Machine, _ *cloudprovidertypes.Provi
},
Spec: kubevirtv1.VirtualMachineInstanceSpec{
Domain: kubevirtv1.DomainSpec{
CPU: &kubevirtv1.CPU{
Cores: 2,
},
Devices: kubevirtv1.Devices{
Disks: []kubevirtv1.Disk{
{
Expand Down

0 comments on commit 9bc69d1

Please sign in to comment.