Skip to content

Commit

Permalink
adding os info (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Byers authored Jan 31, 2023
1 parent d83e386 commit 22cb954
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/peered-vnet/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ module aksNodePools '../../bicep/aksagentpool.bicep' = [for pool in extraAksNod
agentVMSize: 'Standard_B2s'
maxPods: 10
osDiskType: 'Managed'
osType: 'Linux'
osSKU: 'Ubuntu'
// nodeTaints: [
// '${nodeTaintKey}=${pool}:${nodeTaintEffect}'
// ]
Expand Down

0 comments on commit 22cb954

Please sign in to comment.