Skip to content

Commit a68885e

Browse files
authored
Merge pull request #53670 from obrown1205/cloud-provider-variation-removal
GH#53346: Removed vague language and included example for cloud provider variation ASH
2 parents df0ce16 + edd3837 commit a68885e

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

modules/manually-create-identity-access-management.adoc

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,36 @@ spec:
198198
----
199199
endif::google-cloud-platform[]
200200
201-
. Create YAML files for secrets in the `openshift-install` manifests directory that you generated previously. The secrets must be stored using the namespace and secret name defined in the `spec.secretRef` for each `CredentialsRequest` object. The format for the secret data varies for each cloud provider.
201+
. Create YAML files for secrets in the `openshift-install` manifests directory that you generated previously. The secrets must be stored using the namespace and secret name defined in the `spec.secretRef` for each `CredentialsRequest` object.
202202
+
203+
ifdef::ash[]
204+
.Sample `CredentialsRequest` object
205+
[source,yaml]
206+
----
207+
apiVersion: cloudcredential.openshift.io/v1
208+
kind: CredentialsRequest
209+
metadata:
210+
annotations:
211+
include.release.openshift.io/ibm-cloud-managed: "true"
212+
include.release.openshift.io/self-managed-high-availability: "true"
213+
include.release.openshift.io/single-node-developer: "true"
214+
labels:
215+
controller-tools.k8s.io: "1.0"
216+
name: openshift-image-registry-azure
217+
namespace: openshift-cloud-credential-operator
218+
spec:
219+
providerSpec:
220+
apiVersion: cloudcredential.openshift.io/v1
221+
kind: AzureProviderSpec
222+
roleBindings:
223+
- role: Contributor
224+
secretRef:
225+
name: installer-cloud-credentials
226+
namespace: openshift-image-registry
227+
----
228+
+
229+
endif::ash[]
230+
203231
[IMPORTANT]
204232
====
205233
The release image includes `CredentialsRequest` objects for Technology Preview features that are enabled by the `TechPreviewNoUpgrade` feature set. You can identify these objects by their use of the `release.openshift.io/feature-set: TechPreviewNoUpgrade` annotation.

0 commit comments

Comments
 (0)