Skip to content

Commit 0dfe4eb

Browse files
author
Cecile Robert-Michon
committed
fix: change example OS disk size to 128GB
1 parent 85d6986 commit 0dfe4eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/cluster-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ spec:
109109
vmSize: ${AZURE_CONTROL_PLANE_MACHINE_TYPE}
110110
osDisk:
111111
osType: "Linux"
112-
diskSizeGB: 30
112+
diskSizeGB: 128
113113
managedDisk:
114114
storageAccountType: "Premium_LRS"
115115
sshPublicKey: ${AZURE_SSH_PUBLIC_KEY}

test/e2e/resource_generators.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ func (n *NodeGenerator) GenerateNode(creds auth.Creds, clusterName string) frame
150150
},
151151
},
152152
OSDisk: infrav1.OSDisk{
153-
DiskSizeGB: 30,
153+
DiskSizeGB: 128,
154154
OSType: "Linux",
155155
ManagedDisk: infrav1.ManagedDisk{
156156
StorageAccountType: "Premium_LRS",

0 commit comments

Comments
 (0)