Skip to content

Commit e9de55b

Browse files
authored
Merge pull request #77460 from jeana-redhat/OSDOCS-10649-updating-entra-cluster
OSDOCS-10649: Adding update steps for Entra cluster
2 parents 9d79041 + 3a64050 commit e9de55b

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

modules/cco-ccoctl-upgrading.adoc

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $ ccoctl aws create-all \// <1>
4444
<6> Optional: By default, the `ccoctl` utility stores the OpenID Connect (OIDC) configuration files in a public S3 bucket and uses the S3 URL as the public OIDC endpoint. To store the OIDC configuration in a private S3 bucket that is accessed by the IAM identity provider through a public CloudFront distribution URL instead, use the `--create-private-s3-bucket` parameter.
4545
====
4646
+
47-
.Google Cloud Platform (GCP)
47+
.{gcp-first}
4848
[%collapsible]
4949
====
5050
[source,terminal]
@@ -80,6 +80,46 @@ $ ccoctl ibmcloud create-service-id \
8080
<4> Optional: Specify the name of the resource group used for scoping the access policies.
8181
====
8282
+
83+
.{azure-first}
84+
[%collapsible]
85+
====
86+
[source,terminal]
87+
----
88+
$ ccoctl azure create-managed-identities \
89+
--name <azure_infra_name> \// <1>
90+
--output-dir ./output_dir \
91+
--region <azure_region> \// <2>
92+
--subscription-id <azure_subscription_id> \// <3>
93+
--credentials-requests-dir <path_to_directory_for_credentials_requests> \
94+
--issuer-url "${OIDC_ISSUER_URL}" \// <4>
95+
--dnszone-resource-group-name <azure_dns_zone_resourcegroup_name> \// <5>
96+
--installation-resource-group-name "${AZURE_INSTALL_RG}" <6>
97+
----
98+
<1> The value of the `name` parameter is used to create an Azure resource group.
99+
To use an existing Azure resource group instead of creating a new one, specify the `--oidc-resource-group-name` argument with the existing group name as its value.
100+
<2> Specify the region of the existing cluster.
101+
<3> Specify the subscription ID of the existing cluster.
102+
<4> Specify the OIDC issuer URL from the existing cluster.
103+
You can obtain this value by running the following command:
104+
+
105+
[source,terminal]
106+
----
107+
$ oc get authentication cluster \
108+
-o jsonpath \
109+
--template='{ .spec.serviceAccountIssuer }'
110+
----
111+
<5> Specify the name of the resource group that contains the DNS zone.
112+
<6> Specify the {azure-short} resource group name.
113+
You can obtain this value by running the following command:
114+
+
115+
[source,terminal]
116+
----
117+
$ oc get infrastructure cluster \
118+
-o jsonpath \
119+
--template '{ .status.platformStatus.azure.resourceGroupName }'
120+
----
121+
====
122+
+
83123
.Nutanix
84124
[%collapsible]
85125
====

0 commit comments

Comments
 (0)