Skip to content

Commit 17ec22a

Browse files
committed
user-defined Azure tags are GA
1 parent 953dfee commit 17ec22a

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

modules/installation-user-defined-tags-azure.adoc

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
In {product-title}, you can use the tags for grouping resources and for managing resource access and cost. You can define the tags on the Azure resources in the `install-config.yaml` file only during {product-title} cluster creation. You cannot modify the user-defined tags after cluster creation.
99

10-
Support for user-defined tags is available only for the resources created in the Azure Public Cloud, and in {product-title} 4.13 as a Technology Preview (TP). User-defined tags are not supported for the {product-title} clusters upgraded to {product-title} 4.13.
10+
Support for user-defined tags is available only for the resources created in the Azure Public Cloud. User-defined tags are not supported for the {product-title} clusters upgraded to {product-title} 4.14.
1111

1212
User-defined and {product-title} specific tags are applied only to the resources created by the {product-title} installer and its core operators such as Machine api provider azure Operator, Cluster Ingress Operator, Cluster Image Registry Operator.
1313

@@ -21,51 +21,52 @@ You can use the `.platform.azure.userTags` field in the `install-config.yaml` fi
2121
additionalTrustBundlePolicy: Proxyonly <1>
2222
apiVersion: v1
2323
baseDomain: catchall.azure.devcluster.openshift.com <2>
24-
featureSet: TechPreviewNoUpgrade <3>
25-
compute: <4>
24+
compute: <3>
2625
- architecture: amd64
27-
hyperthreading: Enabled <5>
26+
hyperthreading: Enabled <4>
2827
name: worker
2928
platform: {}
3029
replicas: 3
31-
controlPlane: <4> <6>
30+
controlPlane: <5>
3231
architecture: amd64
33-
hyperthreading: Enabled <5>
32+
hyperthreading: Enabled <6>
3433
name: master
3534
platform: {}
3635
replicas: 3
3736
metadata:
3837
creationTimestamp: null
39-
name: user <2>
38+
name: user <7>
4039
networking:
4140
clusterNetwork:
4241
- cidr: 10.128.0.0/14
4342
hostPrefix: 23
4443
machineNetwork:
4544
- cidr: 10.0.0.0/16
46-
networkType: OVNKubernetes <7>
45+
networkType: OVNKubernetes <8>
4746
serviceNetwork:
4847
- 172.30.0.0/16
4948
platform:
5049
azure:
51-
baseDomainResourceGroupName: os4-common <8>
52-
cloudName: AzurePublicCloud <9>
50+
baseDomainResourceGroupName: os4-common <9>
51+
cloudName: AzurePublicCloud <10>
5352
outboundType: Loadbalancer
54-
region: southindia <2>
55-
userTags: <10>
53+
region: southindia <11>
54+
userTags: <12>
5655
createdBy: user
5756
environment: dev
5857
----
5958
<1> Defines the trust bundle policy.
60-
<2> Required. The installation program prompts you for this value.
61-
<3> You must set the `featureSet` field as `TechPreviewNoUpgrade`.
62-
<4> If you do not provide these parameters and values, the installation program provides the default value.
63-
<5> To enable or disable simultaneous multithreading, or `hyperthreading`. By default, simultaneous multithreading is enabled to increase the performance of your machines' cores. You can disable it by setting the parameter value to `Disabled`. If you disable simultaneous multithreading in some cluster machines, you must disable it in all cluster machines.
64-
<6> The `controlPlane` section is a single mapping, but the `compute` section is a sequence of mappings. To meet the requirements of the different data structures, the first line of the `compute` section must begin with a hyphen, `-`, and the first line of the `controlPlane` section must not. Only one control plane pool is used.
65-
<7> The cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
66-
<8> Specifies the resource group for the base domain of the Azure DNS zone.
67-
<9> Specifies the name of the Azure cloud environment. You can use the `cloudName` field to configure the Azure SDK with the Azure API endpoints. If you do not provide value, the default value is Azure Public Cloud.
68-
<10> Defines the additional keys and values that the installer adds as tags to all Azure resources that it creates.
59+
<2> Required. The `baseDomain` parameter specifies the base domain of your cloud provider. The installation program prompts you for this value.
60+
<3> The configuration for the machines that comprise compute. The `compute` section is a sequence of mappings. To meet the requirements of the different data structures, the first line of the `compute` section must begin with a hyphen, `-`. If you do not provide these parameters and values, the installation program provides the default value.
61+
<4> To enable or disable simultaneous multithreading, or `hyperthreading`. By default, simultaneous multithreading is enabled to increase the performance of your machines' cores. You can disable it by setting the parameter value to `Disabled`. If you disable simultaneous multithreading in some cluster machines, you must disable it in all cluster machines.
62+
<5> The configuration for the machines that comprise the control plane. The `controlPlane` section is a single mapping. The first line of the `controlPlane` section must not begin with a hyphen, `-`. You can use only one control plane pool. If you do not provide these parameters and values, the installation program provides the default value.
63+
<6> To enable or disable simultaneous multithreading, or `hyperthreading`. By default, simultaneous multithreading is enabled to increase the performance of your machines' cores. You can disable it by setting the parameter value to `Disabled`. If you disable simultaneous multithreading in some cluster machines, you must disable it in all cluster machines.
64+
<7> The installation program prompts you for this value.
65+
<8> The cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
66+
<9> Specifies the resource group for the base domain of the Azure DNS zone.
67+
<10> Specifies the name of the Azure cloud environment. You can use the `cloudName` field to configure the Azure SDK with the Azure API endpoints. If you do not provide value, the default value is Azure Public Cloud.
68+
<11> Required. Specifies the name of the Azure region that hosts your cluster. The installation program prompts you for this value.
69+
<12> Defines the additional keys and values that the installation program adds as tags to all Azure resources that it creates.
6970

7071
The user-defined tags have the following limitations:
7172

0 commit comments

Comments
 (0)