We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f2ff0 commit 2a9e56dCopy full SHA for 2a9e56d
aks.bicep
@@ -61,10 +61,6 @@ resource managedCluster 'Microsoft.ContainerService/managedClusters@2024-10-01'
61
maxCount: 5
62
minCount: 2
63
enableAutoScaling: true
64
- scaleDownMode: 'Delete'
65
- powerState: {
66
- code: 'Running'
67
- }
68
orchestratorVersion: '1.30.10'
69
enableNodePublicIP: false
70
mode: 'System'
@@ -92,11 +88,11 @@ resource managedCluster 'Microsoft.ContainerService/managedClusters@2024-10-01'
92
88
'2'
93
89
]
94
90
enableAutoScaling: false
95
96
97
98
99
91
+ gpuProfile: {
+ driver: 'None'
+ }
+
100
101
mode: 'User'
102
osType: 'Linux'
0 commit comments