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/installation-user-infra-generate-k8s-manifest-ignition.adoc
+20-15Lines changed: 20 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,9 +179,9 @@ ifndef::user-infra-vpc[]
179
179
the Kubernetes manifest files that define the worker machines:
180
180
endif::user-infra-vpc[]
181
181
endif::gcp[]
182
-
ifdef::aws,azure,ash,user-infra-vpc[]
182
+
ifdef::azure,ash,user-infra-vpc[]
183
183
. Remove the Kubernetes manifest files that define the worker machines:
184
-
endif::aws,azure,ash,user-infra-vpc[]
184
+
endif::azure,ash,user-infra-vpc[]
185
185
ifdef::aws,azure,ash,gcp[]
186
186
+
187
187
[source,terminal]
@@ -310,7 +310,6 @@ status:
310
310
domain: ''
311
311
selector: ''
312
312
----
313
-
314
313
endif::user-infra-vpc[]
315
314
316
315
ifdef::ash[]
@@ -414,31 +413,37 @@ stringData:
414
413
azure_resourcegroup: ${resource_group}
415
414
azure_region: ${azure_region}
416
415
----
416
+
endif::ash[]
417
417
418
-
[IMPORTANT]
419
-
====
420
-
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.
421
-
422
-
* If you are not using any of these features, do not create secrets for these objects. Creating secrets for Technology Preview features that you are not using can cause the installation to fail.
423
-
424
-
* If you are using any of these features, you must create secrets for the corresponding objects.
425
-
====
426
-
427
-
*** To find `CredentialsRequest` objects with the `TechPreviewNoUpgrade` annotation, run the following command:
418
+
ifdef::aws,ash[]
419
+
. Optional: If you manually created a cloud identity and access management (IAM) role, locate any `CredentialsRequest` objects with the `TechPreviewNoUpgrade` annotation in the release image by running the following command:
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.
435
+
436
+
* If you are not using any of these features, do not create secrets for these objects. Creating secrets for Technology Preview features that you are not using can cause the installation to fail.
437
+
438
+
* If you are using any of these features, you must create secrets for the corresponding objects.
439
+
====
439
440
// Right now, only the CAPI Operator is an issue, but it might make sense to update `0000_30_capi-operator_00_credentials-request.yaml` to `<tech_preview_credentials_request>.yaml` for the future.
441
+
+
442
+
.. Delete all `CredentialsRequest` objects that have the `TechPreviewNoUpgrade` annotation.
443
+
endif::aws,ash[]
440
444
441
-
.. Create a `cco-configmap.yaml` file in the manifests directory with the Cloud Credential Operator (CCO) disabled:
445
+
ifdef::ash[]
446
+
. Create a `cco-configmap.yaml` file in the manifests directory with the Cloud Credential Operator (CCO) disabled:
0 commit comments