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-configuring.adoc
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,7 @@ endif::[]
124
124
ifndef::update[= Configuring the Cloud Credential Operator utility]
125
125
ifdef::update[= Configuring the Cloud Credential Operator utility for a cluster update]
126
126
127
+
[role="_abstract"]
127
128
//Nutanix-only intro because it needs context in its install procedure.
128
129
ifdef::nutanix[]
129
130
The Cloud Credential Operator (CCO) manages cloud provider credentials as Kubernetes custom resource definitions (CRDs). To install a cluster on Nutanix, you must set the CCO to `manual` mode as part of the installation process.
@@ -200,10 +201,11 @@ Ensure that the architecture of the `$RELEASE_IMAGE` matches the architecture of
200
201
[source,terminal]
201
202
----
202
203
$ oc image extract $CCO_IMAGE \
203
-
--file="/usr/bin/ccoctl.<rhel_version>" \// <1>
204
+
--file="/usr/bin/ccoctl.<rhel_version>" \
204
205
-a ~/.pull-secret
205
206
----
206
-
<1> For `<rhel_version>`, specify the value that corresponds to the version of {op-system-base-full} that the host uses.
207
+
+
208
+
For `<rhel_version>`, specify the value that corresponds to the version of {op-system-base-full} that the host uses.
207
209
If no value is specified, `ccoctl.rhel8` is used by default.
<1> The `--included` parameter includes only the manifests that your specific cluster configuration requires.
157
-
<2> Specify the location of the `install-config.yaml` file.
158
-
<3> Specify the path to the directory where you want to store the `CredentialsRequest` objects. If the specified directory does not exist, this command creates it.
156
+
+
157
+
where:
158
+
+
159
+
`--included`:: Specifies to include only the manifests that your specific cluster configuration requires.
160
+
`<path_to_directory_with_installation_configuration>`:: Specifies the location of the `install-config.yaml` file.
161
+
`<path_to_directory_for_credentials_requests>`:: Specifies the path to the directory where you want to store the `CredentialsRequest` objects. If the specified directory does not exist, this command creates it.
<1> Specify the name used to tag any cloud resources that are created for tracking.
190
-
<2> Specify the AWS region in which cloud resources will be created.
191
-
<3> Specify the directory containing the files for the component `CredentialsRequest` objects.
192
-
<4> Optional: Specify the directory in which you want the `ccoctl` utility to create objects. By default, the utility creates objects in the directory in which the commands are run.
193
-
<5> 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.
194
-
<6> Optional: Specify the Amazon Resource Name (ARN) of the {aws-short} IAM policy to use as the permissions boundary for the IAM roles created by the `ccoctl` utility.
192
+
+
193
+
where:
194
+
+
195
+
`<name>`:: Specifies the name used to tag any cloud resources that are created for tracking.
196
+
`<aws_region>`:: Specifies the AWS region in which cloud resources will be created.
197
+
`<path_to_credentials_requests_directory>`:: Specifies the directory containing the files for the component `CredentialsRequest` objects.
198
+
`<path_to_ccoctl_output_dir>`:: Specifies the directory in which you want the `ccoctl` utility to create objects. By default, the utility creates objects in the directory in which the commands are run. This parameter is optional.
199
+
`--create-private-s3-bucket`:: Specifies that the OpenID Connect (OIDC) configuration files should be stored in a private S3 bucket that is accessed by the IAM identity provider through a public CloudFront distribution URL. Note that by default, the `ccoctl` utility stores the OIDC configuration files in a public S3 bucket and uses the S3 URL as the public OIDC endpoint. This parameter is optional.
200
+
`<policy_arn>`:: Specifies the Amazon Resource Name (ARN) of the {aws-short} IAM policy to use as the permissions boundary for the IAM roles created by the `ccoctl` utility. This parameter is optional.
<1> Specify the user-defined name for all created {gcp-short} resources used for tracking. If you plan to install the {gcp-short} Filestore Container Storage Interface (CSI) Driver Operator, retain this value.
212
-
<2> Specify the {gcp-short} region in which cloud resources will be created.
213
-
<3> Specify the {gcp-short} project ID in which cloud resources will be created.
214
-
<4> Specify the directory containing the files of `CredentialsRequest` manifests to create {gcp-short} service accounts.
215
-
<5> Optional: Specify the method for storing OIDC JWK files. Accepted values are `public-bucket` and `pool-jwk-file`. The default value `public-bucket` creates a public GCS bucket to host the OIDC configuration and JWK files. The `pool-jwk-file` value attaches the JWK directly to the workload identity pool provider without creating a public bucket.
217
+
+
218
+
where:
219
+
+
220
+
`<name>`:: Specifies the user-defined name for all created {gcp-short} resources used for tracking. If you plan to install the {gcp-short} Filestore Container Storage Interface (CSI) Driver Operator, retain this value.
221
+
`<gcp_region>`:: Specifies the {gcp-short} region in which cloud resources will be created.
222
+
`<gcp_project_id>`:: Specifies the {gcp-short} project ID in which cloud resources will be created.
223
+
`<path_to_credentials_requests_directory>`:: Specifies the directory containing the files of `CredentialsRequest` manifests to create {gcp-short} service accounts.
224
+
`<key_storage_method>`:: Specifies the method for storing OIDC JWK files. Accepted values are `public-bucket` and `pool-jwk-file`. The default value `public-bucket` creates a public GCS bucket to host the OIDC configuration and JWK files. The `pool-jwk-file` value attaches the JWK directly to the workload identity pool provider without creating a public bucket. This parameter is optional.
<1> Specify the user-defined name for all created Azure resources used for tracking.
237
-
<2> Optional: Specify the directory in which you want the `ccoctl` utility to create objects. By default, the utility creates objects in the directory in which the commands are run.
238
-
<3> Specify the Azure region in which cloud resources will be created.
239
-
<4> Specify the Azure subscription ID to use.
240
-
<5> Specify the directory containing the files for the component `CredentialsRequest` objects.
241
-
<6> Specify the name of the resource group containing the cluster's base domain Azure DNS zone.
242
-
<7> Specify the Azure tenant ID to use.
243
-
<8> Optional: Specify the virtual network resource group if it is different from the cluster resource group.
244
-
<9> Optional: Specify this flag to ensure that any custom role assignments you define on managed identities are not removed during {product-title} updates.
245
+
+
246
+
where:
247
+
+
248
+
`<azure_infra_name>`:: Specifies the user-defined name for all created Azure resources used for tracking.
249
+
`<ccoctl_output_dir>`:: Specifies the directory in which you want the `ccoctl` utility to create objects. By default, the utility creates objects in the directory in which the commands are run. This parameter is optional.
250
+
`<azure_region>`:: Specifies the Azure region in which cloud resources will be created.
251
+
`<azure_subscription_id>`:: Specifies the Azure subscription ID to use.
252
+
`<path_to_credentials_requests_directory>`:: Specifies the directory containing the files for the component `CredentialsRequest` objects.
253
+
`<azure_dns_zone_resource_group_name>`:: Specifies the name of the resource group containing the cluster's base domain Azure DNS zone.
254
+
`<azure_tenant_id>`:: Specifies the Azure tenant ID to use.
255
+
`<azure_resource_group>`:: Specifies the virtual network resource group if it is different from the cluster resource group. This parameter is optional.
256
+
`--preserve-existing-roles`:: Specifies that any custom role assignments you define on managed identities are not removed during {product-title} updates. This parameter is optional.
0 commit comments