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/cco-ccoctl-upgrading.adoc
+41-1Lines changed: 41 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ $ ccoctl aws create-all \// <1>
44
44
<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.
<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:
0 commit comments