Skip to content

Commit c99ea06

Browse files
OSDOCS-14719:adding new Azaure params
1 parent 5c2a942 commit c99ea06

File tree

1 file changed

+97
-0
lines changed

1 file changed

+97
-0
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1382,6 +1382,38 @@ within link:https://azure.microsoft.com/en-us/global-infrastructure/regions[a re
13821382
|====
13831383
|Parameter|Description|Values
13841384

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+
13851417
|compute:
13861418
platform:
13871419
azure:
@@ -1584,6 +1616,23 @@ If you specify `identity.type` as `UserAssigned`, but do not provide a user-assi
15841616
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.
15851617
|`UserAssigned` or `None`. If you do not specify a value, the installation program generates a user-assigned identity.
15861618

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+
15871636
|controlPlane:
15881637
platform:
15891638
azure:
@@ -1597,6 +1646,22 @@ Only one user-assigned identity can be supplied.
15971646
Supplying more than one user-assigned identity is an experimental feature, which may be enabled with the `MachineAPIMigration` feature gate.
15981647
|Array of strings.
15991648

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+
16001665
|controlPlane:
16011666
platform:
16021667
azure:
@@ -1668,6 +1733,38 @@ Supplying more than one user-assigned identity is an experimental feature, which
16681733
|The availability zones where the installation program creates control plane machines.
16691734
|String list
16701735

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`.
1766+
|String.
1767+
16711768
|platform:
16721769
azure:
16731770
defaultMachinePlatform:

0 commit comments

Comments
 (0)