You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/installation-configuration-parameters.adoc
+97Lines changed: 97 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1382,6 +1382,38 @@ within link:https://azure.microsoft.com/en-us/global-infrastructure/regions[a re
1382
1382
|====
1383
1383
|Parameter|Description|Values
1384
1384
1385
+
|compute:
1386
+
platform:
1387
+
azure:
1388
+
bootDiagnostics:
1389
+
type:
1390
+
|Enables boot diagnostics collection for compute machines. The `type` field specifies the {azure-short} boot diagnostics type for the created compute machines.
1391
+
1392
+
The following values are associated with the boot diagnostics type:
1393
+
1394
+
`UserManaged`:: When you set `type` to `UserManaged`, you must provide values for `resourceGroup` and `storageAccountName`. For `storageAccountName` and {product-title} cluster nodes, use the same region and subscription.
1395
+
1396
+
`Managed`:: When you set `type` to `Managed`, {azure-short} stores the boot diagnostics data blobs in a managed storage account.
1397
+
1398
+
`Disabled`:: When you set `type` to `Disabled`, you turn off the parameter.
1399
+
|String, for example `Enabled`.
1400
+
1401
+
|compute:
1402
+
platform:
1403
+
azure:
1404
+
bootDiagnostics:
1405
+
resourceGroup:
1406
+
|Specifies the name of the {azure-short} resource group that contains the diagnostic storage account for compute machines. Use `resourceGroup` only when you set `type` to `UserManaged`.
1407
+
|String.
1408
+
1409
+
|compute:
1410
+
platform:
1411
+
azure:
1412
+
bootDiagnostics:
1413
+
storageAccountName:
1414
+
|Specifies the {azure-short} storage account to store the diagnostic logs for compute machines. Use `storageAccountName` only when you set`type` to `UserManaged`.
1415
+
|String.
1416
+
1385
1417
|compute:
1386
1418
platform:
1387
1419
azure:
@@ -1584,6 +1616,23 @@ If you specify `identity.type` as `UserAssigned`, but do not provide a user-assi
1584
1616
If you provide a user-assigned identity, the Azure account that you use to create the identity must have either the "User Access Administrator" or "RBAC Access Admin" roles.
1585
1617
|`UserAssigned` or `None`. If you do not specify a value, the installation program generates a user-assigned identity.
1586
1618
1619
+
|controlPlane:
1620
+
platform:
1621
+
azure:
1622
+
bootDiagnostics:
1623
+
type:
1624
+
|Enables boot diagnostics collection for control plane machines. The `type` field specifies the {azure-short} boot diagnostics type for the created control plane machines.
1625
+
1626
+
The following values are associated with the boot diagnostics type:
1627
+
1628
+
`UserManaged`:: When you set `type` to `UserManaged`, you must provide the values for `resourceGroup` and `storageAccountName`. For `storageAccountName` and {product-title} cluster nodes, ensure that you use the same region and subscription.
1629
+
1630
+
`Managed`:: When you set `type` to `Managed`, {azure-short} stores the boot diagnostics data blobs in a managed storage account.
1631
+
1632
+
`Disabled`:: When you set `type` to `Disabled`, you turn off the parameter.
1633
+
1634
+
|String. For control plane machines, the default value is `Managed`.
1635
+
1587
1636
|controlPlane:
1588
1637
platform:
1589
1638
azure:
@@ -1597,6 +1646,22 @@ Only one user-assigned identity can be supplied.
1597
1646
Supplying more than one user-assigned identity is an experimental feature, which may be enabled with the `MachineAPIMigration` feature gate.
1598
1647
|Array of strings.
1599
1648
1649
+
|controlPlane:
1650
+
platform:
1651
+
azure:
1652
+
bootDiagnostics:
1653
+
resourceGroup:
1654
+
|Specifies the name of the {azure-short} resource group that contains the diagnostic storage account for control plane machines. Use `resourceGroup` only when you set `type` to `UserManaged`.
1655
+
|String.
1656
+
1657
+
|controlPlane:
1658
+
platform:
1659
+
azure:
1660
+
bootDiagnostics:
1661
+
storageAccountName:
1662
+
|Specifies the {azure-short} storage account to store the diagnostic logs for control plane machines. Use `storageAccountName` only when you set `type` to `UserManaged`.
1663
+
|String.
1664
+
1600
1665
|controlPlane:
1601
1666
platform:
1602
1667
azure:
@@ -1668,6 +1733,38 @@ Supplying more than one user-assigned identity is an experimental feature, which
1668
1733
|The availability zones where the installation program creates control plane machines.
1669
1734
|String list
1670
1735
1736
+
|platform:
1737
+
azure:
1738
+
defaultMachinePlatform:
1739
+
bootDiagnostics:
1740
+
type:
1741
+
|Enables boot diagnostics collection for all machines. The `type` field specifies the {azure-short} boot diagnostics type for all the created machines.
1742
+
1743
+
The following values are associated with the boot diagnostics type:
1744
+
1745
+
`UserManaged`:: When you set `type` to `UserManaged`, you must provide the values for `resourceGroup` and `storageAccountName`. For `storageAccountName` and {product-title} cluster nodes, ensure that you use the same region and subscription.
1746
+
1747
+
`Managed`:: When you set `type` to `Managed`, {azure-short} stores the boot diagnostics data blobs in a managed storage account.
1748
+
1749
+
`Disabled`:: When you set `type` to `Disabled`, you turn off the parameter.
1750
+
|String, for example `Enabled`.
1751
+
1752
+
|platform:
1753
+
azure:
1754
+
defaultMachinePlatform:
1755
+
bootDiagnostics:
1756
+
resourceGroup:
1757
+
|Specifies the name of the {azure-short} resource group that contains the diagnostic storage account for all machines. Use `resourceGroup` only when you set `type` to `UserManaged`.
1758
+
|String.
1759
+
1760
+
|platform:
1761
+
azure:
1762
+
defaultMachinePlatform:
1763
+
bootDiagnostics:
1764
+
storageAccountName:
1765
+
|Specifies the {azure-short} storage account to store the diagnostic logs for all machines. Use `storageAccountName` only when you set `type` to `UserManaged`.
0 commit comments