Skip to content

Commit 98c5650

Browse files
committed
OCPBUGS-24191: set vmType in azure cloud config
The default value for vmType has changed from standard to vmss. We want standard, so set it explicitly.
1 parent ab9ba38 commit 98c5650

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/asset/manifests/azure/cloudproviderconfig.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ func (params CloudProviderConfig) JSON() (string, error) {
5555
// https://bugzilla.redhat.com/show_bug.cgi?id=1782516#c7
5656
CloudProviderBackoff: true,
5757
CloudProviderBackoffDuration: 6,
58+
VMType: "standard",
5859

5960
UseInstanceMetadata: true,
6061
// default to standard load balancer, supports tcp resets on idle

0 commit comments

Comments
 (0)