diff --git a/modules/cco-ccoctl-creating-at-once.adoc b/modules/cco-ccoctl-creating-at-once.adoc index 7da7170e27..495473377f 100644 --- a/modules/cco-ccoctl-creating-at-once.adoc +++ b/modules/cco-ccoctl-creating-at-once.adoc @@ -345,7 +345,6 @@ endif::alibabacloud-default,alibabacloud-customizations,alibabacloud-vpc[] ifdef::aws-sts,google-cloud-platform,azure-workload-id[] .Verification - * To verify that the {product-title} secrets are created, list the files in the `/manifests` directory: + [source,terminal] @@ -360,6 +359,8 @@ ifdef::aws-sts[] ---- cluster-authentication-02-config.yaml openshift-cloud-credential-operator-cloud-credential-operator-iam-ro-creds-credentials.yaml +openshift-cloud-network-config-controller-cloud-credentials-credentials.yaml +openshift-cluster-api-capa-manager-bootstrap-credentials-credentials.yaml openshift-cluster-csi-drivers-ebs-cloud-credentials-credentials.yaml openshift-image-registry-installer-cloud-credentials-credentials.yaml openshift-ingress-operator-cloud-credentials-credentials.yaml @@ -377,6 +378,7 @@ cluster-authentication-02-config.yaml openshift-cloud-controller-manager-gcp-ccm-cloud-credentials-credentials.yaml openshift-cloud-credential-operator-cloud-credential-operator-gcp-ro-creds-credentials.yaml openshift-cloud-network-config-controller-cloud-credentials-credentials.yaml +openshift-cluster-api-capg-manager-bootstrap-credentials-credentials.yaml openshift-cluster-csi-drivers-gcp-pd-cloud-credentials-credentials.yaml openshift-image-registry-installer-cloud-credentials-credentials.yaml openshift-ingress-operator-cloud-credentials-credentials.yaml diff --git a/modules/cco-ccoctl-creating-individually.adoc b/modules/cco-ccoctl-creating-individually.adoc index ae6e40dc43..fe7bec7025 100644 --- a/modules/cco-ccoctl-creating-individually.adoc +++ b/modules/cco-ccoctl-creating-individually.adoc @@ -130,19 +130,20 @@ For each `CredentialsRequest` object, `ccoctl` creates an IAM role with a trust + [source,terminal] ---- -$ ll /manifests +$ ls /manifests ---- + .Example output [source,text] ---- -total 24 --rw-------. 1 161 Apr 13 11:42 cluster-authentication-02-config.yaml --rw-------. 1 379 Apr 13 11:59 openshift-cloud-credential-operator-cloud-credential-operator-iam-ro-creds-credentials.yaml --rw-------. 1 353 Apr 13 11:59 openshift-cluster-csi-drivers-ebs-cloud-credentials-credentials.yaml --rw-------. 1 355 Apr 13 11:59 openshift-image-registry-installer-cloud-credentials-credentials.yaml --rw-------. 1 339 Apr 13 11:59 openshift-ingress-operator-cloud-credentials-credentials.yaml --rw-------. 1 337 Apr 13 11:59 openshift-machine-api-aws-cloud-credentials-credentials.yaml +cluster-authentication-02-config.yaml +openshift-cloud-credential-operator-cloud-credential-operator-iam-ro-creds-credentials.yaml +openshift-cloud-network-config-controller-cloud-credentials-credentials.yaml +openshift-cluster-api-capa-manager-bootstrap-credentials-credentials.yaml +openshift-cluster-csi-drivers-ebs-cloud-credentials-credentials.yaml +openshift-image-registry-installer-cloud-credentials-credentials.yaml +openshift-ingress-operator-cloud-credentials-credentials.yaml +openshift-machine-api-aws-cloud-credentials-credentials.yaml ---- - ++ You can verify that the IAM roles are created by querying AWS. For more information, refer to AWS documentation on listing IAM roles. diff --git a/modules/manually-configure-iam-nutanix.adoc b/modules/manually-configure-iam-nutanix.adoc index 6a993c7dae..f2208ede55 100644 --- a/modules/manually-configure-iam-nutanix.adoc +++ b/modules/manually-configure-iam-nutanix.adoc @@ -133,19 +133,19 @@ $ ls .//manifests .Example output [source,text] ---- -total 64 --rw-r----- 1 2335 Jul 8 12:22 cluster-config.yaml --rw-r----- 1 161 Jul 8 12:22 cluster-dns-02-config.yml --rw-r----- 1 864 Jul 8 12:22 cluster-infrastructure-02-config.yml --rw-r----- 1 191 Jul 8 12:22 cluster-ingress-02-config.yml --rw-r----- 1 9607 Jul 8 12:22 cluster-network-01-crd.yml --rw-r----- 1 272 Jul 8 12:22 cluster-network-02-config.yml --rw-r----- 1 142 Jul 8 12:22 cluster-proxy-01-config.yaml --rw-r----- 1 171 Jul 8 12:22 cluster-scheduler-02-config.yml --rw-r----- 1 200 Jul 8 12:22 cvo-overrides.yaml --rw-r----- 1 118 Jul 8 12:22 kube-cloud-config.yaml --rw-r----- 1 1304 Jul 8 12:22 kube-system-configmap-root-ca.yaml --rw-r----- 1 4090 Jul 8 12:22 machine-config-server-tls-secret.yaml --rw-r----- 1 3961 Jul 8 12:22 openshift-config-secret-pull-secret.yaml --rw------- 1 283 Jul 8 12:24 openshift-machine-api-nutanix-credentials-credentials.yaml +cluster-config.yaml +cluster-dns-02-config.yml +cluster-infrastructure-02-config.yml +cluster-ingress-02-config.yml +cluster-network-01-crd.yml +cluster-network-02-config.yml +cluster-proxy-01-config.yaml +cluster-scheduler-02-config.yml +cvo-overrides.yaml +kube-cloud-config.yaml +kube-system-configmap-root-ca.yaml +machine-config-server-tls-secret.yaml +openshift-config-secret-pull-secret.yaml +openshift-cloud-controller-manager-nutanix-credentials-credentials.yaml +openshift-machine-api-nutanix-credentials-credentials.yaml ----